Package org.eclipse.tycho.p2.repository
Interface LocalRepositoryP2Indices
-
- All Known Implementing Classes:
LocalRepositoryP2IndicesImpl
public interface LocalRepositoryP2IndicesThis 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 TychoRepositoryIndexgetArtifactsIndex()java.io.FilegetBasedir()TychoRepositoryIndexgetMetadataIndex()MavenRepositorySystemgetRepositorySystem()
-
-
-
Method Detail
-
getArtifactsIndex
TychoRepositoryIndex getArtifactsIndex()
-
getMetadataIndex
TychoRepositoryIndex getMetadataIndex()
-
getBasedir
java.io.File getBasedir()
-
getRepositorySystem
MavenRepositorySystem getRepositorySystem()
-
-