Class FilterConfigDescriptor

    • Field Detail

      • useSync

        protected boolean useSync
      • useTx

        protected boolean useTx
      • useTxBuffered

        protected boolean useTxBuffered
      • cached

        protected boolean cached
      • cacheTime

        protected String cacheTime
      • isPrivate

        protected boolean isPrivate
      • grant

        protected boolean grant
      • pattern

        protected String pattern
      • compiledPattern

        protected Pattern compiledPattern
    • Constructor Detail

      • FilterConfigDescriptor

        public FilterConfigDescriptor()
      • FilterConfigDescriptor

        public FilterConfigDescriptor​(String name,
                                      String pattern,
                                      boolean grant,
                                      boolean useTx,
                                      boolean useSync,
                                      boolean cached,
                                      boolean isPrivate,
                                      String cacheTime)
    • Method Detail

      • getName

        public String getName()
      • useSync

        public boolean useSync()
      • useTx

        public boolean useTx()
      • useTxBuffered

        public boolean useTxBuffered()
      • isGrantRule

        public boolean isGrantRule()
      • isCached

        public boolean isCached()
      • isPrivate

        public boolean isPrivate()
      • getCacheTime

        public String getCacheTime()
      • getPatternStr

        public String getPatternStr()
      • getCompiledPattern

        public Pattern getCompiledPattern()
      • setPattern

        public void setPattern​(String pattern)