Class LocalRepositoryP2IndicesImpl
- java.lang.Object
-
- org.eclipse.tycho.repository.local.index.LocalRepositoryP2IndicesImpl
-
- All Implemented Interfaces:
LocalRepositoryP2Indices
public class LocalRepositoryP2IndicesImpl extends Object implements LocalRepositoryP2Indices
-
-
Constructor Summary
Constructors Constructor Description LocalRepositoryP2IndicesImpl()LocalRepositoryP2IndicesImpl(File localRepositoryRoot, FileLockService fileLockService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TychoRepositoryIndexgetArtifactsIndex()FilegetBasedir()TychoRepositoryIndexgetMetadataIndex()MavenRepositorySystemgetRepositorySystem()voidsetFileLockService(FileLockService fileLockService)voidsetMavenContext(MavenContext mavenContext)
-
-
-
Constructor Detail
-
LocalRepositoryP2IndicesImpl
public LocalRepositoryP2IndicesImpl()
-
LocalRepositoryP2IndicesImpl
public LocalRepositoryP2IndicesImpl(File localRepositoryRoot, FileLockService fileLockService)
-
-
Method Detail
-
setMavenContext
public void setMavenContext(MavenContext mavenContext)
-
setFileLockService
public void setFileLockService(FileLockService fileLockService)
-
getArtifactsIndex
public TychoRepositoryIndex getArtifactsIndex()
- Specified by:
getArtifactsIndexin interfaceLocalRepositoryP2Indices
-
getMetadataIndex
public TychoRepositoryIndex getMetadataIndex()
- Specified by:
getMetadataIndexin interfaceLocalRepositoryP2Indices
-
getBasedir
public File getBasedir()
- Specified by:
getBasedirin interfaceLocalRepositoryP2Indices
-
getRepositorySystem
public MavenRepositorySystem getRepositorySystem()
- Specified by:
getRepositorySystemin interfaceLocalRepositoryP2Indices
-
-