Package jetbrains.mps.build.ant
Class Macro
- java.lang.Object
 - 
- org.apache.tools.ant.ProjectComponent
 - 
- org.apache.tools.ant.types.DataType
 - 
- jetbrains.mps.build.ant.Macro
 
 
 
 
- 
- All Implemented Interfaces:
 Cloneable
public class Macro extends org.apache.tools.ant.types.DataType 
- 
- 
Constructor Summary
Constructors Constructor Description Macro() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()FilegetPath()voidsetName(String name)voidsetPath(File path)- 
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString 
 - 
 
 -