Class XJDFZipWriter

    • Constructor Detail

      • XJDFZipWriter

        public XJDFZipWriter()
    • Method Detail

      • setXjmf

        public void setXjmf​(XJMFHelper xjmf)
        Parameters:
        xjmf - the xjmf to set
      • addXJDF

        public void addXJDF​(XJDFHelper xjdf)
        Parameters:
        xjdf - the xjdf to add
      • addXJDF

        public void addXJDF​(XJDFHelper xjdf,
                            boolean addReferenced)
        Parameters:
        xjdf - the xjdf to add
      • addAux

        public void addAux​(java.lang.String path,
                           java.io.InputStream inStream)
        Parameters:
        path - the local path where we want the stream copy in the zip file
        inStream - the stream...
      • numAux

        public int numAux()
        Returns:
      • getXJDFPath

        protected java.lang.String getXJDFPath​(int i)
      • writeStream

        public void writeStream​(java.io.OutputStream os)
                         throws java.io.IOException
        Description copied from interface: IStreamWriter
        write myself to a stream
        Specified by:
        writeStream in interface IStreamWriter
        Parameters:
        os - the output stream
        Throws:
        java.io.IOException - if io snafu...
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setCommandType

        public void setCommandType​(JDFMessage.EnumType commandType)
        Parameters:
        commandType -
        Throws:
        java.lang.IllegalArgumentException - if commandType is invalid
      • getQeID

        public java.lang.String getQeID()
      • setQeID

        public void setQeID​(java.lang.String qeID)