Class LabelTypeHelper.LabelTypePattern

  • Enclosing class:
    LabelTypeHelper

    public static class LabelTypeHelper.LabelTypePattern
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LabelTypePattern​(java.lang.String value, java.lang.String includedPaths, java.lang.String excludedPaths)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      boolean match​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • LabelTypePattern

        public LabelTypePattern​(java.lang.String value,
                                java.lang.String includedPaths,
                                java.lang.String excludedPaths)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • match

        public boolean match​(java.lang.String path)