|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.assembly.model.SetBase
org.apache.maven.plugins.assembly.model.Repository
public class Repository
Defines a Maven repository to be included in the assembly.
| Constructor Summary | |
|---|---|
Repository()
|
|
| Method Summary | |
|---|---|
void |
addGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
Method addGroupVersionAlignment |
java.util.List |
getGroupVersionAlignments()
Method getGroupVersionAlignments |
java.lang.String |
getModelEncoding()
|
boolean |
isIncludeMetadata()
Get If set to true, this property will trigger the creation of repository metadata which will allow the repository to be used as a functional remote repository. |
void |
removeGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
Method removeGroupVersionAlignment |
void |
setGroupVersionAlignments(java.util.List groupVersionAlignments)
Set Align a group to a version or an individual artifact. |
void |
setIncludeMetadata(boolean includeMetadata)
Set If set to true, this property will trigger the creation of repository metadata which will allow the repository to be used as a functional remote repository. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
| Methods inherited from class org.apache.maven.plugins.assembly.model.SetBase |
|---|
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Repository()
| Method Detail |
|---|
public void addGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
groupVersionAlignment - public java.util.List getGroupVersionAlignments()
public boolean isIncludeMetadata()
public void removeGroupVersionAlignment(GroupVersionAlignment groupVersionAlignment)
groupVersionAlignment - public void setGroupVersionAlignments(java.util.List groupVersionAlignments)
groupVersionAlignments - public void setIncludeMetadata(boolean includeMetadata)
includeMetadata - public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class SetBasepublic java.lang.String getModelEncoding()
getModelEncoding in class SetBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||