| Interface | Description |
|---|---|
| DmcUncheckedOIFHandlerIF |
This interface defines objects that can process DmcUncheckedObject after
their creation.
|
| Class | Description |
|---|---|
| Classifier |
The Classifier class takes an input string, breaks it into
tokens and classifies each token as either a basic token type
eg.
|
| ClassifierNew |
The Classifier class takes an input string, breaks it into
tokens and classifies each token as either a basic token type
eg.
|
| CommandLine |
The CommandLine class allows for the definition of arguments to an application
and the parsing of those arguments.
|
| ConfigFinder |
The ConfigFinder utility recursively hunts through the source directories of the
current set of Eclipse projects your have on your build path, as well as any JAR
files that end with a specific suffix (e.g.
|
| ConfigLocation |
The ConfigLocation simply indicates the name of a config file (a file
with a .dms suffix) and its location on the file system.
|
| ConfigVersion |
The ConfigVersions class allows use to maintain a grouping of configurations
of the same name, but different versions.
|
| CSVFileReader |
The CSVFileReader is designed to read the first line of a CSV file and, from that, determine
the names of the columns; based on this it creates a CSVRowModel.
|
| CSVRowModel |
The CSVRowModel represents the position column names associated with CSV data.
|
| CSVRowSplitter |
The CSVRowSplitter is designed to parse a CSV line and return a set of Strings
that represent the values in each column.
|
| Dictionary |
The Dictionary class is used to maintain a set of Tokens that are used
by an Classifier during token classification.
|
| DmcUncheckedOIFParser |
This class parses files that conform to Object Instance Format (OIF).
|
| IntegerArrayList |
The IntegerArrayList class is used to get around type erasure funnies with the OptionDef class.
|
| JSONParser |
The JSONParser will parse a JSON formatted string and produce a set of DmcUncheckedObjects.
|
| OptionDef |
The OptionDef class stores the definition of a command line option.
|
| Part | |
| Pattern |
The Pattern class maintains a signature of a particular string pattern and a set of
of Parts.
|
| PatternDiscriminator |
The PatternDiscriminator can be used to analyze a set of strings and attempt to determine
a set of patterns that may exist in them.
|
| StringArrayList |
The StringArrayList class is used to get around type erasure funnies with the OptionDef class.
|
| Token |
The Token class is used to represent a string fragment and a
type designation.
|
| TokenArrayList |
The TokenArrayList class extends ArrayList and provides an interface for
storing only Tokens.
|
| Enum | Description |
|---|---|
| OptionType |
The OptionType enum indicates the types of a command line argument.
|
Copyright © 2023. All rights reserved.