Method Summary |
|
public String | getChildPath(String name) Returns the path to the specified child archive. |
public String | getFileName() Return the original name of the archive file. |
public String | getJbiName() Return the name of the archive as specified in jbi.xml. |
public Jbi | getJbiXml(boolean localized) Return a reference to the JAXB object model of the archive's
deployment descriptor. |
public String | getJbiXmlString(boolean localized) |
public java.util.Calendar | getJbiXmlTimestamp() Return the timestamp of the jbi.xml file in the archive package. |
public String | getPath() Return the absolute path to the archive file. |
public java.math.BigInteger | getSize() Return the size of the archive. |
public ArchiveType | getType() Return type of archive. |
public java.util.Calendar | getUploadTimestamp() Return the date that the archive was added to the repository. |
public boolean | hasChildren() Indicates whether this archive contains other archives. |
public Iterator | listChildren() Lists the names of child archives, if any, contained within this
archive. |
public void | setJbiName(String jbiName) Sets the JBI name/id of this archive. |
public void | setPath(String path) Sets the path for the archive package. |
public void | setUploadTimestamp(Calendar timestamp) Sets the repository upload timestamp. |