Package com.e1c.langtool.ignore
Class AbstractResourceIgnoreTranslationChecker
java.lang.Object
com.e1c.langtool.ignore.AbstractResourceIgnoreTranslationChecker
- All Implemented Interfaces:
IgnoreTranslationChecker
- Direct Known Subclasses:
ResourceIgnoreTranslationChecker,SubsystemIgnoreTranslationChecker
public abstract class AbstractResourceIgnoreTranslationChecker
extends Object
implements IgnoreTranslationChecker
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<org.eclipse.core.resources.IProject,AbstractResourceIgnoreTranslationChecker.ProjectCache> static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TransIgnoreFilecreateAndLoad(org.eclipse.core.resources.IFile file) protected Map<org.eclipse.core.runtime.IPath,Optional<TransIgnoreFile>> getProjectCache(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.langtool.ignore.IgnoreTranslationChecker
ignoreTranslation, ignoreTranslation, ignoreTranslation, ignoreTranslation
-
Field Details
-
TRANSIGNORE_FILE_NAME
- See Also:
-
projects
protected Map<org.eclipse.core.resources.IProject,AbstractResourceIgnoreTranslationChecker.ProjectCache> projects
-
-
Constructor Details
-
AbstractResourceIgnoreTranslationChecker
public AbstractResourceIgnoreTranslationChecker()
-
-
Method Details
-
getProjectCache
protected Map<org.eclipse.core.runtime.IPath,Optional<TransIgnoreFile>> getProjectCache(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor) -
createAndLoad
-