public interface ExternalConfigHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Get the unique type of this plugin as referenced with the
<type> tag within a
<reference> configuration section |
List<ImageConfiguration> |
resolve(ImageConfiguration unresolvedConfig,
Properties properties)
For the given plugin configuration (which also contains the type) extract one or more
ImageConfiguration objects describing the image to manage |
String getType()
<type> tag within a
<reference> configuration sectionList<ImageConfiguration> resolve(ImageConfiguration unresolvedConfig, Properties properties)
ImageConfiguration objects describing the image to manageunresolvedConfig - the original, unresolved configproperties - extra properties used for resolvingCopyright © 2016. All Rights Reserved.