Package com.e1c.langtool.ignore
Class TransIgnoreFile
java.lang.Object
com.e1c.langtool.ignore.TransIgnoreFile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLine(TransIgnoreFile.Line line) voidclear()getLines()org.eclipse.core.runtime.IPathgetRules()booleanhasRules(org.eclipse.core.runtime.IPath path) booleanignore(org.eclipse.core.runtime.IPath path, FeatureKey featureKey) booleanbooleanignoreAllChildren(org.eclipse.core.runtime.IPath path) Ignore all children of given pathbooleanisEmpty()voidintsize()
-
Constructor Details
-
TransIgnoreFile
public TransIgnoreFile(org.eclipse.core.runtime.IPath pathPreffix)
-
-
Method Details
-
getPathPreffix
public org.eclipse.core.runtime.IPath getPathPreffix() -
getLines
-
addLine
-
removeLine
-
isEmpty
public boolean isEmpty() -
clear
public void clear() -
size
public int size() -
getRules
-
ignoreAll
public boolean ignoreAll() -
ignoreAllChildren
public boolean ignoreAllChildren(org.eclipse.core.runtime.IPath path) Ignore all children of given path- Parameters:
path- the path- Returns:
- true, if should ignore all child path
-
hasRules
public boolean hasRules(org.eclipse.core.runtime.IPath path) -
ignore
-