|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.generation.api.SpeedoCompilerParameter
This class groups all parameter of the Speedo generator/compiler/enhancer.
Field Summary | |
---|---|
java.util.Collection |
awareFiles
The list of .class file locations of the aware class. |
java.lang.String |
awareFilesDir
The base directory of the location of .class of aware class |
Path |
classpath
the classpath to compile. |
java.lang.String |
confFile
The speedo configuration file |
java.util.ArrayList |
dtdLocations
list of DTDLocation instance |
boolean |
generateNeededJormFile
indicates if the .pd files must be generated |
java.lang.String |
input
The default source directory |
Javac |
javac
The compiler to use |
java.util.Collection |
jdo
The list of .jdo file locations. |
java.lang.String |
jdoDir
The base directory of the location of .jdo file |
java.util.Collection |
jorm
The list of .pd file locations. |
java.util.Collection |
jormclasspath
|
java.lang.String |
jormDir
The base directory of the location of .pd file |
boolean |
keepsrc
indicates if the generated java file must be kept or not |
org.objectweb.util.monolog.api.LoggerFactory |
loggerFactory
The logger factory instance |
java.lang.String |
logPropFile
The logging configuration file |
java.lang.String |
mapperName
The jorm mapper name. |
NamingManagerFactory |
nmf
The NamingManagerFactory instance to use. |
java.lang.String |
output
the location of the user .class files the location where the generated files will be produced |
java.lang.String |
pdoutput
The output directory of the .pd files |
java.lang.String |
projectName
The jorm project name. |
SpeedoMetaInfo |
smi
The Speedo meta information |
Path |
speedoclasspath
|
Constructor Summary | |
---|---|
SpeedoCompilerParameter()
|
Method Summary | |
---|---|
java.util.Map |
getXmldescriptor()
|
void |
setXmldescriptor(java.util.Map xmldescriptor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String logPropFile
public org.objectweb.util.monolog.api.LoggerFactory loggerFactory
public java.lang.String confFile
public java.lang.String projectName
public java.lang.String mapperName
public boolean keepsrc
public java.lang.String output
public java.lang.String input
public java.util.Collection jormclasspath
public Path speedoclasspath
public boolean generateNeededJormFile
public java.lang.String pdoutput
public SpeedoMetaInfo smi
public Path classpath
public java.util.Collection jdo
public java.lang.String jdoDir
public java.util.Collection jorm
public java.lang.String jormDir
public java.util.Collection awareFiles
public java.lang.String awareFilesDir
public java.util.ArrayList dtdLocations
public Javac javac
public NamingManagerFactory nmf
Constructor Detail |
public SpeedoCompilerParameter()
Method Detail |
public java.util.Map getXmldescriptor()
public void setXmldescriptor(java.util.Map xmldescriptor)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |