Class RegexRulesAggregator

java.lang.Object
org.gcube.accounting.aggregator.RegexRulesAggregator
All Implemented Interfaces:
Runnable

public class RegexRulesAggregator extends Object implements Runnable
  • Field Details

  • Constructor Details

    • RegexRulesAggregator

      protected RegexRulesAggregator()
  • Method Details

    • getInstance

      public static RegexRulesAggregator getInstance()
    • getMatcherReplaceList

      public List<MatcherReplace> getMatcherReplaceList()
    • addMatcherReplace

      public MatcherReplace addMatcherReplace(MatcherReplace matcherReplace)
    • vacumRules

      public void vacumRules()
    • readConfiguration

      public void readConfiguration()
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • stop

      public void stop()
      Stop rule reloader. Use only if you really know what you do.
    • start

      @Deprecated public void start()
      Deprecated.
    • shutdown

      public static void shutdown()