Package org.apache.xmlbeans.impl.util
Class FilerImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.util.FilerImpl
-
-
Constructor Summary
Constructors Constructor Description FilerImpl(File classdir, File srcdir, Repackager repackager, boolean verbose, boolean incrSrcGen)
-
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.RepackagergetRepackager()List<File>getSourceFiles()
-
-
-
Constructor Detail
-
FilerImpl
public FilerImpl(File classdir, File srcdir, Repackager repackager, boolean verbose, boolean incrSrcGen)
-
-
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- when the file can't be created
-
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- when the file can't be created
-
getRepackager
public Repackager getRepackager()
-
-