public class CombineArchiveNode extends Object
Constructor and Description |
---|
CombineArchiveNode(File archiveFile)
Instantiates a new combine archive node.
|
Modifier and Type | Method and Description |
---|---|
void |
addEntry(de.unirostock.sems.cbarchive.ArchiveEntry ae)
Adds the entry.
|
void |
generateTreeModel(DefaultMutableTreeNode parent)
Generate tree model.
|
Collection<CombineArchiveEntryNode> |
getArchiveEntries()
Gets the nodes representing archive entries.
|
File |
getArchiveFile()
Gets the archive file.
|
String |
toString() |
public CombineArchiveNode(File archiveFile)
archiveFile
- the archive filepublic File getArchiveFile()
public void addEntry(de.unirostock.sems.cbarchive.ArchiveEntry ae) throws UnsupportedOperationException
ae
- the aeUnsupportedOperationException
public void generateTreeModel(DefaultMutableTreeNode parent)
parent
- the parentpublic Collection<CombineArchiveEntryNode> getArchiveEntries()
Copyright © 2014. All rights reserved.