Package org.neovera.jdiablo.environment

Interface Summary
PropertyPlaceholderProvider Base interface that all property placeholder providers must implement.
 

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 element.
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).
 

Annotation Types Summary
PropertyPlaceholder Use this annotation against property fields to have the value be populated using a PropertyPlaceHolderProvider.
SpringContext Define context files you want to include for initializing Spring in this annotation.
 



Copyright © 2014 Neovera Inc.. All rights reserved.