Interface IXtextGeneratorFileSystemAccess

  • All Superinterfaces:
    org.eclipse.xtext.generator.IFileSystemAccess, org.eclipse.xtext.generator.IFileSystemAccess2, org.eclipse.xtext.generator.IFileSystemAccessExtension, org.eclipse.xtext.generator.IFileSystemAccessExtension2, org.eclipse.xtext.generator.IFileSystemAccessExtension3, IGuiceAwareGeneratorComponent
    All Known Implementing Classes:
    XtextGeneratorFileSystemAccess

    public interface IXtextGeneratorFileSystemAccess
    extends org.eclipse.xtext.generator.IFileSystemAccess2, IGuiceAwareGeneratorComponent
    File system access for the Xtext generator.
    • Field Summary

      • Fields inherited from interface org.eclipse.xtext.generator.IFileSystemAccess

        DEFAULT_OUTPUT
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      boolean isOverwrite()  
      • Methods inherited from interface org.eclipse.xtext.generator.IFileSystemAccess

        deleteFile, generateFile, generateFile
      • Methods inherited from interface org.eclipse.xtext.generator.IFileSystemAccess2

        isFile, isFile
      • Methods inherited from interface org.eclipse.xtext.generator.IFileSystemAccessExtension

        deleteFile
      • Methods inherited from interface org.eclipse.xtext.generator.IFileSystemAccessExtension2

        getURI, getURI
      • Methods inherited from interface org.eclipse.xtext.generator.IFileSystemAccessExtension3

        generateFile, generateFile, readBinaryFile, readBinaryFile, readTextFile, readTextFile
    • Method Detail

      • getPath

        java.lang.String getPath()
      • isOverwrite

        boolean isOverwrite()