|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.freeform.project.CompilationUnit
public class CompilationUnit
null
Constructor Summary | |
---|---|
CompilationUnit()
|
Method Summary | |
---|---|
void |
addClasspath(String string)
Method addClasspath |
void |
addPackageRoot(String string)
Method addPackageRoot |
String |
getBuiltTo()
Get null |
List |
getClasspath()
Method getClasspath |
String |
getModelEncoding()
|
List |
getPackageRoot()
Method getPackageRoot |
String |
getSourceLevel()
Get null |
boolean |
isUnitTest()
Get null |
void |
removeClasspath(String string)
Method removeClasspath |
void |
removePackageRoot(String string)
Method removePackageRoot |
void |
setBuiltTo(String builtTo)
Set null |
void |
setClasspath(List classpath)
Set null |
void |
setModelEncoding(String modelEncoding)
|
void |
setPackageRoot(List packageRoot)
Set null |
void |
setSourceLevel(String sourceLevel)
Set null |
void |
setUnitTest(boolean unitTest)
Set null |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompilationUnit()
Method Detail |
---|
public void addClasspath(String string)
string
- public void addPackageRoot(String string)
string
- public String getBuiltTo()
public List getClasspath()
public List getPackageRoot()
public String getSourceLevel()
public boolean isUnitTest()
public void removeClasspath(String string)
string
- public void removePackageRoot(String string)
string
- public void setBuiltTo(String builtTo)
builtTo
- public void setClasspath(List classpath)
classpath
- public void setPackageRoot(List packageRoot)
packageRoot
- public void setSourceLevel(String sourceLevel)
sourceLevel
- public void setUnitTest(boolean unitTest)
unitTest
- public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |