Class YGuardBaseTask.InOutPairSection

  • Enclosing class:
    YGuardBaseTask

    public static final class YGuardBaseTask.InOutPairSection
    extends java.lang.Object
    The type In out pair section.
    • Constructor Summary

      Constructors 
      Constructor Description
      InOutPairSection()
      Instantiates a new In out pair section.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(org.apache.tools.ant.types.Mapper mapper)
      Add.
      void addConfiguredFileSet​(org.apache.tools.ant.types.FileSet set)
      Add configured file set.
      java.util.List<ShrinkBag> createShrinkBags​(org.apache.tools.ant.Project project)
      Create shrink bags list.
      void setResources​(java.lang.String resourcesStr)
      Sets resources.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InOutPairSection

        public InOutPairSection()
        Instantiates a new In out pair section.
    • Method Detail

      • setResources

        public void setResources​(java.lang.String resourcesStr)
        Sets resources.
        Parameters:
        resourcesStr - the resources str
      • addConfiguredFileSet

        public void addConfiguredFileSet​(org.apache.tools.ant.types.FileSet set)
        Add configured file set.
        Parameters:
        set - the set
      • add

        public void add​(org.apache.tools.ant.types.Mapper mapper)
        Add.
        Parameters:
        mapper - the mapper
      • createShrinkBags

        public java.util.List<ShrinkBag> createShrinkBags​(org.apache.tools.ant.Project project)
        Create shrink bags list.
        Parameters:
        project - the project
        Returns:
        the list