Class TransIgnoreFile.Rule

java.lang.Object
com.e1c.langtool.ignore.TransIgnoreFile.Line
com.e1c.langtool.ignore.TransIgnoreFile.Rule
Enclosing class:
TransIgnoreFile

public static class TransIgnoreFile.Rule extends TransIgnoreFile.Line
  • Constructor Details

  • Method Details

    • fromString

      public static TransIgnoreFile.Rule fromString(String input)
    • getResource

      public String getResource()
      Returns:
      the resource
    • getResourceSegments

      public String[] getResourceSegments()
      Returns:
      the resourceSegments
    • anyResource

      public boolean anyResource()
    • validForResource

      public boolean validForResource(String res)
    • getFeatureKey

      public String getFeatureKey()
      Returns:
      the featureKey
    • getFeatureKeySegments

      public String[] getFeatureKeySegments()
      Returns:
      the featureKeySegments
    • anyFeatureKey

      public boolean anyFeatureKey()
    • validForFeatureKey

      public boolean validForFeatureKey(FeatureKey key)
    • toString

      public String toString()
      Overrides:
      toString in class TransIgnoreFile.Line