Package org.cip4.jdflib.extensions
Class XJDFZipWriter
java.lang.Object
org.cip4.jdflib.extensions.XJDFZipWriter
- All Implemented Interfaces:
IStreamWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAux(String path, InputStream inStream) voidaddXJDF(XJDFHelper xjdf) voidaddXJDF(XJDFHelper xjdf, boolean addReferenced) getQeID()protected StringgetXJDFPath(int i) intnumAux()voidsetCommandType(JDFMessage.EnumType commandType) voidvoidsetXjmf(XJMFHelper xjmf) toString()voidwrite myself to a stream
-
Constructor Details
-
XJDFZipWriter
public XJDFZipWriter()
-
-
Method Details
-
setXjmf
- Parameters:
xjmf- the xjmf to set
-
addXJDF
- Parameters:
xjdf- the xjdf to add
-
addXJDF
- Parameters:
xjdf- the xjdf to add
-
addAux
- Parameters:
path- the local path where we want the stream copy in the zip fileinStream- the stream...
-
numAux
public int numAux()- Returns:
-
getXJDFPath
-
writeStream
Description copied from interface:IStreamWriterwrite myself to a stream- Specified by:
writeStreamin interfaceIStreamWriter- Parameters:
os- the output stream- Throws:
IOException- if io snafu...
-
toString
-
getCommandType
-
setCommandType
- Parameters:
commandType-- Throws:
IllegalArgumentException- if commandType is invalid
-
getQeID
-
setQeID
-