org.apache.maven.shared.repository.model
public class DefaultRepositoryInfo extends java.lang.Object implements RepositoryInfo
Constructor and Description |
---|
DefaultRepositoryInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getExcludes() |
java.util.List |
getGroupVersionAlignments() |
java.util.List |
getIncludes() |
java.lang.String |
getScope() |
boolean |
isIncludeMetadata() |
void |
setExcludes(java.util.List excludes) |
void |
setGroupVersionAlignments(java.util.List groupVersionAlignments) |
void |
setIncludeMetadata(boolean includeMetadata) |
void |
setIncludes(java.util.List includes) |
void |
setScope(java.lang.String scope) |
public java.util.List getExcludes()
getExcludes
in interface RepositoryInfo
public void setGroupVersionAlignments(java.util.List groupVersionAlignments)
public void setIncludeMetadata(boolean includeMetadata)
public void setIncludes(java.util.List includes)
public void setScope(java.lang.String scope)
public java.util.List getGroupVersionAlignments()
getGroupVersionAlignments
in interface RepositoryInfo
public java.util.List getIncludes()
getIncludes
in interface RepositoryInfo
public java.lang.String getScope()
getScope
in interface RepositoryInfo
public boolean isIncludeMetadata()
isIncludeMetadata
in interface RepositoryInfo
public void setExcludes(java.util.List excludes)
Copyright © 2014. All Rights Reserved.