Class PackageFilterRule


  • public final class PackageFilterRule
    extends java.lang.Object
    Include/exclude rule for package filter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPattern()
      Get rule pattern.
      boolean isExclude()
      Check if this rule is an exclude rule.
      boolean isInclude()
      Check if this rule is an include rule.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPattern

        public java.lang.String getPattern()
        Get rule pattern.
        Returns:
        Rule pattern
      • isInclude

        public boolean isInclude()
        Check if this rule is an include rule.
        Returns:
        true if it is an include rule.
      • isExclude

        public boolean isExclude()
        Check if this rule is an exclude rule.
        Returns:
        true if it is an exclude rule.