Package org.apache.xmlbeans.impl.util
Class FilerImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.util.FilerImpl
-
-
Constructor Summary
Constructors Constructor Description FilerImpl(java.io.File classdir, java.io.File srcdir, org.apache.xmlbeans.impl.repackage.Repackager repackager, boolean verbose, boolean incrSrcGen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.OutputStream
createBinaryFile(java.lang.String typename)
Creates a new schema binary file (.xsb) and returns a stream for writing to it.java.io.Writer
createSourceFile(java.lang.String typename)
Creates a new binding source file (.java) and returns a writer for it.org.apache.xmlbeans.impl.repackage.Repackager
getRepackager()
java.util.List
getSourceFiles()
-
-
-
Method Detail
-
createBinaryFile
public java.io.OutputStream createBinaryFile(java.lang.String typename) throws java.io.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:
java.io.IOException
-
createSourceFile
public java.io.Writer createSourceFile(java.lang.String typename) throws java.io.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:
java.io.IOException
-
getSourceFiles
public java.util.List getSourceFiles()
-
getRepackager
public org.apache.xmlbeans.impl.repackage.Repackager getRepackager()
-
-