Definition
Configures your container in a specific directory
Explanation
The standalone configuration allows configuring your container so that it is setup to start in a directory you choose (see the configuration page for more general explanations).
There are 2 ways of using a standalone configuration:
- By directly instantiating the configuration matching your container. For example:
- By using the
DefaultConfigurationFactorywhich automatically maps the right implementation for the container you're using. For example:
- By using the
DefaultContainerFactorywhich has a constructor for creating aContainerand aConfigurationat the same time. For example:
Example using the Ant API
Labels