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.AntObject
Represents 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 String
getTypeName()
Returns the type namevoid
setTypeName(String taskName)
Sets the taskName.
-