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 TychoRepositoryIndex
getArtifactsIndex()
File
getBasedir()
TychoRepositoryIndex
getMetadataIndex()
MavenRepositorySystem
getRepositorySystem()
void
setFileLockService(FileLockService fileLockService)
void
setMavenContext(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:
getArtifactsIndex
in interfaceLocalRepositoryP2Indices
-
getMetadataIndex
public TychoRepositoryIndex getMetadataIndex()
- Specified by:
getMetadataIndex
in interfaceLocalRepositoryP2Indices
-
getBasedir
public File getBasedir()
- Specified by:
getBasedir
in interfaceLocalRepositoryP2Indices
-
getRepositorySystem
public MavenRepositorySystem getRepositorySystem()
- Specified by:
getRepositorySystem
in interfaceLocalRepositoryP2Indices
-
-