| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.artifact.repository.metadata.Plugin
public class Plugin
Mapping information for a single plugin within this group.
| Constructor Summary | |
|---|---|
Plugin()
 | 
|
| Method Summary | |
|---|---|
 String | 
getArtifactId()
Get the plugin artifactId.  | 
 String | 
getModelEncoding()
 | 
 String | 
getName()
Get display name for the plugin.  | 
 String | 
getPrefix()
Get the plugin invocation prefix (i.e.  | 
 void | 
setArtifactId(String artifactId)
Set the plugin artifactId.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setName(String name)
Set display name for the plugin.  | 
 void | 
setPrefix(String prefix)
Set the plugin invocation prefix (i.e.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Plugin()
| Method Detail | 
|---|
public String getArtifactId()
public String getName()
public String getPrefix()
public void setArtifactId(String artifactId)
artifactId - public void setName(String name)
name - public void setPrefix(String prefix)
prefix - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||