Class Chunk
- java.lang.Object
 - 
- org.apache.tools.ant.ProjectComponent
 - 
- org.apache.tools.ant.types.DataType
 - 
- jetbrains.mps.build.ant.generation.Chunk
 
 
 
 
- 
- All Implemented Interfaces:
 Cloneable
public class Chunk extends org.apache.tools.ant.types.DataType 
- 
- 
Constructor Summary
Constructors Constructor Description Chunk() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfiguredModule(ModuleChunkPart chunk)booleangetBootstrap()List<String>getModules()voidsetBootstrap(boolean bootrastrap)- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
addConfiguredModule
public void addConfiguredModule(ModuleChunkPart chunk)
 
- 
getBootstrap
public boolean getBootstrap()
 
- 
setBootstrap
public void setBootstrap(boolean bootrastrap)
 
 - 
 
 -