| |
|
| java.lang.Object org.jaffa.tools.common.SourceDecomposer
SourceDecomposer | public class SourceDecomposer (Code) | | This class will decompose a file into a collection of GuardedBlock, GuardedBorder and PlainText objects.
The file will have to be created/views within NetBeans/Forte to appreciate the significance of these different objects.
A GuardedBlock is a piece of text which cannot be modified in the NetBeans editor.
A GuardedBorder marks a block where custom code can be entered in the NetBeans editor.
A PlainText is just some text, which is not guarded.
|
Inner Class :public static class PlainText | |
Inner Class :public static class GuardedBlock | |
Inner Class :public static class GuardedBorder | |
getCollection | public Collection getCollection()(Code) | | Returns the Collection of the decomposed stream elements.
the Collection of the decomposed stream elements. |
getGuardedBorder | public GuardedBorder getGuardedBorder(String key)(Code) | | Returns a GuardedBorder object for the input key. A null will be returned if no such object exists.
Parameters: key - the input. a GuardedBorder object for the input key. |
|
|
|