Package | Description |
---|---|
org.tmotte.common.io |
Utilities for managing i/o streams.
|
org.tmotte.common.refactor |
Utilities for rewriting code, used incidentally in project operations.
|
org.tmotte.common.text |
Utilities for parsing, formatting and otherwise manipulating String data.
|
org.tmotte.tmplz |
The two most useful classes, Section and TemplateManager, are featured here.
|
org.tmotte.tmplz.apps |
Contains several small utility applications that do useful things.
|
org.tmotte.tmplz.exception |
All of Tmplz's Exceptions are defined in this package and its sub-packages.
|
org.tmotte.tmplz.exception.load |
Exceptions in this package are thrown when errors occur in the org.tmotte.tmplz.load package.
|
org.tmotte.tmplz.exception.parse |
Exceptions in this package are caused by syntax errors in templates.
|
org.tmotte.tmplz.exception.template |
Exceptions in this package are thrown when errors occur in org.tmotte.tmplz.Section.
|
org.tmotte.tmplz.load |
Defines classes and interfaces for loading the text source of templates. Before implementing any of the interfaces, one should check to see if any of
the classes in org.tmotte.tmplz.load.builtin can satisfy requirements.
|
org.tmotte.tmplz.load.builtin |
Implements several useful versions of TextLoader and TextLoaderFactory.
|
org.tmotte.tmplz.node |
For internal use.
|
org.tmotte.tmplz.parse |
For internal use.
|
org.tmotte.tmplz.parse.dum |
For internal use.
|
org.tmotte.tmplz.parse.preprocess |
For internal use.
|
org.tmotte.tmplz.parse.tokenize |
For internal use.
|
org.tmotte.tmplz.util |
Useful classes that didn't fit in anywhere else.
|