|
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.core.runtime.PlatformObject
org.eclipse.equinox.p2.repository.spi.AbstractRepository<T>
T
- the type of object that can be queried for in this repositorypublic abstract class AbstractRepository<T>
AbstractRepository defines common properties that may be provided by various kinds of repositories.
Clients may extend this class.
Field Summary | |
---|---|
protected IProvisioningAgent |
agent
|
protected String |
description
|
protected URI |
location
|
protected String |
name
|
protected Map<String,String> |
properties
|
protected String |
provider
|
protected String |
type
|
protected String |
version
|
Fields inherited from interface org.eclipse.equinox.p2.repository.IRepository |
---|
ENABLED, NONE, PREFERENCE_NODE, PROP_COMPRESSED, PROP_DESCRIPTION, PROP_MIRRORS_BASE_URL, PROP_MIRRORS_URL, PROP_NAME, PROP_NICKNAME, PROP_PASSWORD, PROP_SYSTEM, PROP_TIMESTAMP, PROP_USERNAME, TYPE_ARTIFACT, TYPE_METADATA |
Constructor Summary | |
---|---|
protected |
AbstractRepository(IProvisioningAgent agent,
String name,
String type,
String version,
URI location,
String description,
String provider,
Map<String,String> properties)
|
Method Summary | |
---|---|
protected void |
assertModifiable()
Asserts that this repository is modifiable, throwing a runtime exception if it is not. |
String |
getDescription()
Returns a brief description of the repository. |
URI |
getLocation()
Returns the location of this repository. |
String |
getName()
Returns the name of the repository. |
Map<String,String> |
getProperties()
Returns a read-only collection of the properties of the repository. |
String |
getProvider()
Returns the name of the provider of the repository. |
IProvisioningAgent |
getProvisioningAgent()
Returns the provisioning agent that manages this repository |
String |
getType()
Returns a string representing the type of the repository. |
String |
getVersion()
Returns a string representing the version for the repository type. |
boolean |
isModifiable()
Returns true if this repository can be modified, and
false otherwise. |
void |
setDescription(String description)
Sets the description of the repository. |
void |
setName(String value)
Set the name of the repository. |
String |
setProperty(String key,
String value)
Sets the value of the property with the given key. |
void |
setProvider(String provider)
Sets the name of the provider of the repository. |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Methods inherited from interface org.eclipse.equinox.p2.query.IQueryable |
---|
query |
Field Detail |
---|
protected final IProvisioningAgent agent
protected String description
protected transient URI location
protected String name
protected Map<String,String> properties
protected String provider
protected String type
protected String version
Constructor Detail |
---|
protected AbstractRepository(IProvisioningAgent agent, String name, String type, String version, URI location, String description, String provider, Map<String,String> properties)
Method Detail |
---|
protected void assertModifiable()
public String getDescription()
getDescription
in interface IRepository<T>
public URI getLocation()
getLocation
in interface IRepository<T>
public String getName()
getName
in interface IRepository<T>
public Map<String,String> getProperties()
getProperties
in interface IRepository<T>
public String getProvider()
getProvider
in interface IRepository<T>
public IProvisioningAgent getProvisioningAgent()
IRepository
getProvisioningAgent
in interface IRepository<T>
public String getType()
getType
in interface IRepository<T>
public String getVersion()
getVersion
in interface IRepository<T>
public boolean isModifiable()
IRepository
true
if this repository can be modified, and
false
otherwise. Attempts to change the contents of
an unmodifiable repository will fail.
isModifiable
in interface IRepository<T>
public void setDescription(String description)
IRepository
setDescription
in interface IRepository<T>
public void setName(String value)
IRepository
setName
in interface IRepository<T>
public String setProperty(String key, String value)
IRepository
null
will
remove the corresponding key from the properties of this repository.
setProperty
in interface IRepository<T>
key
- The property keyvalue
- The new property value, or null
to remove the key
null
if there was no old valuepublic void setProvider(String provider)
IRepository
setProvider
in interface IRepository<T>
|
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.