|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.types.optional.depend.ClassfileSet.ClassRoot
public static class ClassfileSet.ClassRoot
Inner class used to contain info about root classes.
Constructor Summary | |
---|---|
ClassfileSet.ClassRoot()
|
Method Summary | |
---|---|
java.lang.String |
getClassname()
Get the name of the root class. |
void |
setClassname(java.lang.String name)
Set the root class name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassfileSet.ClassRoot()
Method Detail |
---|
public void setClassname(java.lang.String name)
name
- the name of the root class.public java.lang.String getClassname()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |