public class ArchiveBuilder
extends java.lang.Object
This class is use to manage ".archive" files known as Archive Builder in TIBCO Designer.
Constructor and Description |
---|
ArchiveBuilder() |
ArchiveBuilder(java.io.File f) |
Modifier and Type | Method and Description |
---|---|
org.apache.xerces.dom.ElementNSImpl |
getEnterpriseArchive() |
org.apache.xerces.dom.ElementNSImpl |
getSharedArchive() |
void |
merge(ArchiveBuilder archiveBuilder) |
void |
merge(java.io.File archiveFile) |
void |
removeDuplicateProcesses() |
void |
save(java.io.File f) |
protected void |
setAttribute(org.apache.xerces.dom.ElementNSImpl element,
java.lang.String attributeName,
java.lang.String textContent) |
void |
setEnterpriseArchiveAuthor(java.lang.String textContent) |
void |
setEnterpriseArchiveFileLocationProperty(java.lang.String textContent) |
void |
setEnterpriseArchiveName(java.lang.String textContent) |
protected void |
setEnterpriseArchiveProperty(java.lang.String propertyName,
java.lang.String textContent) |
void |
setEnterpriseArchiveVersionProperty(java.lang.String textContent) |
void |
setFirstProcessArchiveName(java.lang.String textContent) |
protected void |
setProperty(org.apache.xerces.dom.ElementNSImpl element,
java.lang.String propertyName,
java.lang.String textContent) |
void |
setSharedArchiveAuthor(java.lang.String textContent) |
public ArchiveBuilder()
public ArchiveBuilder(java.io.File f)
public void removeDuplicateProcesses()
public void save(java.io.File f)
public org.apache.xerces.dom.ElementNSImpl getEnterpriseArchive()
public org.apache.xerces.dom.ElementNSImpl getSharedArchive()
public void setSharedArchiveAuthor(java.lang.String textContent)
public void setEnterpriseArchiveAuthor(java.lang.String textContent)
public void setEnterpriseArchiveName(java.lang.String textContent)
public void setEnterpriseArchiveFileLocationProperty(java.lang.String textContent)
public void setEnterpriseArchiveVersionProperty(java.lang.String textContent)
protected void setEnterpriseArchiveProperty(java.lang.String propertyName, java.lang.String textContent)
public void setFirstProcessArchiveName(java.lang.String textContent)
protected void setAttribute(org.apache.xerces.dom.ElementNSImpl element, java.lang.String attributeName, java.lang.String textContent)
protected void setProperty(org.apache.xerces.dom.ElementNSImpl element, java.lang.String propertyName, java.lang.String textContent)
public void merge(java.io.File archiveFile)
public void merge(ArchiveBuilder archiveBuilder)