|
Class Summary |
| ClasspathOptions |
Enhances the target object by injecting default values for the target's class. |
| Help |
Add this environment to enable a -h (or --help) option that what options are available and the description of the
options. |
| MapBasedPropertyPlaceholderProvider |
A simple map-based property placeholder provider that is expected to be defined as a bean in the Spring XML and
have its properties map populated via Spring's |
| SpringContextProvider |
Define this as an OptionValueProvider in the @UseOptionValueProviders annotation against the launchable class if
you want to provide default spring context files for the launchable using the @SpringContext annotation (also against
the launchable class). |
| SpringEnvironment |
Bootstraps Spring and provides option values who's fields are annotated with PropertyPlaceholder (provided there is
a bean of the type PropertyPlaceholderProvider in Spring). |