Class AbstractMetadataRepository.RepositoryState
java.lang.Object
org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository.RepositoryState
- Enclosing class:
- AbstractMetadataRepository
A class that encapsulates the persisted state of a repository. This is used as a convenience
when loading and storing repositories.
-
Field Summary
Modifier and TypeFieldDescriptionThe persisted description of the repository.The persisted location of the repository.The persisted name of the repository.The persisted properties of the repository.The persisted provider of the repository.The persisted array of repository referencesThe persisted type of the repository.The persisted set of installable units of the repository.The persisted version of the repository. -
Constructor Summary
-
Method Summary
-
Field Details
-
Name
The persisted name of the repository. -
Type
The persisted type of the repository. -
Version
The persisted version of the repository. -
Provider
The persisted provider of the repository. -
Description
The persisted description of the repository. -
Location
The persisted location of the repository. -
Properties
The persisted properties of the repository. -
Units
The persisted set of installable units of the repository. -
Repositories
The persisted array of repository references
-
-
Constructor Details
-
RepositoryState
public RepositoryState()
-