public static final class PluginPropertyUtils.PluginConfigPathParams extends Object
Constructor and Description |
---|
PluginConfigPathParams(String pluginGroupId,
String pluginArtifactId,
String pathProperty)
Creates a query instance with mandatory parameters
|
PluginConfigPathParams(String pluginGroupId,
String pluginArtifactId,
String pathProperty,
String pathItemName)
Deprecated.
List items can have arbitrary names, use
PluginPropertyUtils.PluginConfigPathParams.PluginConfigPathParams(java.lang.String, java.lang.String, java.lang.String) instead. |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactType() |
String |
getDefaultScope() |
String |
getGoal() |
String |
getPathItemName()
Deprecated.
|
String |
getPathProperty() |
String |
getPluginArtifactId() |
String |
getPluginGroupId() |
void |
setArtifactType(String artifactType)
Optional.
|
void |
setDefaultScope(String defaultScope) |
void |
setGoal(String goal)
Optional.
|
public PluginConfigPathParams(String pluginGroupId, String pluginArtifactId, String pathProperty)
pluginGroupId
- plugin's group IDpluginArtifactId
- plugin's artifact IDpathProperty
- name of the property (the property should contain
a list of items)@Deprecated public PluginConfigPathParams(String pluginGroupId, String pluginArtifactId, String pathProperty, String pathItemName)
PluginPropertyUtils.PluginConfigPathParams.PluginConfigPathParams(java.lang.String, java.lang.String, java.lang.String)
instead.pluginGroupId
- plugin's group IDpluginArtifactId
- plugin's artifact IDpathProperty
- name of the property (the property should contain a list of items)pathItemName
- name of the single item's element (ignored)public void setGoal(String goal)
goal
- goal IDpublic void setArtifactType(String artifactType)
artifactType
- accepted artifact type.public void setDefaultScope(String defaultScope)
public String getPluginGroupId()
public String getPluginArtifactId()
public String getGoal()
public String getPathProperty()
@Deprecated public String getPathItemName()
public String getArtifactType()
public String getDefaultScope()