Package | Description |
---|---|
org.eclipse.tycho.p2.maven.repository | |
org.eclipse.tycho.p2.repository | |
org.eclipse.tycho.repository.local |
Modifier and Type | Field and Description |
---|---|
protected RepositoryReader |
AbstractMavenMetadataRepository.contentLocator |
Constructor and Description |
---|
AbstractMavenMetadataRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent,
java.net.URI location,
TychoRepositoryIndex metadataIndex,
RepositoryReader contentLocator) |
AbstractMavenMetadataRepository(java.net.URI location,
TychoRepositoryIndex metadataIndex,
RepositoryReader contentLocator) |
MavenMetadataRepository(java.net.URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator) |
Modifier and Type | Class and Description |
---|---|
class |
LocalRepositoryReader |
Modifier and Type | Field and Description |
---|---|
private RepositoryReader |
LocalArtifactRepository.contentLocator |
Constructor and Description |
---|
LocalArtifactRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent,
LocalRepositoryP2Indices localRepoIndices,
RepositoryReader contentLocator) |
LocalArtifactRepository(LocalRepositoryP2Indices localRepoIndices,
RepositoryReader contentLocator) |
LocalMetadataRepository(java.net.URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
Local existing repository
|