Package org.apache.cxf.tools.corba.utils
Class FileOutputStreamFactory
java.lang.Object
org.apache.cxf.tools.corba.utils.FileOutputStreamFactory
- All Implemented Interfaces:
OutputStreamFactory
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateFakeOutputStream(String name) createFakeOutputStream(String packageName, String name) createOutputStream(String name) createOutputStream(String packageName, String name) booleanisOutputStreamExists(String packageName, String name)
-
Constructor Details
-
FileOutputStreamFactory
public FileOutputStreamFactory() -
FileOutputStreamFactory
-
FileOutputStreamFactory
-
-
Method Details
-
getDirectoryName
-
createFakeOutputStream
- Specified by:
createFakeOutputStreamin interfaceOutputStreamFactory- Throws:
IOException
-
createFakeOutputStream
- Specified by:
createFakeOutputStreamin interfaceOutputStreamFactory- Throws:
IOException
-
createOutputStream
- Specified by:
createOutputStreamin interfaceOutputStreamFactory- Throws:
IOException
-
createOutputStream
- Specified by:
createOutputStreamin interfaceOutputStreamFactory- Throws:
IOException
-
createSubpackageOutputStreamFactory
- Specified by:
createSubpackageOutputStreamFactoryin interfaceOutputStreamFactory- Throws:
IOException
-
getStreamNames
- Specified by:
getStreamNamesin interfaceOutputStreamFactory- Throws:
IOException
-
clearStreams
public void clearStreams()- Specified by:
clearStreamsin interfaceOutputStreamFactory
-
isOutputStreamExists
- Specified by:
isOutputStreamExistsin interfaceOutputStreamFactory
-