org.jadira.dependencynavigator.implementations
Interface Repository

Package class diagram package Repository
All Known Implementing Classes:
LocalDiskRepository, ZipFileRepository

public interface Repository


Field Summary
static String ROLE
           
 
Method Summary
 boolean canCreateSnapshot()
           
 org.apache.maven.model.Model resolveFile(String groupId, String artifactId, String version)
           
 

Field Detail

ROLE

static final String ROLE
See Also:
Constant Field Values
Method Detail

resolveFile

org.apache.maven.model.Model resolveFile(String groupId,
                                         String artifactId,
                                         String version)

canCreateSnapshot

boolean canCreateSnapshot()


Copyright © 2010 Jadira Systems. All Rights Reserved.