public static final class PluginPropertyUtils.PluginConfigPathParams extends Object
Constructor and Description |
---|
PluginConfigPathParams(String pluginGroupId,
String pluginArtifactId,
String pathProperty,
String pathItemName)
Creates a query instance with mandatory parameters
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactType() |
String |
getDefaultScope() |
String |
getGoal() |
String |
getPathItemName() |
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, String pathItemName)
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 elementpublic 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()
public String getPathItemName()
public String getArtifactType()
public String getDefaultScope()