Class ClassfileSet.ClassRoot
java.lang.Object
org.apache.tools.ant.types.optional.depend.ClassfileSet.ClassRoot
- Enclosing class:
- ClassfileSet
Inner class used to contain info about root classes.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the name of the root class.voidsetClassname(String name) Set the root class name.
- 
Constructor Details- 
ClassRootpublic ClassRoot()
 
- 
- 
Method Details- 
setClassnameSet the root class name.- Parameters:
- name- the name of the root class.
 
- 
getClassnameGet the name of the root class.- Returns:
- the name of the root class.
 
 
-