| |
|
| java.lang.Object org.objectweb.speedo.generation.api.SpeedoCompilerParameter
SpeedoCompilerParameter | public class SpeedoCompilerParameter (Code) | | This class groups all parameter of the Speedo generator/compiler/enhancer.
author: S.Chassande-Barrioz |
awareFiles | public Collection awareFiles(Code) | | The list of .class file locations of the aware class. The location is
relative to the value of the 'jormDir' variable.
|
awareFilesDir | public String awareFilesDir(Code) | | The base directory of the location of .class of aware class
|
classpath | public Path classpath(Code) | | the classpath to compile. must include Jorm, Speedo, user classes.
|
dtdLocations | public ArrayList dtdLocations(Code) | | list of DTDLocation instance
|
generateNeededJormFile | public boolean generateNeededJormFile(Code) | | indicates if the .pd files must be generated
|
generatorsContext | final public Map generatorsContext(Code) | | Defines a map holding stuffs between component generators.
|
javac | public Javac javac(Code) | | The compiler to use
|
jorm | public Collection jorm(Code) | | The list of .pd file locations. The location is relative to the value
of the 'jormDir' variable.
|
jormDir | public String jormDir(Code) | | The base directory of the location of .pd file
|
keepsrc | public boolean keepsrc(Code) | | indicates if the generated java file must be kept or not
|
logPropFile | public String logPropFile(Code) | | The logging configuration file
|
loggerFactory | public LoggerFactory loggerFactory(Code) | | The logger factory instance
|
mapperName | public String mapperName(Code) | | The jorm mapper name. The default value is null. This field MUST be set
|
output | public String output(Code) | | the location of the user .class files
the location where the generated files will be produced
|
pdoutput | public String pdoutput(Code) | | The output directory of the .pd files
|
projectName | public String projectName(Code) | | The jorm project name. The default value is an empty string (not nul)
|
speedoclasspath | public Path speedoclasspath(Code) | | |
xml | public Collection xml(Code) | | The list of .jdo file locations. The location is relative to the value
of the 'jdoDir' variable.
|
xmlDir | public String xmlDir(Code) | | The base directory of the location of xml file (persistent descriptor)
|
clean | public void clean()(Code) | | Clean this parameter holder.
|
getXmldescriptor | public Map getXmldescriptor()(Code) | | |
setXmldescriptor | public void setXmldescriptor(Map xmldescriptor)(Code) | | |
|
|
|