| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.artifact.repository.metadata.Metadata
public class Metadata
Class Metadata.
| Constructor Summary | |
|---|---|
Metadata()
 | 
|
| Method Summary | |
|---|---|
 void | 
addPlugin(Plugin plugin)
Method addPlugin.  | 
 String | 
getArtifactId()
Get the artifactId that this directory represents, if any.  | 
 String | 
getGroupId()
Get the groupId that this directory represents, if any.  | 
 String | 
getModelEncoding()
 | 
 List | 
getPlugins()
Method getPlugins.  | 
 String | 
getVersion()
Get the version that this directory represents, if any.  | 
 Versioning | 
getVersioning()
Get versioning information for the artifact.  | 
 boolean | 
merge(Metadata sourceMetadata)
 | 
 void | 
removePlugin(Plugin plugin)
Method removePlugin.  | 
 void | 
setArtifactId(String artifactId)
Set the artifactId that this directory represents, if any.  | 
 void | 
setGroupId(String groupId)
Set the groupId that this directory represents, if any.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setPlugins(List plugins)
Set the set of plugin mappings for the group.  | 
 void | 
setVersion(String version)
Set the version that this directory represents, if any.  | 
 void | 
setVersioning(Versioning versioning)
Set versioning information for the artifact.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Metadata()
| Method Detail | 
|---|
public void addPlugin(Plugin plugin)
plugin - public String getArtifactId()
public String getGroupId()
public List getPlugins()
public String getVersion()
public Versioning getVersioning()
public void removePlugin(Plugin plugin)
plugin - public void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - public void setPlugins(List plugins)
plugins - public void setVersion(String version)
version - public void setVersioning(Versioning versioning)
versioning - public boolean merge(Metadata sourceMetadata)
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 | |||||||||