public class PrintTalkUnpackager
extends org.cip4.lib.xjdf.xml.internal.AbstractXmlUnpackager
| Constructor and Description |
|---|
PrintTalkUnpackager(String pathPackage)
Custom constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getMasterExtension() |
PrintTalkNavigator |
getPrintTalkDocument()
Returns the PrintTalk Master Document covered by the PrintTalkNavigator.
|
PrintTalkNavigator |
getPrintTalkDocument(boolean namespaceAware)
Returns the PrintTalk Master Document covered by the PrintTalkNavigator.
|
String |
unpackagePrintTalk(String targetDir)
Unpackage an PrintTalk Package to a target directory.
|
String |
unpackagePrintTalkTemp()
Unpackage an PrintTalk Package to a temporary directory.
|
String |
unpackagePrintTalkTemp(String appName)
Unpackage an PrintTalk Package to a temporary directory.
|
public PrintTalkUnpackager(String pathPackage) throws IOException
pathPackage - Path to XJDF Package.IOException - if an I/O error occurs.public final PrintTalkNavigator getPrintTalkDocument() throws Exception
Exceptionpublic final PrintTalkNavigator getPrintTalkDocument(boolean namespaceAware) throws Exception
namespaceAware - true if document should be opened namespace aware.Exceptionpublic final String unpackagePrintTalkTemp() throws IOException
IOException - if an I/O error occurs.public final String unpackagePrintTalkTemp(String appName) throws IOException
appName - Name of the app.IOException - if an I/O error occurs.public final String unpackagePrintTalk(String targetDir) throws IOException
targetDir - Target directory for unpackaging.IOException - if an I/O error occurs.protected final String[] getMasterExtension()
getMasterExtension in class org.cip4.lib.xjdf.xml.internal.AbstractXmlUnpackagerAbstractXmlUnpackager.getMasterExtension()Copyright © 2016. All rights reserved.