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 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()
-
-
-
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:
createBinaryFile
in 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:
createSourceFile
in 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()
-
-