public interface XRepository extends Repository
Repository
interfaceModifier and Type | Field and Description |
---|---|
static String |
PROPERTY_MAVEN_REPOSITORY_BASE_URLS
The property that defines the Maven Repository base URLs.
|
static String |
PROPERTY_REPOSITORY_STORAGE_DIR
The property that defines the repository storage directory.
|
static String |
PROPERTY_REPOSITORY_STORAGE_FILE
The property that defines the repository storage file.
|
URL
Modifier and Type | Method and Description |
---|---|
<T> T |
adapt(Class<T> type)
Adapt this repository tor the given type
|
Collection<org.osgi.resource.Capability> |
findProviders(org.osgi.resource.Requirement requirement)
Find the capabilities that match the specified requirement.
|
String |
getName()
Get the name for this repository
|
findProviders
static final String PROPERTY_MAVEN_REPOSITORY_BASE_URLS
static final String PROPERTY_REPOSITORY_STORAGE_DIR
static final String PROPERTY_REPOSITORY_STORAGE_FILE
String getName()
Collection<org.osgi.resource.Capability> findProviders(org.osgi.resource.Requirement requirement)
requirement
- The requirements for which matching capabilities
should be returned. Must not be null
.<T> T adapt(Class<T> type)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.