Package org.eclipse.tycho.p2.repository
Interface LocalRepositoryP2Indices
-
- All Known Implementing Classes:
LocalRepositoryP2IndicesImpl
public interface LocalRepositoryP2Indices
This service provides access to the tycho p2 index files of the local maven repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TychoRepositoryIndex
getArtifactsIndex()
File
getBasedir()
TychoRepositoryIndex
getMetadataIndex()
MavenRepositorySystem
getRepositorySystem()
-
-
-
Method Detail
-
getArtifactsIndex
TychoRepositoryIndex getArtifactsIndex()
-
getMetadataIndex
TychoRepositoryIndex getMetadataIndex()
-
getBasedir
File getBasedir()
-
getRepositorySystem
MavenRepositorySystem getRepositorySystem()
-
-