Uses of Class
com.e1c.langtool.ignore.TransIgnoreFile
Packages that use TransIgnoreFile
-
Uses of TransIgnoreFile in com.e1c.langtool.ignore
Methods in com.e1c.langtool.ignore that return TransIgnoreFileModifier and TypeMethodDescriptionprotected TransIgnoreFileAbstractResourceIgnoreTranslationChecker.createAndLoad(org.eclipse.core.resources.IFile file) static TransIgnoreFileTransIgnoreFileUtil.createAndLoad(org.eclipse.core.resources.IFile file) static TransIgnoreFileTransIgnoreFileUtil.createAndLoad(org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IPath preffix) static TransIgnoreFileTransIgnoreFileUtil.createNew(org.eclipse.core.runtime.IPath preffix) Methods in com.e1c.langtool.ignore that return types with arguments of type TransIgnoreFileModifier and TypeMethodDescriptionMap<org.eclipse.core.runtime.IPath,Optional<TransIgnoreFile>> AbstractResourceIgnoreTranslationChecker.ProjectCache.getCache()protected Map<org.eclipse.core.runtime.IPath,Optional<TransIgnoreFile>> AbstractResourceIgnoreTranslationChecker.getProjectCache(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor) Methods in com.e1c.langtool.ignore with parameters of type TransIgnoreFileModifier and TypeMethodDescriptionstatic voidTransIgnoreFileUtil.load(TransIgnoreFile ignore, InputStream input) static voidTransIgnoreFileUtil.load(TransIgnoreFile ignore, org.eclipse.core.resources.IFile file) static voidTransIgnoreFileUtil.save(TransIgnoreFile ignore, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TransIgnoreFile in com.e1c.langtool.v8.dt.ignore
Methods in com.e1c.langtool.v8.dt.ignore that return types with arguments of type TransIgnoreFileModifier and TypeMethodDescriptionprotected Map<org.eclipse.core.runtime.IPath,Optional<TransIgnoreFile>> SubsystemIgnoreTranslationChecker.getProjectCache(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor)