Package org.apache.xmlbeans.impl.util
Class FilerImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.util.FilerImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStreamcreateBinaryFile(String typename)Creates a new schema binary file (.xsb) and returns a stream for writing to it.WritercreateSourceFile(String typename)Creates a new binding source file (.java) and returns a writer for it.org.apache.xmlbeans.impl.repackage.RepackagergetRepackager()ListgetSourceFiles()
-
-
-
Method Detail
-
createBinaryFile
public OutputStream createBinaryFile(String typename) throws IOException
Creates a new schema binary file (.xsb) and returns a stream for writing to it.- Specified by:
createBinaryFilein interfaceFiler- Parameters:
typename- fully qualified type name- Returns:
- a stream to write the type to
- Throws:
IOException
-
createSourceFile
public Writer createSourceFile(String typename) throws IOException
Creates a new binding source file (.java) and returns a writer for it.- Specified by:
createSourceFilein interfaceFiler- Parameters:
typename- fully qualified type name- Returns:
- a stream to write the type to
- Throws:
IOException
-
getSourceFiles
public List getSourceFiles()
-
getRepackager
public org.apache.xmlbeans.impl.repackage.Repackager getRepackager()
-
-