public class PropertyConfigHandler extends Object implements ExternalConfigHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PREFIX |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
PropertyConfigHandler() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canCoexistWithOtherPropertyConfiguredImages(Map<String,String> externalConfig) |
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 fromConfig,
JavaProject project)
For the given plugin configuration (which also contains the type) extract one or more
ImageConfiguration objects describing the image to manage |
public static final String TYPE_NAME
public static final String DEFAULT_PREFIX
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 fromConfig, JavaProject project)
ExternalConfigHandlerImageConfiguration objects describing the image to manageresolve in interface ExternalConfigHandlerfromConfig - the original, unresolved configproject - projectCopyright © 2021. All rights reserved.