org.apache.maven.shared.repository.model
Interface RepositoryInfo

All Known Implementing Classes:
DefaultRepositoryInfo

public interface RepositoryInfo


Method Summary
 java.util.List getExcludes()
           
 java.util.List getGroupVersionAlignments()
           
 java.util.List getIncludes()
           
 java.lang.String getScope()
           
 boolean isIncludeMetadata()
           
 

Method Detail

getGroupVersionAlignments

public java.util.List getGroupVersionAlignments()

isIncludeMetadata

public boolean isIncludeMetadata()

getScope

public java.lang.String getScope()

getIncludes

public java.util.List getIncludes()

getExcludes

public java.util.List getExcludes()


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.