Class PatternMatchedSection

    • Field Detail

      • patternSets

        protected java.util.Map<TypePatternSet.Type,​org.apache.tools.ant.types.PatternSet> patternSets
        The Pattern sets.
    • Constructor Detail

      • PatternMatchedSection

        public PatternMatchedSection()
    • Method Detail

      • createPatternSet

        public TypePatternSet createPatternSet()
        Create pattern set type pattern set.
        Returns:
        the type pattern set
      • addPatternSet

        public void addPatternSet​(org.apache.tools.ant.types.PatternSet ps,
                                  TypePatternSet.Type type)
        Add pattern set.
        Parameters:
        ps - the ps
        type - the type
      • getPatternSet

        public org.apache.tools.ant.types.PatternSet getPatternSet​(TypePatternSet.Type type)
        Gets pattern set.
        Parameters:
        type - the type
        Returns:
        the pattern set
      • setAccess

        public void setAccess​(java.lang.String access)
        Sets access.
        Parameters:
        access - the access
      • accessValue

        protected PatternMatchedSection.Access accessValue​(java.lang.String accessString)
        Access value access.
        Parameters:
        accessString - the access string
        Returns:
        the access