Class RepoInfoWrapper
- java.lang.Object
-
- org.apache.maven.plugins.assembly.archive.phase.wrappers.RepoInfoWrapper
-
- All Implemented Interfaces:
RepositoryInfo
public class RepoInfoWrapper extends java.lang.Object implements RepositoryInfo
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<GroupVersionAlignment>
convertedAlignments
private Repository
repo
-
Constructor Summary
Constructors Constructor Description RepoInfoWrapper(Repository repo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getExcludes()
java.util.List<GroupVersionAlignment>
getGroupVersionAlignments()
java.util.List<java.lang.String>
getIncludes()
java.lang.String
getScope()
boolean
isIncludeMetadata()
-
-
-
Field Detail
-
repo
private final Repository repo
-
convertedAlignments
private java.util.List<GroupVersionAlignment> convertedAlignments
-
-
Constructor Detail
-
RepoInfoWrapper
public RepoInfoWrapper(Repository repo)
- Parameters:
repo
- TheRepository
-
-
Method Detail
-
getExcludes
public java.util.List<java.lang.String> getExcludes()
- Specified by:
getExcludes
in interfaceRepositoryInfo
-
getGroupVersionAlignments
public java.util.List<GroupVersionAlignment> getGroupVersionAlignments()
- Specified by:
getGroupVersionAlignments
in interfaceRepositoryInfo
-
getIncludes
public java.util.List<java.lang.String> getIncludes()
- Specified by:
getIncludes
in interfaceRepositoryInfo
-
getScope
public java.lang.String getScope()
- Specified by:
getScope
in interfaceRepositoryInfo
-
isIncludeMetadata
public boolean isIncludeMetadata()
- Specified by:
isIncludeMetadata
in interfaceRepositoryInfo
-
-