org.apache.tools.ant.types.optional.depend

Class ClassfileSet.ClassRoot

public static class ClassfileSet.ClassRoot extends Object

Inner class used to contain info about root classes.
Method Summary
StringgetClassname()
Get the name of the root class.
voidsetClassname(String name)
Set the root class name.

Method Detail

getClassname

public String getClassname()
Get the name of the root class.

Returns: the name of the root class.

setClassname

public void setClassname(String name)
Set the root class name.

Parameters: name the name of the root class.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.