@Component(role=ExternalConfigHandler.class) public class PropertyConfigHandler extends Object implements ExternalConfigHandler
| Constructor and Description |
|---|
PropertyConfigHandler() |
| 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 config,
Properties properties)
For the given plugin configuration (which also contains the type) extract one or more
ImageConfiguration objects describing the image to manage |
public String getType()
ExternalConfigHandler<type> tag within a
<reference> configuration sectiongetType in interface ExternalConfigHandlerpublic List<ImageConfiguration> resolve(ImageConfiguration config, Properties properties) throws IllegalArgumentException
ExternalConfigHandlerImageConfiguration objects describing the image to manageresolve in interface ExternalConfigHandlerconfig - the original, unresolved configproperties - extra properties used for resolvingIllegalArgumentExceptionCopyright © 2016. All Rights Reserved.