|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
Method getModelEncoding. |
List<Plugin> |
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<Plugin> 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 String getModelEncoding()
public List<Plugin> 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 setModelEncoding(String modelEncoding)
modelEncoding
- public void setPlugins(List<Plugin> plugins)
plugins
- public void setVersion(String version)
version
- public void setVersioning(Versioning versioning)
versioning
- public boolean merge(Metadata sourceMetadata)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |