Constructor and Description |
---|
FilerImpl(File classdir,
File srcdir,
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.
|
Repackager |
getRepackager() |
List<File> |
getSourceFiles() |
public FilerImpl(File classdir, File srcdir, Repackager repackager, boolean verbose, boolean incrSrcGen)
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 Repackager getRepackager()