| org.sourcejammer.project |
|
| Java Source File Name | Type | Comment |
| ArchiveInfo.java | Interface | |
| ArchiveInfo2.java | Interface | |
| ArchiveInfoFlex.java | Interface | Title: $FileName: ArchiveInfoFlexFS.java$
version: $VerNum: 3$ author: $AuthorName: Rob MacGrogan$
author: $Description: Supercedes ArchiveInfoFS and ArchiveInfo2FS.$
author: $KeyWordsOff: $
author: New flexible version of ArchiveInfo. |
| Node.java | Interface | This is a high-level object representing information about a node in
the SJ project hierarchy. |
| NodeDoesNotExistException.java | Class | This exception is thrown if a node is requested but the node does not exist. |
| NodeExistsException.java | Class | |
| NodeIterator.java | Interface | Allows a simple means of iterating through the contents from
a NodeList. |
| NodeList.java | Class | A linked and indexed colletion of Nodes. |
| NodeListIterator.java | Class | Implementation of NodeIterator, specifically for iterating through
the contents of a NodeList. |
| Plugin.java | Interface | Title: $FileName: Plugin.java$
version: $VerNum: 4$ author: $AuthorName: Rob MacGrogan$
author: $Description: Represents a plugin to an Archive. |