A B C E F G J M P R S X

A

AbstractReader - Class in ch.elca.el4j.maven.plugins.springide
Base class for reading configuration from files.
AbstractReader() - Constructor for class ch.elca.el4j.maven.plugins.springide.AbstractReader
 
AbstractReader.LineReadingState - Interface in ch.elca.el4j.maven.plugins.springide
State in the line reading state machine.
AbstractResolver - Class in ch.elca.el4j.maven.plugins.springide.resolvers
Base class for bean fiel resolving.
AbstractResolver(URL[]) - Constructor for class ch.elca.el4j.maven.plugins.springide.resolvers.AbstractResolver
Set up a resolver.
accept(String) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.FileResolver
Check if a file is to be included in the resolved bean files.
accept(String) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.JarResolver
Check if a file is to be included in the resolved bean files.
accept(String) - Method in interface ch.elca.el4j.maven.plugins.springide.resolvers.Resolver
Check if a file is to be included in the resolved bean files.
accept(String) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.ResolverManager
Check a single entry.
applyTemplate(VelocityContext, File, String) - Method in class ch.elca.el4j.maven.plugins.springide.SpringIDEMojo
Uses a Template class (and template files) to automatically write the .springBeans and .pref files.

B

BeanPathResolver - Class in ch.elca.el4j.maven.plugins.springide
Creates a bean path (array of beans files) from a ModuleApplicationContext - style definition of include and exclude locations and a classpath (Url[]) to search.
BeanPathResolver() - Constructor for class ch.elca.el4j.maven.plugins.springide.BeanPathResolver
 

C

ch.elca.el4j.maven.plugins.springide - package ch.elca.el4j.maven.plugins.springide
 
ch.elca.el4j.maven.plugins.springide.resolvers - package ch.elca.el4j.maven.plugins.springide.resolvers
 
ConfigurationExtractor - Class in ch.elca.el4j.maven.plugins.springide
Extracts configuration information (inclusive and exclusive configuration locations) from a java or xml file.
ConfigurationExtractor(File) - Constructor for class ch.elca.el4j.maven.plugins.springide.ConfigurationExtractor
Extract configuration from a source file.
copy(String, File) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.FileResolver
Copy a file to its proper place in the target directory.
copy(String, File) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.JarResolver
Copy a file to its proper place in the target directory.
copy(String, File) - Method in interface ch.elca.el4j.maven.plugins.springide.resolvers.Resolver
Copy a file to its proper place in the target directory.
copy(String, File) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.ResolverManager
Copy a file to its proper place in the target directory.
copyFile(File, File) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.AbstractResolver
Copy a file from source to dest.
createDir(String, File) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.AbstractResolver
Create a subdirectory in root of the given name if it does not exist and ensure it is valid.

E

emptyFile(File) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.AbstractResolver
Ensures a file exists and is empty.
execute() - Method in class ch.elca.el4j.maven.plugins.springide.SpringIDEMojo

F

FileResolver - Class in ch.elca.el4j.maven.plugins.springide.resolvers
Resolver for plain file: entries.
FileResolver(URL[]) - Constructor for class ch.elca.el4j.maven.plugins.springide.resolvers.FileResolver
Set up a file resolver.
forceSpringNature(File) - Static method in class ch.elca.el4j.maven.plugins.springide.SpringNatureForcer
Forces SpringNature (in the .project file that is checked by eclipse). -> adds a tag in the nature tag of the (xml) .project file

G

getExclusive() - Method in class ch.elca.el4j.maven.plugins.springide.AbstractReader
 
getExclusive() - Method in class ch.elca.el4j.maven.plugins.springide.ConfigurationExtractor
 
getInclusive() - Method in class ch.elca.el4j.maven.plugins.springide.AbstractReader
 
getInclusive() - Method in class ch.elca.el4j.maven.plugins.springide.ConfigurationExtractor
 
getProtocol() - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.FileResolver
getProtocol() - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.JarResolver
getProtocol() - Method in interface ch.elca.el4j.maven.plugins.springide.resolvers.Resolver
 
getProtocol() - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.ResolverManager
getSourceFile(File) - Static method in class ch.elca.el4j.maven.plugins.springide.SourceResolver
Search for a file in the sourcefiles that contains the module application context.

J

JarResolver - Class in ch.elca.el4j.maven.plugins.springide.resolvers
Resolver for jar entries.
JarResolver(URL[]) - Constructor for class ch.elca.el4j.maven.plugins.springide.resolvers.JarResolver
 
JavaReader - Class in ch.elca.el4j.maven.plugins.springide
Reads configuration from .java files.
JavaReader() - Constructor for class ch.elca.el4j.maven.plugins.springide.JavaReader
 

M

m_classpath - Variable in class ch.elca.el4j.maven.plugins.springide.resolvers.AbstractResolver
Stores the classpath to check files against.
m_exclusive - Variable in class ch.elca.el4j.maven.plugins.springide.AbstractReader
Exclusive conf locations.
m_inclusive - Variable in class ch.elca.el4j.maven.plugins.springide.AbstractReader
Inclusive conf locations.
m_state - Variable in class ch.elca.el4j.maven.plugins.springide.AbstractReader
The current state.
MARKER_EXCLUDE - Static variable in class ch.elca.el4j.maven.plugins.springide.AbstractReader
Marker for the beginning of a configuration exclude entry.
MARKER_INCLUDE - Static variable in class ch.elca.el4j.maven.plugins.springide.AbstractReader
Marker for the beginning of a configuration include entry.

P

processLine(String) - Method in interface ch.elca.el4j.maven.plugins.springide.AbstractReader.LineReadingState
Process a line.

R

read(BufferedReader) - Method in class ch.elca.el4j.maven.plugins.springide.AbstractReader
Read from an input buffer and process.
read(BufferedReader) - Method in class ch.elca.el4j.maven.plugins.springide.JavaReader
Read from an input buffer and process.
read(BufferedReader) - Method in class ch.elca.el4j.maven.plugins.springide.XmlReader
Read from an input buffer and process.
resolve(String[], String[], URL[], String) - Method in class ch.elca.el4j.maven.plugins.springide.BeanPathResolver
Resolve the bean path.
Resolver - Interface in ch.elca.el4j.maven.plugins.springide.resolvers
Interface for resolving bean path entries against their type (file, jar ...).
ResolverManager - Class in ch.elca.el4j.maven.plugins.springide.resolvers
Manages resolving of files to classpath entries.
ResolverManager(URL[]) - Constructor for class ch.elca.el4j.maven.plugins.springide.resolvers.ResolverManager
Set up a ResolverManager.

S

SourceResolver - Class in ch.elca.el4j.maven.plugins.springide
This class is a helper class that will look for a file that defines the Module Application Context.
SourceResolver() - Constructor for class ch.elca.el4j.maven.plugins.springide.SourceResolver
 
SpringIDEMojo - Class in ch.elca.el4j.maven.plugins.springide
A mojo to generate the .springIDE file and to force SpringNature on Eclipse by reading the files in the Module Application Context.
SpringIDEMojo() - Constructor for class ch.elca.el4j.maven.plugins.springide.SpringIDEMojo
 
SpringNatureForcer - Class in ch.elca.el4j.maven.plugins.springide
This class is a simple helper class that takes a list of formatted paths and writes them into the .springBeans file.
strip(String) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.AbstractResolver
Strip the protocol from a string to produce a standard form.
strip(String) - Method in class ch.elca.el4j.maven.plugins.springide.resolvers.JarResolver
Strip the protocol from a string to produce a standard form.

X

XmlReader - Class in ch.elca.el4j.maven.plugins.springide
Reader for xml files.
XmlReader() - Constructor for class ch.elca.el4j.maven.plugins.springide.XmlReader
 

A B C E F G J M P R S X

Copyright © 2005-2011 ELCA. All Rights Reserved.