public interface Repository
extends org.jboss.gravia.resource.Adaptable
resources.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Repository.ConfigurationPropertyProvider
A configuration property provider
|
| Modifier 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.jboss.gravia.resource.Requirement,Collection<org.jboss.gravia.resource.Capability>> |
findProviders(Collection<org.jboss.gravia.resource.Requirement> requirements)
Find the capabilities that match the specified requirements.
|
Collection<org.jboss.gravia.resource.Capability> |
findProviders(org.jboss.gravia.resource.Requirement requirement)
Find the capabilities that match the specified requirement.
|
String |
getName()
Get the name for this repository
|
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.jboss.gravia.resource.Capability> findProviders(org.jboss.gravia.resource.Requirement requirement)
requirement - The requirements for which matching capabilities
should be returned. Must not be null.Map<org.jboss.gravia.resource.Requirement,Collection<org.jboss.gravia.resource.Capability>> findProviders(Collection<org.jboss.gravia.resource.Requirement> requirements)
requirements - The requirements for which matching capabilities
should be returned. Must not be null.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.