public class DockerComposeConfigHandler extends Object implements ExternalConfigHandler
| Constructor and Description |
|---|
DockerComposeConfigHandler() |
| 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<org.eclipse.jkube.kit.config.image.ImageConfiguration> |
resolve(org.eclipse.jkube.kit.config.image.ImageConfiguration unresolvedConfig,
JavaProject project)
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<org.eclipse.jkube.kit.config.image.ImageConfiguration> resolve(org.eclipse.jkube.kit.config.image.ImageConfiguration unresolvedConfig, JavaProject project)
ExternalConfigHandlerImageConfiguration objects describing the image to manageresolve in interface ExternalConfigHandlerunresolvedConfig - the original, unresolved configproject - projectCopyright © 2021. All rights reserved.