Class BranchSpecParserSettings


  • public class BranchSpecParserSettings
    extends Object
    Author:
    Yegor.Yarko Date: 01/10/2018
    • Constructor Detail

      • BranchSpecParserSettings

        public BranchSpecParserSettings​(boolean bracketsSupport,
                                        boolean addDefaultIncludeRule,
                                        @NotNull
                                        Function<String,​StringMatcherBuilder> matcherBuilder)
      • BranchSpecParserSettings

        public BranchSpecParserSettings​(boolean bracketsSupport,
                                        boolean addDefaultIncludeRule)
    • Method Detail

      • isBracketsSupport

        public boolean isBracketsSupport()
      • isAddDefaultIncludeRule

        public boolean isAddDefaultIncludeRule()