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,
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 |
String getType()
<type> tag within a
<reference> configuration sectionList<ImageConfiguration> resolve(ImageConfiguration unresolvedConfig, org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session) throws ExternalConfigHandlerException
ImageConfiguration objects describing the image to manageunresolvedConfig - the original, unresolved configproject - maven projectsession - maven sessionExternalConfigHandlerException - if there is a problem resolving the image configurationCopyright © 2018. All rights reserved.