Package org.eclipse.ant.core
Class Type
- java.lang.Object
-
- org.eclipse.ant.internal.core.AntObject
-
- org.eclipse.ant.core.Type
-
public class Type extends org.eclipse.ant.internal.core.AntObjectRepresents an Ant type. Clients may instantiate this class; it is not intended to be subclassed.- Since:
- 2.1
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description Type()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeName()Returns the type namevoidsetTypeName(String taskName)Sets the taskName.
-