public static class AbstractMetadataRepository.RepositoryState extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
RepositoryState() |
public String Name
public String Type
public Version Version
public String Provider
public String Description
public URI Location
public IInstallableUnit[] Units
public IRepositoryReference[] Repositories
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.