Package jfun.yan.xml

This package provides a xml configuration support for Yan Container.

See:
          Description

Interface Summary
ComponentDecorator A decorator strategy for Component.
LocationAware Anything that has a Location.
NutEnvironment The environment that a Nut object is running in.
NutsFunction A NutsFunction is the result of the <function> tag in the Nuts configuration file.
SingletonMode Marker interface for a singleton mode.
 

Class Summary
Constants This class defines constant values for the project.
DelegatingNutsFunction This is the super class for conveniently delegating to another NutsFunction object.
Location This class represents a location within the config file.
Modes Some common wiring modes.
NutsProcessor The main class that parses an xml config file and populates container and lifecycle manager with the information stored in the config file.
NutsUtils A common utility class for various Nuts helper functions.
SingletonModeEditor PropertyEditor for SingletonMode
SynchronizedNutsFunction A synchronization wrapper for NutsFunction.
UID Unique id for a component.
 

Exception Summary
ConfigurationException Represents any error happened during the interpretation of the xml config file.
CyclicModuleDependencyException Represents an exception when module files have circular dependency.
 

Package jfun.yan.xml Description

This package provides a xml configuration support for Yan Container.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: