|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASProject
Method Summary | |
---|---|
void |
addCompilationUnit(CompilationUnit cu)
|
java.util.List |
getCompilationUnits()
|
java.lang.String |
getOutputLocation()
|
CompilationUnit |
newClass(java.lang.String qualifiedClassName)
Shortcode for ASSourceFactory.newClass(String) that also
adds the resulting CompilationUnit to the list managed by this
project. |
CompilationUnit |
newInterface(java.lang.String qualifiedClassName)
Shortcode for ASSourceFactory.newInterface(String) that also
adds the resulting CompilationUnit to the list managed by this
project. |
void |
removeCompilationUnit(CompilationUnit cu)
|
void |
setOutputLocation(java.lang.String outputLocation)
|
void |
writeAll()
Writes all CompilationUnits that have been added to this project to the output location. |
Method Detail |
---|
void setOutputLocation(java.lang.String outputLocation)
java.lang.String getOutputLocation()
void addCompilationUnit(CompilationUnit cu)
void removeCompilationUnit(CompilationUnit cu)
java.util.List getCompilationUnits()
CompilationUnit newClass(java.lang.String qualifiedClassName)
ASSourceFactory.newClass(String)
that also
adds the resulting CompilationUnit to the list managed by this
project.
CompilationUnit newInterface(java.lang.String qualifiedClassName)
ASSourceFactory.newInterface(String)
that also
adds the resulting CompilationUnit to the list managed by this
project.
void writeAll() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |