Class TransIgnoreFileUtil

java.lang.Object
com.e1c.langtool.ignore.TransIgnoreFileUtil

public class TransIgnoreFileUtil extends Object
  • Method Details

    • createNew

      public static TransIgnoreFile createNew(org.eclipse.core.runtime.IPath preffix)
    • createAndLoad

      public static TransIgnoreFile createAndLoad(org.eclipse.core.resources.IFile file) throws org.eclipse.core.runtime.CoreException, IOException
      Throws:
      org.eclipse.core.runtime.CoreException
      IOException
    • 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.CoreException
      IOException
    • load

      public static void load(TransIgnoreFile ignore, org.eclipse.core.resources.IFile file) throws IOException, org.eclipse.core.runtime.CoreException
      Throws:
      IOException
      org.eclipse.core.runtime.CoreException
    • load

      public static void load(TransIgnoreFile ignore, InputStream input) throws IOException
      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.CoreException
      IOException