org.apache.cxf.tools.corba.utils
Class FileOutputStreamFactory
java.lang.Object
org.apache.cxf.tools.corba.utils.FileOutputStreamFactory
- All Implemented Interfaces:
- OutputStreamFactory
public class FileOutputStreamFactory
- extends java.lang.Object
- implements OutputStreamFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileOutputStreamFactory
public FileOutputStreamFactory()
FileOutputStreamFactory
public FileOutputStreamFactory(java.lang.String dir)
FileOutputStreamFactory
public FileOutputStreamFactory(java.lang.String dir,
FileOutputStreamFactory p)
getDirectoryName
public java.lang.String getDirectoryName()
createFakeOutputStream
public java.io.OutputStream createFakeOutputStream(java.lang.String name)
throws java.io.IOException
- Specified by:
createFakeOutputStream
in interface OutputStreamFactory
- Throws:
java.io.IOException
createFakeOutputStream
public java.io.OutputStream createFakeOutputStream(java.lang.String packageName,
java.lang.String name)
throws java.io.IOException
- Specified by:
createFakeOutputStream
in interface OutputStreamFactory
- Throws:
java.io.IOException
createOutputStream
public java.io.OutputStream createOutputStream(java.lang.String packageName,
java.lang.String name)
throws java.io.IOException
- Specified by:
createOutputStream
in interface OutputStreamFactory
- Throws:
java.io.IOException
createOutputStream
public java.io.OutputStream createOutputStream(java.lang.String name)
throws java.io.IOException
- Specified by:
createOutputStream
in interface OutputStreamFactory
- Throws:
java.io.IOException
createSubpackageOutputStreamFactory
public OutputStreamFactory createSubpackageOutputStreamFactory(java.lang.String name)
throws java.io.IOException
- Specified by:
createSubpackageOutputStreamFactory
in interface OutputStreamFactory
- Throws:
java.io.IOException
getStreamNames
public java.util.Iterator getStreamNames()
throws java.io.IOException
- Specified by:
getStreamNames
in interface OutputStreamFactory
- Throws:
java.io.IOException
clearStreams
public void clearStreams()
- Specified by:
clearStreams
in interface OutputStreamFactory
isOutputStreamExists
public boolean isOutputStreamExists(java.lang.String packageName,
java.lang.String name)
- Specified by:
isOutputStreamExists
in interface OutputStreamFactory
Apache CXF