|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.assembly.model.SetBase
org.apache.maven.plugin.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()
|
java.lang.String |
getScope()
Get Specifies the scope for artifacts included in this repository. |
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)
|
void |
setScope(java.lang.String scope)
Set Specifies the scope for artifacts included in this repository. |
Methods inherited from class org.apache.maven.plugin.assembly.model.SetBase |
---|
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, isUseDefaultExcludes, isUseStrictFiltering, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory, setUseDefaultExcludes, setUseStrictFiltering |
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 java.lang.String getScope()
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 setScope(java.lang.String scope)
scope
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class SetBase
public java.lang.String getModelEncoding()
getModelEncoding
in class SetBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |