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

All Known Implementing Classes:
DefaultRepositoryInfo

public interface RepositoryInfo


Method Summary
 List getExcludes()
           
 List getGroupVersionAlignments()
           
 List getIncludes()
           
 String getScope()
           
 boolean isIncludeMetadata()
           
 

Method Detail

getGroupVersionAlignments

List getGroupVersionAlignments()

isIncludeMetadata

boolean isIncludeMetadata()

getScope

String getScope()

getIncludes

List getIncludes()

getExcludes

List getExcludes()


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.