|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository.RepositoryState
public static class AbstractMetadataRepository.RepositoryState
A class that encapsulates the persisted state of a repository. This is used as a convenience when loading and storing repositories.
AbstractMetadataRepository.initialize(RepositoryState)
Field Summary | |
---|---|
String |
Description
The persisted description of the repository. |
URI |
Location
The persisted location of the repository. |
String |
Name
The persisted name of the repository. |
Map<String,String> |
Properties
The persisted properties of the repository. |
String |
Provider
The persisted provider of the repository. |
IRepositoryReference[] |
Repositories
The persisted array of repository references |
String |
Type
The persisted type of the repository. |
IInstallableUnit[] |
Units
The persisted set of installable units of the repository. |
Version |
Version
The persisted version of the repository. |
Constructor Summary | |
---|---|
AbstractMetadataRepository.RepositoryState()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String Name
public String Type
public Version Version
public String Provider
public String Description
public URI Location
public Map<String,String> Properties
public IInstallableUnit[] Units
public IRepositoryReference[] Repositories
Constructor Detail |
---|
public AbstractMetadataRepository.RepositoryState()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.