|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.generation.api.SpeedoCompilerParameter
public class 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 |
org.apache.tools.ant.types.Path |
classpath
the classpath to compile. |
java.util.ArrayList |
dtdLocations
list of DTDLocation instance |
boolean |
generateNeededJormFile
indicates if the .pd files must be generated |
java.util.Map |
generatorsContext
Defines a map holding stuffs between component generators. |
java.lang.String |
input
The default source directory |
org.apache.tools.ant.taskdefs.Javac |
javac
The compiler to use |
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 |
Personality |
personality
|
java.lang.String |
projectName
The jorm project name. |
SpeedoMetaInfo |
smi
The Speedo meta information |
org.apache.tools.ant.types.Path |
speedoclasspath
|
java.util.Collection |
xml
The list of .jdo file locations. |
java.lang.String |
xmlDir
The base directory of the location of xml file (persistent descriptor) |
Constructor Summary | |
---|---|
SpeedoCompilerParameter()
|
Method Summary | |
---|---|
void |
clean()
Clean this parameter holder. |
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 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 org.apache.tools.ant.types.Path speedoclasspath
public boolean generateNeededJormFile
public java.lang.String pdoutput
public SpeedoMetaInfo smi
public org.apache.tools.ant.types.Path classpath
public java.util.Collection xml
public java.lang.String xmlDir
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 org.apache.tools.ant.taskdefs.Javac javac
public NamingManagerFactory nmf
public final java.util.Map generatorsContext
public Personality personality
Constructor Detail |
---|
public SpeedoCompilerParameter()
Method Detail |
---|
public java.util.Map getXmldescriptor()
public void setXmldescriptor(java.util.Map xmldescriptor)
public void clean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |