Package com.pietschy.command.configuration

Classes and interfaces for loading command configuration from ResourceBundles.

See:
          Description

Interface Summary
ConfigurationLoader Defines the methods for loading configuration files and applying that configuration to newly created commands.
GroupMemberParser Defines a parser interface for group member specification strings.
IconFactory Icon factories are used by the ConfigurationLoader to create icons whenever the icon type is specified as factory.
 

Enum Summary
IllegalFormatException.Type Enum listing format types.
 

Exception Summary
ConfigurationException Thrown if an error occurs while configuring a command.
IllegalFormatException Thrown when an error occurs parsing a configuration item.
InvalidSyntaxException Thrown for configuration syntax errors.
MissingConfigurationException Thrown when there is no configuration for the specified command.
ParseException Thrown for errors parsing configuration files.
ResourceNotFoundException Thrown when a resource can't be found on the classpath.
UnknownPropertyException Thrown for unknown properties.
UnknownValueException Thrown for values that are not supported.
 

Package com.pietschy.command.configuration Description

Classes and interfaces for loading command configuration from ResourceBundles.



Copyright © 2006 - 2007 Andrew Pietsch