Constructor and Description |
---|
FilerImpl(File classdir,
File srcdir,
org.apache.xmlbeans.impl.repackage.Repackager repackager,
boolean verbose,
boolean incrSrcGen) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
createBinaryFile(String typename)
Creates a new schema binary file (.xsb) and returns a stream for writing to it.
|
Writer |
createSourceFile(String typename)
Creates a new binding source file (.java) and returns a writer for it.
|
org.apache.xmlbeans.impl.repackage.Repackager |
getRepackager() |
List<File> |
getSourceFiles() |
public OutputStream createBinaryFile(String typename) throws IOException
createBinaryFile
in interface Filer
typename
- fully qualified type nameIOException
- when the file can't be createdpublic Writer createSourceFile(String typename) throws IOException
createSourceFile
in interface Filer
typename
- fully qualified type nameIOException
- when the file can't be createdpublic org.apache.xmlbeans.impl.repackage.Repackager getRepackager()