Package com.e1c.langtool.ignore
Class TransIgnoreFile.Rule
java.lang.Object
com.e1c.langtool.ignore.TransIgnoreFile.Line
com.e1c.langtool.ignore.TransIgnoreFile.Rule
- Enclosing class:
- TransIgnoreFile
-
Field Summary
Fields inherited from class com.e1c.langtool.ignore.TransIgnoreFile.Line
SPLITTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic TransIgnoreFile.RulefromString(String input) String[]String[]toString()booleanbooleanvalidForResource(String res) Methods inherited from class com.e1c.langtool.ignore.TransIgnoreFile.Line
getSring, isEmpty
-
Constructor Details
-
Rule
-
Rule
-
-
Method Details
-
fromString
-
getResource
- Returns:
- the resource
-
getResourceSegments
- Returns:
- the resourceSegments
-
anyResource
public boolean anyResource() -
validForResource
-
getFeatureKey
- Returns:
- the featureKey
-
getFeatureKeySegments
- Returns:
- the featureKeySegments
-
anyFeatureKey
public boolean anyFeatureKey() -
validForFeatureKey
-
toString
- Overrides:
toStringin classTransIgnoreFile.Line
-