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

Class ClassfileSet.ClassRoot

Enclosing Class:
ClassfileSet

public static class ClassfileSet.ClassRoot
extends java.lang.Object

Inner class used to contain info about root classes.

Method Summary

String
getClassname()
Get the name of the root class.
void
setClassname(String name)
Set the root class name.

Method Details

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-2008 Apache Software Foundation. All Rights Reserved.