Class PatternMatchedClassesSection

    • Field Detail

      • patternSets

        protected java.util.List patternSets
        The Pattern sets.
      • properties

        protected final java.util.Map properties
        The Properties.
      • allowMatchAllPatternSet

        protected boolean allowMatchAllPatternSet
        The Allow match all pattern set.
    • Constructor Detail

      • PatternMatchedClassesSection

        public PatternMatchedClassesSection()
    • Method Detail

      • addConfiguredPatternSet

        public void addConfiguredPatternSet​(org.apache.tools.ant.types.PatternSet ps)
        Add configured pattern set.
        Parameters:
        ps - the ps
      • addConfiguredProperty

        public void addConfiguredProperty​(Property p)
        Add configured property.
        Parameters:
        p - the p
      • getPatternSets

        public java.util.List getPatternSets()
        Gets pattern sets.
        Returns:
        the pattern sets
      • addEntries

        public void addEntries​(java.util.Collection entries,
                               org.apache.tools.ant.types.ZipFileSet zf)
                        throws java.io.IOException
        Add entries.
        Parameters:
        entries - the entries
        zf - the zf
        Throws:
        java.io.IOException - the io exception
      • addEntries

        public abstract void addEntries​(java.util.Collection entries,
                                        java.lang.String matchedClass)
        Add entries.
        Parameters:
        entries - the entries
        matchedClass - the matched class