Package com.e1c.langtool.ignore
Class TransIgnoreFileUtil
java.lang.Object
com.e1c.langtool.ignore.TransIgnoreFileUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransIgnoreFilecreateAndLoad(org.eclipse.core.resources.IFile file) static TransIgnoreFilecreateAndLoad(org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IPath preffix) static TransIgnoreFilecreateNew(org.eclipse.core.runtime.IPath preffix) static voidload(TransIgnoreFile ignore, InputStream input) static voidload(TransIgnoreFile ignore, org.eclipse.core.resources.IFile file) static voidsave(TransIgnoreFile ignore, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor)
-
Method Details
-
createNew
-
createAndLoad
public static TransIgnoreFile createAndLoad(org.eclipse.core.resources.IFile file) throws org.eclipse.core.runtime.CoreException, IOException - Throws:
org.eclipse.core.runtime.CoreExceptionIOException
-
createAndLoad
public static TransIgnoreFile createAndLoad(org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IPath preffix) throws org.eclipse.core.runtime.CoreException, IOException - Throws:
org.eclipse.core.runtime.CoreExceptionIOException
-
load
public static void load(TransIgnoreFile ignore, org.eclipse.core.resources.IFile file) throws IOException, org.eclipse.core.runtime.CoreException - Throws:
IOExceptionorg.eclipse.core.runtime.CoreException
-
load
- Throws:
IOException
-
save
public static void save(TransIgnoreFile ignore, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException, IOException - Throws:
org.eclipse.core.runtime.CoreExceptionIOException
-