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 fromConfig,
org.apache.maven.project.MavenProject project,
org.apache.maven.execution.MavenSession session)
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 fromConfig, org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session) throws IllegalArgumentException
ExternalConfigHandlerImageConfiguration objects describing the image to manageresolve in interface ExternalConfigHandlerfromConfig - the original, unresolved configproject - maven projectsession - maven sessionIllegalArgumentExceptionCopyright © 2018. All rights reserved.