Interface Filer

  • All Known Implementing Classes:
    FilerImpl

    public interface Filer
    • Method Detail

      • createBinaryFile

        OutputStream createBinaryFile​(String typename)
                               throws IOException
        Creates a new schema binary file (.xsb) and returns a stream for writing to it.
        Parameters:
        typename - fully qualified type name
        Returns:
        a stream to write the type to
        Throws:
        IOException - when the file can't be created
      • createSourceFile

        Writer createSourceFile​(String typename)
                         throws IOException
        Creates a new binding source file (.java) and returns a writer for it.
        Parameters:
        typename - fully qualified type name
        Returns:
        a stream to write the type to
        Throws:
        IOException - when the file can't be created