Class Chunk

  • All Implemented Interfaces:
    Cloneable

    public class Chunk
    extends org.apache.tools.ant.types.DataType
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.types.DataType

        checked, ref
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Constructor Summary

      Constructors 
      Constructor Description
      Chunk()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addConfiguredModule​(ModuleChunkPart chunk)  
      boolean getBootstrap()  
      List<String> getModules()  
      void setBootstrap​(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
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
    • Constructor Detail

      • Chunk

        public Chunk()
    • Method Detail

      • addConfiguredModule

        public void addConfiguredModule​(ModuleChunkPart chunk)
      • getBootstrap

        public boolean getBootstrap()
      • setBootstrap

        public void setBootstrap​(boolean bootrastrap)