Interface | Description |
---|---|
DefinitionTokens |
The
DefinitionTokens interface defines the constants
for the the three pieces of a property file definition, the name,
the assignment operator, and the value. |
PropertiesTokens |
The
PropertiesTokens interface defines the constants
for the various pieces of a *.properties or *.rts file. |
PropertyFileLexerSetup |
Class | Description |
---|---|
DefaultPropertyFileLexerSetup | |
DefinitionLexer |
The
DefinitionLexer is an implementation of the
Lexer interface for lexing a property definition. |
JARManifestPropertyFileLexerSetup | |
PropertiesLexer |
The
PropertiesLexer is an implementation of the
Lexer interface for a *.properties or *.rts file. |
PropertyFileSetup |