A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractCapability - Class in org.jboss.gravia.resource.spi
The abstract implementation of a Capability.
AbstractCapability(AbstractResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.gravia.resource.spi.AbstractCapability
 
AbstractContentCapability - Class in org.jboss.gravia.resource.spi
The abstract implementation of a ContentCapability.
AbstractContentCapability(AbstractResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.gravia.resource.spi.AbstractContentCapability
 
AbstractEnvironment - Class in org.jboss.gravia.resolver.spi
An abstract Environment
AbstractEnvironment(String, MatchPolicy) - Constructor for class org.jboss.gravia.resolver.spi.AbstractEnvironment
 
AbstractMavenDelegateRepository - Class in org.jboss.gravia.repository.spi
A simple Repository that delegates to a maven repositories.
AbstractMavenDelegateRepository() - Constructor for class org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository
 
AbstractMavenDelegateRepository(PropertiesProvider) - Constructor for class org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository
 
AbstractMavenDelegateRepository.Configuration - Interface in org.jboss.gravia.repository.spi
The configuration for the AbstractMavenDelegateRepository
AbstractModule - Class in org.jboss.gravia.runtime.spi
The abstract base implementaiton for all Modules.
AbstractModule(AbstractRuntime, ClassLoader, Resource, Dictionary<String, String>) - Constructor for class org.jboss.gravia.runtime.spi.AbstractModule
 
AbstractModuleContext - Class in org.jboss.gravia.runtime.spi
The abstract base implementation for a ModuleContext
AbstractModuleContext(Module) - Constructor for class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
AbstractProvisioner - Class in org.jboss.gravia.provision.spi
An abstract Provisioner
AbstractProvisioner(Environment, Resolver, Repository, ResourceInstaller) - Constructor for class org.jboss.gravia.provision.spi.AbstractProvisioner
 
AbstractProvisioner(Environment, Resolver, Repository, ResourceInstaller, PreferencePolicy) - Constructor for class org.jboss.gravia.provision.spi.AbstractProvisioner
 
AbstractRepository - Class in org.jboss.gravia.repository.spi
An abstract Repository that does nothing.
AbstractRepository(PropertiesProvider) - Constructor for class org.jboss.gravia.repository.spi.AbstractRepository
 
AbstractRepositoryStorage - Class in org.jboss.gravia.repository.spi
A simple RepositoryStorage that uses the local file system.
AbstractRepositoryStorage(PropertiesProvider, Repository) - Constructor for class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
AbstractRepositoryXMLReader - Class in org.jboss.gravia.repository.spi
Read repository contnet from XML.
AbstractRepositoryXMLReader(InputStream) - Constructor for class org.jboss.gravia.repository.spi.AbstractRepositoryXMLReader
 
AbstractRepositoryXMLWriter - Class in org.jboss.gravia.repository.spi
Write repository contnet to XML.
AbstractRepositoryXMLWriter(OutputStream) - Constructor for class org.jboss.gravia.repository.spi.AbstractRepositoryXMLWriter
 
AbstractRequirement - Class in org.jboss.gravia.resource.spi
The abstract implementation of a Requirement.
AbstractRequirement(AbstractResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.gravia.resource.spi.AbstractRequirement
 
AbstractRequirementBuilder - Class in org.jboss.gravia.resource.spi
An abstract RequirementBuilder.
AbstractRequirementBuilder(String, String) - Constructor for class org.jboss.gravia.resource.spi.AbstractRequirementBuilder
 
AbstractResolveContext - Class in org.jboss.gravia.resolver.spi
The abstract implementation of a ResolveContext.
AbstractResolveContext(Environment, Set<Resource>, Set<Resource>) - Constructor for class org.jboss.gravia.resolver.spi.AbstractResolveContext
 
AbstractResolver - Class in org.jboss.gravia.resolver.spi
An abstract resolver Resolver.
AbstractResolver() - Constructor for class org.jboss.gravia.resolver.spi.AbstractResolver
 
AbstractResource - Class in org.jboss.gravia.resource.spi
An abstract implementation of a Resource
AbstractResource() - Constructor for class org.jboss.gravia.resource.spi.AbstractResource
 
AbstractResourceBuilder - Class in org.jboss.gravia.resource.spi
An abstract Resource builder.
AbstractResourceBuilder() - Constructor for class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
AbstractResourceInstaller - Class in org.jboss.gravia.provision.spi
An abstract ResourceInstaller.
AbstractResourceInstaller() - Constructor for class org.jboss.gravia.provision.spi.AbstractResourceInstaller
 
AbstractResourceStore - Class in org.jboss.gravia.resource.spi
An abstract ResourceStore
AbstractResourceStore(String, MatchPolicy) - Constructor for class org.jboss.gravia.resource.spi.AbstractResourceStore
 
AbstractRuntime - Class in org.jboss.gravia.runtime.spi
The abstract base implementation for a Runtime
AbstractRuntime(PropertiesProvider) - Constructor for class org.jboss.gravia.runtime.spi.AbstractRuntime
 
AbstractRuntimePlugin - Class in org.jboss.gravia.runtime.embedded.spi
An abstract RuntimePlugin
AbstractRuntimePlugin() - Constructor for class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
AbstractWire - Class in org.jboss.gravia.runtime.spi
An abstract Wire.
AbstractWire(Capability, Requirement) - Constructor for class org.jboss.gravia.runtime.spi.AbstractWire
 
AbstractWiring - Class in org.jboss.gravia.runtime.spi
An abstract implementation of Wiring.
AbstractWiring(Resource, List<Wire>, List<Wire>) - Constructor for class org.jboss.gravia.runtime.spi.AbstractWiring
 
adapt(Class<T>) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
adapt(Class<T>) - Method in interface org.jboss.gravia.resource.Adaptable
Adapt the this type to the given type
adapt(Class<T>) - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
adapt(Class<T>) - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
adapt(Class<T>) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
adapt(Class<A>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
adapt(Class<A>) - Method in interface org.jboss.gravia.runtime.Module
Addapt this module to another type.
adapt(Class<A>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
adapt(Class<A>) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
Adaptable - Interface in org.jboss.gravia.resource
A resource capability.
add(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
addAll(Collection) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
addBundleListener(BundleListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
addCapability(String, String) - Method in interface org.jboss.gravia.resource.ResourceBuilder
addCapability(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.gravia.resource.ResourceBuilder
addCapability(String, String) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addCapability(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addContentCapability(InputStream) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add a content capability
addContentCapability(InputStream, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add a content capability
addContentCapability(URL) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add a content capability
addContentCapability(URL, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add a content capability
addContentCapability(InputStream) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addContentCapability(InputStream, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addContentCapability(URL) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addContentCapability(URL, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addFrameworkListener(FrameworkListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
addGenericCapabilities(String...) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addGenericCapability(String, Map<String, String>, Map<String, String>) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addGenericRequirement(String, Map<String, String>, Map<String, String>) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addGenericRequirements(String...) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityCapability(MavenCoordinates) - Method in class org.jboss.gravia.repository.MavenResourceBuilder
 
addIdentityCapability(ResourceIdentity) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityCapability(String, String) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityCapability(String, Version) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityCapability(String, Version, Map<String, String>, Map<String, String>) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityCapability(ResourceIdentity) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add the identity Capability.
addIdentityCapability(String, String) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add the identity Capability.
addIdentityCapability(String, Version) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add the identity Capability.
addIdentityCapability(String, Version, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add the identity Capability.
addIdentityCapability(ResourceIdentity) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addIdentityCapability(String, String) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addIdentityCapability(String, Version) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addIdentityCapability(String, Version, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addIdentityRequirement(String, String) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityRequirement(String, VersionRange) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityRequirement(String, VersionRange, Map<String, String>, Map<String, String>) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addIdentityRequirement(String, String) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add an identity Requirement
addIdentityRequirement(String, VersionRange) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add an identity Requirement
addIdentityRequirement(String, VersionRange, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.gravia.resource.ResourceBuilder
Add an identity Requirement
addIdentityRequirement(String, String) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addIdentityRequirement(String, VersionRange) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addIdentityRequirement(String, VersionRange, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addManifestHeader(String, String) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addModuleActivator(String) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addModuleActivator(Class<?>) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
addModuleListener(ModuleListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Adds the specified ModuleListener object to the context module's list of listeners if not already present.
addModuleListener(Module, ModuleListener) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
addProvidedWire(Wire) - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
addRequiredWire(Wire) - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
addRequirement(String, String) - Method in interface org.jboss.gravia.resource.ResourceBuilder
addRequirement(String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.gravia.resource.ResourceBuilder
addRequirement(String, String) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addRequirement(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
addResource(Resource) - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
addResource(Resource) - Method in interface org.jboss.gravia.repository.Repository
Add a Resource to the associated RepositoryStorage
addResource(Resource, MavenCoordinates) - Method in interface org.jboss.gravia.repository.Repository
Add a Resource to the associated RepositoryStorage
addResource(CompositeData) - Method in interface org.jboss.gravia.repository.RepositoryMBean
Add a Resource to the Repository
addResource(Resource) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
addResource(Resource, MavenCoordinates) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
addResource(Resource) - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
addResource(Resource) - Method in class org.jboss.gravia.repository.spi.MemoryRepositoryStorage
 
addResource(Resource) - Method in interface org.jboss.gravia.resource.ResourceStore
 
addResource(Resource) - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
addResourceContent(InputStream, Map<String, Object>) - Method in class org.jboss.gravia.repository.DefaultRepositoryStorage
 
addResourceContent(InputStream, Map<String, Object>) - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
addRuntimeResource(Resource) - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
addServiceInUse(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
addServiceListener(ServiceListener, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
addServiceListener(ServiceListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
addServiceListener(ServiceListener, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Adds the specified ServiceListener object with the specified filter to the context module's list of listeners.
addServiceListener(ServiceListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Adds the specified ServiceListener object to the context module's list of listeners.
addServiceListener(Module, ServiceListener, String) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
AllServiceListener - Interface in org.jboss.gravia.runtime
A ServiceEvent listener that does not filter based upon wiring.
append(String) - Method in class org.jboss.gravia.resource.ManifestBuilder
 
assertAbstractEnvironment(Environment) - Static method in class org.jboss.gravia.resolver.spi.AbstractEnvironment
 
assertAbstractModule(Module) - Static method in class org.jboss.gravia.runtime.spi.AbstractModule
 
assertNotDestroyed() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
assertNotUninstalled() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
assertRuntimeEnvironment(Environment) - Static method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
assertValue(Object, String) - Static method in class org.jboss.gravia.utils.NotNullException
Throws an IllegalArgumentException when the given value is null.
Attachable - Interface in org.jboss.gravia.resource
Adds attachment support
AttachableSupport - Class in org.jboss.gravia.resource.spi
An implementation of Attachable.
AttachableSupport() - Constructor for class org.jboss.gravia.resource.spi.AttachableSupport
 
AttachmentKey<T> - Class in org.jboss.gravia.resource
An attachment key
AttributeValueHandler - Class in org.jboss.gravia.resource.spi
A handler for attribute values.
AttributeValueHandler() - Constructor for class org.jboss.gravia.resource.spi.AttributeValueHandler
 
AttributeValueHandler.AttributeValue - Class in org.jboss.gravia.resource.spi
 
AttributeValueHandler.Type - Enum in org.jboss.gravia.resource.spi
 

B

base64CharSet - Static variable in class org.jboss.gravia.utils.Base64Encoder
 
Base64Encoder - Class in org.jboss.gravia.utils
Bease64 encoding utilities.
BundleAdaptor - Class in org.jboss.gravia.runtime.embedded.spi
Bundle implementation that delegates all functionality to the underlying Module.
BundleAdaptor(Module) - Constructor for class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
BundleContextAdaptor - Class in org.jboss.gravia.runtime.embedded.spi
Bundle implementation that delegates all functionality to the underlying Module.
BundleContextAdaptor(ModuleContext) - Constructor for class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
BundleContextPropertiesProvider - Class in org.jboss.gravia.runtime.osgi.spi
A PropertiesProvider that delegates to a BundleContext
BundleContextPropertiesProvider(BundleContext) - Constructor for class org.jboss.gravia.runtime.osgi.spi.BundleContextPropertiesProvider
 

C

Capability - Interface in org.jboss.gravia.resource
A resource capability.
CAPABILITY_EFFECTIVE_DIRECTIVE - Static variable in interface org.jboss.gravia.resource.Namespace
The capability directive used to specify the effective time for the capability.
CAPABILITY_MAVEN_IDENTITY_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
Artifact coordinates may be defined by the simple groupId:artifactId:version form, or the fully qualified form groupId:artifactId:type:version[:classifier]
CAPABILITY_MIME_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.ContentNamespace
The capability attribute that defines the IANA MIME Type/Format for this content.
CAPABILITY_RUNTIME_NAME_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The capability attribute defining the runtime name durint deployment.
CAPABILITY_SHARED_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The capability attribute defining this resource is to shared.
CAPABILITY_SIZE_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.ContentNamespace
The capability attribute that contains the size, in bytes, of the content.
CAPABILITY_STREAM_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.ContentNamespace
The capability attribute that contains an InputStream to the content.
CAPABILITY_TYPE_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The capability attribute identifying the resource type.
CAPABILITY_URL_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.ContentNamespace
The capability attribute that contains the URL to the content.
CAPABILITY_VERSION_ATTRIBUTE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The capability attribute identifying the Version of the resource if one is specified or 0.0.0 if not specified.
CaseInsensitiveDictionary<V> - Class in org.jboss.gravia.utils
A case insensitive dictionary.
CaseInsensitiveDictionary(Dictionary<String, V>) - Constructor for class org.jboss.gravia.utils.CaseInsensitiveDictionary
Create a new CaseInsensitiveDictionary.
ClassLoaderEntriesProvider - Class in org.jboss.gravia.runtime.spi
A provider for module entries that delegates to the given module class loader
ClassLoaderEntriesProvider(Module) - Constructor for class org.jboss.gravia.runtime.spi.ClassLoaderEntriesProvider
 
clear() - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
clear() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
cloneEnvironment() - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
cloneEnvironment() - Method in class org.jboss.gravia.resolver.DefaultEnvironment
 
cloneEnvironment() - Method in interface org.jboss.gravia.resolver.Environment
 
close() - Method in interface org.jboss.gravia.repository.RepositoryReader
 
close() - Method in interface org.jboss.gravia.repository.RepositoryWriter
 
close() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLReader
 
close() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLWriter
 
CommonContainerExtension - Class in org.jboss.gravia.arquillian.container
The extensions used by the any container.
CommonContainerExtension() - Constructor for class org.jboss.gravia.arquillian.container.CommonContainerExtension
 
compareTo(Version) - Method in class org.jboss.gravia.resource.Version
Compares this Version object to another Version.
compareTo(Bundle) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
CompositeDataResourceBuilder - Class in org.jboss.gravia.resource
A Resource builder for CompositeData.
CompositeDataResourceBuilder(CompositeData) - Constructor for class org.jboss.gravia.resource.CompositeDataResourceBuilder
 
CompositeDataResourceType - Class in org.jboss.gravia.resource
Open MBean support for a resource.
CompositeDataResourceType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType
 
CompositeDataResourceType.AttributesType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.AttributesType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.AttributesType
 
CompositeDataResourceType.AttributeType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.AttributeType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.AttributeType
 
CompositeDataResourceType.CapabilitiesType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.CapabilitiesType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.CapabilitiesType
 
CompositeDataResourceType.CapabilityType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.CapabilityType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
CompositeDataResourceType.DirectivesType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.DirectivesType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.DirectivesType
 
CompositeDataResourceType.DirectiveType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.DirectiveType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.DirectiveType
 
CompositeDataResourceType.RequirementsType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.RequirementsType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.RequirementsType
 
CompositeDataResourceType.RequirementType - Class in org.jboss.gravia.resource
 
CompositeDataResourceType.RequirementType() - Constructor for class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
Constants - Interface in org.jboss.gravia
Defines standard names for the environment system properties, service properties, and Manifest header attribute keys.
ConstantsHelper - Class in org.jboss.gravia.runtime
An internal string representation for common constants
ContainerLogger - Class in org.jboss.gravia.arquillian.container
The logger provider
ContainerSetup - Annotation Type in org.jboss.gravia.arquillian.container
Annotation that can be applied to an arquillian test to allow for container setup.
ContainerSetupObserver - Class in org.jboss.gravia.arquillian.container
An Arquillian container setup observer.
ContainerSetupObserver() - Constructor for class org.jboss.gravia.arquillian.container.ContainerSetupObserver
 
ContainerSetupTask - Class in org.jboss.gravia.arquillian.container
A task which is run for container setup.
ContainerSetupTask() - Constructor for class org.jboss.gravia.arquillian.container.ContainerSetupTask
 
contains(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
containsAll(Collection) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
containsKey(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
containsValue(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
CONTENT_NAMESPACE - Static variable in interface org.jboss.gravia.resource.ContentNamespace
Namespace name for content capabilities and requirements.
ContentCapability - Interface in org.jboss.gravia.resource
A content capability
ContentNamespace - Interface in org.jboss.gravia.resource
Content Capability Namespace.
contextDestroyed(ServletContextEvent) - Method in class org.jboss.gravia.runtime.WebAppContextListener
Uninstalls the webapp's module.
contextInitialized(ServletContextEvent) - Method in class org.jboss.gravia.runtime.WebAppContextListener
Installs/starts the webapp as a module.
copyStream(InputStream, OutputStream) - Static method in class org.jboss.gravia.utils.IOUtils
 
create(String, String, String, String, String) - Static method in class org.jboss.gravia.repository.MavenCoordinates
 
create(Class<T>) - Static method in class org.jboss.gravia.resource.AttachmentKey
 
create(String, String) - Static method in class org.jboss.gravia.resource.ResourceIdentity
 
create(String, Version) - Static method in class org.jboss.gravia.resource.ResourceIdentity
 
create(Object) - Static method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
create(String) - Static method in class org.jboss.gravia.utils.ObjectNameFactory
 
create(String, String, String) - Static method in class org.jboss.gravia.utils.ObjectNameFactory
 
create(String, Hashtable<String, String>) - Static method in class org.jboss.gravia.utils.ObjectNameFactory
 
createCapability(AbstractResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.DefaultResourceBuilder
 
createCapability(AbstractResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
createFilter(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
createFilter(String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Creates a Filter object.
createFilter(String) - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
createModule(ClassLoader, Resource, Dictionary<String, String>, Attachable) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
createPreferencePolicy() - Method in class org.jboss.gravia.resolver.DefaultResolveContext
 
createPreferencePolicy() - Method in class org.jboss.gravia.resolver.spi.AbstractResolveContext
 
createRequirement(AbstractResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.DefaultResourceBuilder
 
createRequirement(AbstractResource, String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
createResource() - Method in class org.jboss.gravia.resource.DefaultResourceBuilder
 
createResource() - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
createResourceBuilder() - Method in class org.jboss.gravia.repository.DefaultRepositoryStorage
 
createResourceBuilder() - Method in class org.jboss.gravia.repository.DefaultRepositoryXMLReader
 
createResourceBuilder() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
createResourceBuilder() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLReader
 
createResourceBuilder() - Method in class org.jboss.gravia.resource.DefaultRequirementBuilder
 
createResourceBuilder() - Method in class org.jboss.gravia.resource.spi.AbstractRequirementBuilder
 
createRuntime(PropertiesProvider) - Method in class org.jboss.gravia.runtime.embedded.spi.EmbeddedRuntimeFactory
 
createRuntime(PropertiesProvider) - Method in class org.jboss.gravia.runtime.osgi.spi.OSGiRuntimeFactory
 
createRuntime(BundleContext) - Static method in class org.jboss.gravia.runtime.osgi.spi.OSGiRuntimeLocator
 
createRuntime(RuntimeFactory, PropertiesProvider) - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Create the default runtime instance from the given factory and properties.
createRuntime(PropertiesProvider) - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Create the default runtime instance from the given properties.
createRuntime(PropertiesProvider) - Method in interface org.jboss.gravia.runtime.spi.RuntimeFactory
 
createWire(Requirement, Capability) - Method in class org.jboss.gravia.resolver.DefaultResolver
 
createWire(Requirement, Capability) - Method in class org.jboss.gravia.resolver.spi.AbstractResolver
 
createWiring(Resource, List<Wire>, List<Wire>) - Method in class org.jboss.gravia.resolver.DefaultResolver
 
createWiring(Resource, List<Wire>, List<Wire>) - Method in class org.jboss.gravia.resolver.spi.AbstractResolver
 
createXMLStreamReader(InputStream) - Method in class org.jboss.gravia.repository.DefaultRepositoryXMLReader
 
createXMLStreamReader(InputStream) - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLReader
 
createXMLStreamWriter(OutputStream) - Method in class org.jboss.gravia.repository.DefaultRepositoryXMLWriter
 
createXMLStreamWriter(OutputStream) - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLWriter
 

D

decode(String) - Static method in class org.jboss.gravia.utils.Base64Encoder
Decodes a base 64 String into a String.
decode(byte[]) - Static method in class org.jboss.gravia.utils.Base64Encoder
Dencodes a com.sun.syndication.io.impl.Base64 byte array.
DEFAULT_DIGEST - Static variable in interface org.jboss.gravia.resource.ContentCapability
 
DEFAULT_DIGEST_ALGORITHM - Static variable in class org.jboss.gravia.repository.spi.RepositoryContentHelper
 
DEFAULT_MIME_TYPE - Static variable in interface org.jboss.gravia.resource.ContentCapability
 
DEFAULT_SIZE - Static variable in interface org.jboss.gravia.resource.ContentCapability
 
DefaultCapability - Class in org.jboss.gravia.resource
The default Capability.
DefaultCapability(AbstractResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.gravia.resource.DefaultCapability
 
DefaultContentCapability - Class in org.jboss.gravia.resource
The default implementation of a ContentCapability.
DefaultContentCapability(AbstractResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.gravia.resource.DefaultContentCapability
 
DefaultEnvironment - Class in org.jboss.gravia.resolver
The default Environment
DefaultEnvironment(String) - Constructor for class org.jboss.gravia.resolver.DefaultEnvironment
 
DefaultMatchPolicy - Class in org.jboss.gravia.resource
The default MatchPolicy.
DefaultMatchPolicy() - Constructor for class org.jboss.gravia.resource.DefaultMatchPolicy
 
DefaultMavenDelegateRepository - Class in org.jboss.gravia.repository
A simple Repository that delegates to maven repositories.
DefaultMavenDelegateRepository(PropertiesProvider) - Constructor for class org.jboss.gravia.repository.DefaultMavenDelegateRepository
 
DefaultPreferencePolicy - Class in org.jboss.gravia.resolver
The default PreferencePolicy.
DefaultPreferencePolicy(Map<Resource, Wiring>) - Constructor for class org.jboss.gravia.resolver.DefaultPreferencePolicy
 
DefaultPropertiesProvider - Class in org.jboss.gravia.runtime.spi
The default properties provider.
DefaultPropertiesProvider() - Constructor for class org.jboss.gravia.runtime.spi.DefaultPropertiesProvider
Discover the configuration properties as follows
DefaultPropertiesProvider(Properties, boolean) - Constructor for class org.jboss.gravia.runtime.spi.DefaultPropertiesProvider
 
DefaultPropertiesProvider(Map<String, Object>, boolean) - Constructor for class org.jboss.gravia.runtime.spi.DefaultPropertiesProvider
 
DefaultProvisioner - Class in org.jboss.gravia.provision
The default Provisioner
DefaultProvisioner(Environment, Resolver, Repository, ResourceInstaller) - Constructor for class org.jboss.gravia.provision.DefaultProvisioner
 
DefaultProvisioner(Environment, Resolver, Repository, ResourceInstaller, PreferencePolicy) - Constructor for class org.jboss.gravia.provision.DefaultProvisioner
 
DefaultRepository - Class in org.jboss.gravia.repository
The default Repository.
DefaultRepository(PropertiesProvider) - Constructor for class org.jboss.gravia.repository.DefaultRepository
 
DefaultRepository(PropertiesProvider, RepositoryStorage, Repository) - Constructor for class org.jboss.gravia.repository.DefaultRepository
 
DefaultRepositoryStorage - Class in org.jboss.gravia.repository
A simple RepositoryStorage that uses the local file system.
DefaultRepositoryStorage(PropertiesProvider, Repository) - Constructor for class org.jboss.gravia.repository.DefaultRepositoryStorage
 
DefaultRepositoryXMLReader - Class in org.jboss.gravia.repository
Read repository contnet from XML.
DefaultRepositoryXMLReader(InputStream) - Constructor for class org.jboss.gravia.repository.DefaultRepositoryXMLReader
 
DefaultRepositoryXMLWriter - Class in org.jboss.gravia.repository
Write repository contnet to XML.
DefaultRepositoryXMLWriter(OutputStream) - Constructor for class org.jboss.gravia.repository.DefaultRepositoryXMLWriter
 
DefaultRequirement - Class in org.jboss.gravia.resource
The default Requirement.
DefaultRequirement(AbstractResource, String, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.gravia.resource.DefaultRequirement
 
DefaultRequirementBuilder - Class in org.jboss.gravia.resource
The default Requirement builder.
DefaultRequirementBuilder(String, String) - Constructor for class org.jboss.gravia.resource.DefaultRequirementBuilder
 
DefaultResolveContext - Class in org.jboss.gravia.resolver
The default ResolveContext.
DefaultResolveContext(Environment, Set<Resource>, Set<Resource>) - Constructor for class org.jboss.gravia.resolver.DefaultResolveContext
 
DefaultResolver - Class in org.jboss.gravia.resolver
The default Resolver.
DefaultResolver() - Constructor for class org.jboss.gravia.resolver.DefaultResolver
 
DefaultResource - Class in org.jboss.gravia.resource
The default Resource
DefaultResource() - Constructor for class org.jboss.gravia.resource.DefaultResource
 
DefaultResourceBuilder - Class in org.jboss.gravia.resource
The default Resource builder.
DefaultResourceBuilder() - Constructor for class org.jboss.gravia.resource.DefaultResourceBuilder
 
DefaultResourceHandle - Class in org.jboss.gravia.provision
An default ResourceHandle
DefaultResourceHandle(Resource, Module) - Constructor for class org.jboss.gravia.provision.DefaultResourceHandle
 
DefaultResourceStore - Class in org.jboss.gravia.resource
The default ResourceStore
DefaultResourceStore(String) - Constructor for class org.jboss.gravia.resource.DefaultResourceStore
 
DefaultResourceStore(String, MatchPolicy) - Constructor for class org.jboss.gravia.resource.DefaultResourceStore
 
DefaultWire - Class in org.jboss.gravia.runtime
The default Wire.
DefaultWire(Requirement, Capability) - Constructor for class org.jboss.gravia.runtime.DefaultWire
 
DefaultWiring - Class in org.jboss.gravia.runtime
The default Wiring.
DefaultWiring(Resource, List<Wire>, List<Wire>) - Constructor for class org.jboss.gravia.runtime.DefaultWiring
 
destroy() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
DictionaryResourceBuilder - Class in org.jboss.gravia.resource
Build a Resource from a given Dictionary.
DictionaryResourceBuilder() - Constructor for class org.jboss.gravia.resource.DictionaryResourceBuilder
 

E

EFFECTIVE_RESOLVE - Static variable in interface org.jboss.gravia.resource.Namespace
The directive value identifying a capability or requirement that is effective at resolve time.
ElementParser - Class in org.jboss.gravia.resource.spi
ElementParser.
elements() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
elements() - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
EmbeddedRuntimeFactory - Class in org.jboss.gravia.runtime.embedded.spi
The factory for the Embedded Runtime.
EmbeddedRuntimeFactory() - Constructor for class org.jboss.gravia.runtime.embedded.spi.EmbeddedRuntimeFactory
 
emptyVersion - Static variable in class org.jboss.gravia.resource.Version
The empty version "0.0.0".
encode(String) - Static method in class org.jboss.gravia.utils.Base64Encoder
Encodes a String into a base 64 String.
encode(byte[]) - Static method in class org.jboss.gravia.utils.Base64Encoder
Encodes a byte array into a base 64 byte array.
entrySet() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
entrySet() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
Environment - Interface in org.jboss.gravia.resolver
The Provision environment
equals(Object) - Method in class org.jboss.gravia.repository.MavenCoordinates
 
equals(Object) - Method in class org.jboss.gravia.resource.ResourceIdentity
 
equals(Object) - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
equals(Object) - Method in class org.jboss.gravia.resource.Version
Compares this Version object to another object.
equals(Object) - Method in class org.jboss.gravia.resource.VersionRange
Compares this VersionRange object to another object.
equals(Object) - Method in interface org.jboss.gravia.runtime.Filter
Compares this Filter to another Filter.
equals(Object) - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
equals(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
equals(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
equals(Object) - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 

F

FACTORY_ERROR - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service factory produced an invalid service object.
FACTORY_EXCEPTION - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service factory threw an exception.
FACTORY_RECURSION - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service factory resulted in a recursive call to itself for the requesting module.
Filter - Interface in org.jboss.gravia.runtime
An RFC 1960-based Filter.
findEntries(String, String, boolean) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
findEntries(String, String, boolean) - Method in interface org.jboss.gravia.runtime.Module
Returns entries in this module.
findEntries(String, String, boolean) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
findEntries(String, String, boolean) - Method in class org.jboss.gravia.runtime.spi.ClassLoaderEntriesProvider
 
findEntries(String, String, boolean) - Method in interface org.jboss.gravia.runtime.spi.ModuleEntriesProvider
Find entries in this module.
findMavenResource(MavenCoordinates) - Method in interface org.jboss.gravia.repository.MavenDelegateRepository
 
findMavenResource(MavenCoordinates) - Method in class org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository
 
findProviders(Requirement) - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
findProviders(Requirement) - Method in interface org.jboss.gravia.repository.Repository
Find the capabilities that match the specified requirement.
findProviders(Collection<Requirement>) - Method in interface org.jboss.gravia.repository.Repository
Find the capabilities that match the specified requirements.
findProviders(Requirement) - Method in class org.jboss.gravia.repository.RepositoryAggregator
 
findProviders(String, String, Map<String, Object>, Map<String, String>) - Method in interface org.jboss.gravia.repository.RepositoryMBean
Find the capabilities that match the specified requirement.
findProviders(Requirement) - Method in class org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository
 
findProviders(Collection<Requirement>) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
findProviders(Requirement) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
findProviders(Requirement) - Method in interface org.jboss.gravia.resolver.ResolveContext
Find Capabilities that match the given Requirement.
findProviders(Requirement) - Method in class org.jboss.gravia.resolver.spi.AbstractResolveContext
 
findProviders(Requirement) - Method in interface org.jboss.gravia.resource.ResourceStore
 
findProviders(Requirement) - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
findResources(Set<Requirement>) - Method in interface org.jboss.gravia.provision.Provisioner
 
findResources(Set<Requirement>) - Method in class org.jboss.gravia.provision.spi.AbstractProvisioner
 
fireModuleEvent(Module, int) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
fireModuleEvent(ModuleContext, Module, int) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
fireServiceEvent(Module, int, ServiceReference<?>) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
forName(String) - Static method in enum org.jboss.gravia.repository.Namespace100.Attribute
 
forName(String) - Static method in enum org.jboss.gravia.repository.Namespace100.Element
 
fromString(String) - Static method in class org.jboss.gravia.resource.ResourceIdentity
 

G

get(Object) - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
get(MBeanServerConnection, String, Class<T>) - Static method in class org.jboss.gravia.utils.MBeanProxy
 
get(MBeanServerConnection, ObjectName, Class<T>) - Static method in class org.jboss.gravia.utils.MBeanProxy
 
get(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
get(Object) - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
getAllServiceReferences(String, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getAllServiceReferences(String, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns an array of ServiceReference objects.
getArrayType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.AttributesType
 
getArrayType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.AttributeType
 
getArrayType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilitiesType
 
getArrayType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.DirectivesType
 
getArrayType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementsType
 
getArtifactId() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
getArtifactPath() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
getArtifactURL(URL) - Method in class org.jboss.gravia.repository.MavenCoordinates
 
getAttachment(AttachmentKey<T>) - Method in interface org.jboss.gravia.resource.Attachable
Get the attached object for a given key
getAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
getAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.resource.spi.AttachableSupport
 
getAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getAttribute(String) - Method in interface org.jboss.gravia.resource.Capability
Get the value of the given attribute
getAttribute(String) - Method in interface org.jboss.gravia.resource.Requirement
Get the value of the given attribute
getAttribute(String) - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
getAttribute(String) - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
getAttributes() - Method in interface org.jboss.gravia.resource.Capability
Returns the attributes of this capability.
getAttributes() - Method in interface org.jboss.gravia.resource.Requirement
Returns the attributes of this requirement.
getAttributes() - Method in interface org.jboss.gravia.resource.RequirementBuilder
 
getAttributes() - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
getAttributes() - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
getAttributes() - Method in class org.jboss.gravia.resource.spi.AbstractRequirementBuilder
 
getBaseURL() - Method in class org.jboss.gravia.repository.DefaultRepositoryStorage
 
getBaseURL() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
getBaseURLs() - Method in interface org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository.Configuration
Get the list of configured base URLs
getBundle() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getBundle(long) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getBundle(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getBundleActivator() - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
getBundleAdaptor(Module) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getBundleContext() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getBundleId() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getBundles() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getCapabilities(String) - Method in interface org.jboss.gravia.resource.Resource
 
getCapabilities(String) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
getCapability() - Method in class org.jboss.gravia.runtime.spi.AbstractWire
 
getCapability() - Method in interface org.jboss.gravia.runtime.Wire
 
getClassifier() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
getClassLoader() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getComparator() - Method in class org.jboss.gravia.resolver.DefaultPreferencePolicy
 
getComparator() - Method in interface org.jboss.gravia.resolver.PreferencePolicy
Get the capability comparator
getCompositeData(Map<String, Object>) - Method in class org.jboss.gravia.resource.CompositeDataResourceType.AttributesType
 
getCompositeData(List<Capability>) - Method in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilitiesType
 
getCompositeData(Capability) - Method in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
getCompositeData(Map<String, String>) - Method in class org.jboss.gravia.resource.CompositeDataResourceType.DirectivesType
 
getCompositeData(Resource) - Method in class org.jboss.gravia.resource.CompositeDataResourceType
 
getCompositeData(List<Requirement>) - Method in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementsType
 
getCompositeData(Requirement) - Method in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
getCompositeType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
getCompositeType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.DirectiveType
 
getCompositeType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType
 
getCompositeType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
getConfiguration(PropertiesProvider) - Method in class org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository
Get the default configuration which delegates to #1 The local maven repository at ~/.m2/repository #2 The default JBoss Nexus repository #3 The default Maven Central repository
getContent() - Method in interface org.jboss.gravia.resource.ResourceContent
Returns a new input stream to the default content of this resource.
getContentStream() - Method in interface org.jboss.gravia.resource.ContentCapability
The stream to the content bytes.
getContentStream() - Method in class org.jboss.gravia.resource.spi.AbstractContentCapability
 
getContentURL() - Method in interface org.jboss.gravia.resource.ContentCapability
The URL to the bytes.
getContentURL() - Method in class org.jboss.gravia.resource.spi.AbstractContentCapability
 
getDataFile(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getDataFile(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getDataFile(String) - Method in interface org.jboss.gravia.runtime.Module
Creates a File object for a file in the persistent storage area provided for this module by the Runtime.
getDefaultEntriesProvider(Module, Attachable) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getDelegates() - Method in class org.jboss.gravia.repository.RepositoryAggregator
 
getDigest(InputStream) - Static method in class org.jboss.gravia.repository.spi.RepositoryContentHelper
Get the digest for a given input stream using the default algorithm
getDigest(InputStream, String) - Static method in class org.jboss.gravia.repository.spi.RepositoryContentHelper
Get the digest for a given input stream and algorithm
getDigest() - Method in interface org.jboss.gravia.resource.ContentCapability
The SHA-256 hex encoded digest for this resource
getDigest() - Method in class org.jboss.gravia.resource.spi.AbstractContentCapability
 
getDirective(String) - Method in interface org.jboss.gravia.resource.Capability
Get the value of the given directive
getDirective(String) - Method in interface org.jboss.gravia.resource.Requirement
Get the value of the given directive
getDirective(String) - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
getDirective(String) - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
getDirectives() - Method in interface org.jboss.gravia.resource.Capability
Returns the directives of this capability.
getDirectives() - Method in interface org.jboss.gravia.resource.Requirement
Returns the directives of this requirement.
getDirectives() - Method in interface org.jboss.gravia.resource.RequirementBuilder
 
getDirectives() - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
getDirectives() - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
getDirectives() - Method in class org.jboss.gravia.resource.spi.AbstractRequirementBuilder
 
getEntry(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getEntry(String) - Method in interface org.jboss.gravia.runtime.Module
Returns a URL to the entry at the specified path in this module.
getEntry(String) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getEntry(String) - Method in class org.jboss.gravia.runtime.spi.ClassLoaderEntriesProvider
 
getEntry(String) - Method in interface org.jboss.gravia.runtime.spi.ModuleEntriesProvider
Returns a URL to the entry at the specified path in this module.
getEntryPaths(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getEntryPaths(String) - Method in interface org.jboss.gravia.runtime.Module
Returns an Enumeration of all the paths (String objects) to entries within this module whose longest sub-path matches the specified path.
getEntryPaths(String) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getEntryPaths(String) - Method in class org.jboss.gravia.runtime.spi.ClassLoaderEntriesProvider
 
getEntryPaths(String) - Method in interface org.jboss.gravia.runtime.spi.ModuleEntriesProvider
Returns an Enumeration of all the paths (String objects) to entries within this module whose longest sub-path matches the specified path.
getEnvironment() - Method in interface org.jboss.gravia.provision.Provisioner
 
getEnvironment() - Method in class org.jboss.gravia.provision.spi.AbstractProvisioner
 
getEnvironment() - Method in class org.jboss.gravia.provision.spi.AbstractResourceInstaller
 
getFallbackRepository() - Method in interface org.jboss.gravia.repository.Repository
Get the associated fallback repository or null.
getFallbackRepository() - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
getGroupId() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
getHeaders() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getHeaders(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getHeaders() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's headers and values that where given on module installation.
getHeaders() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getHeaders() - Method in class org.jboss.gravia.runtime.spi.ManifestHeadersProvider
Return a mutable dictionary of manifest headers
getIdentity() - Method in interface org.jboss.gravia.resource.Resource
 
getIdentity() - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
getIdentity() - Method in interface org.jboss.gravia.runtime.Module
Get the identity of this module.
getIdentity() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getIdentityCapability() - Method in interface org.jboss.gravia.resource.Resource
 
getIdentityCapability() - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
getIndexNames() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.AttributesType
 
getIndexNames() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.DirectivesType
 
getInitialFeatureNames() - Method in class org.jboss.gravia.arquillian.container.ContainerSetupTask
 
getItemNames() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.AttributeType
 
getItemNames() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
getItemNames() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.DirectiveType
 
getItemNames() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType
 
getItemNames() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
getItemTypes() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.AttributeType
 
getItemTypes() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
getItemTypes() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.DirectiveType
 
getItemTypes() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType
 
getItemTypes() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
getLastModified() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getLeft() - Method in class org.jboss.gravia.resource.VersionRange
Returns the left endpoint of this version range.
getLeftType() - Method in class org.jboss.gravia.resource.VersionRange
Returns the type of the left endpoint of this version range.
getLocalName() - Method in enum org.jboss.gravia.repository.Namespace100.Attribute
 
getLocalName() - Method in enum org.jboss.gravia.repository.Namespace100.Element
 
getLocation() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getMajor() - Method in class org.jboss.gravia.resource.Version
Returns the major component of this version identifier.
getMandatoryResources() - Method in interface org.jboss.gravia.resolver.ResolveContext
Return the resources that must be resolved for this resolve context.
getMandatoryResources() - Method in class org.jboss.gravia.resolver.spi.AbstractResolveContext
 
getManifest() - Method in class org.jboss.gravia.resource.ManifestBuilder
 
getMapping() - Method in interface org.jboss.gravia.provision.ProvisionResult
 
getMatchPolicy() - Method in interface org.jboss.gravia.resource.ResourceStore
 
getMatchPolicy() - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
getMicro() - Method in class org.jboss.gravia.resource.Version
Returns the micro component of this version identifier.
getMimeType() - Method in interface org.jboss.gravia.resource.ContentCapability
An IANA defined MIME type for the format of this content
getMimeType() - Method in class org.jboss.gravia.resource.spi.AbstractContentCapability
 
getMinor() - Method in class org.jboss.gravia.resource.Version
Returns the minor component of this version identifier.
getModule() - Method in class org.jboss.gravia.provision.DefaultResourceHandle
 
getModule() - Method in interface org.jboss.gravia.provision.ResourceHandle
 
getModule() - Method in interface org.jboss.gravia.runtime.ModuleContext
Get the module associated with this context
getModule() - Method in class org.jboss.gravia.runtime.ModuleEvent
Returns the module which had a lifecycle change.
getModule(long) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the module with the specified identifier.
getModule(ResourceIdentity) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the module with the specified resource identity.
getModule(ClassLoader) - Method in interface org.jboss.gravia.runtime.Runtime
Returns a module that is associated with the specified class loader.
getModule() - Method in interface org.jboss.gravia.runtime.ServiceReference
Returns the module that registered the service referenced by this ServiceReference object.
getModule() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
getModule(long) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModule(ResourceIdentity) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModule(ClassLoader) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModuleContext() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's ModuleContext.
getModuleContext() - Method in interface org.jboss.gravia.runtime.Runtime
Get the sytem module context.
getModuleContext() - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModuleId() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's unique identifier.
getModules() - Method in interface org.jboss.gravia.runtime.Runtime
Returns the set of all installed modules.
getModules(ClassLoader) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the set of installed modules associated with the given class loader.
getModules(String, VersionRange) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the set of installed modules with a given symbolic name or version.
getModules() - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModules(ClassLoader) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getModules(String, VersionRange) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getName() - Method in interface org.jboss.gravia.repository.Repository
Get the name for this repository
getName() - Method in interface org.jboss.gravia.repository.RepositoryMBean
Get the name for this repository
getName() - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
getName() - Method in interface org.jboss.gravia.resource.ResourceStore
 
getName() - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
getNamespace() - Method in interface org.jboss.gravia.resource.Capability
Returns the namespace of this capability.
getNamespace() - Method in interface org.jboss.gravia.resource.Requirement
Returns the namespace of this requirement.
getNamespace() - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
getNamespace() - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
getOptionalResources() - Method in interface org.jboss.gravia.resolver.ResolveContext
Return the resources that the resolver should attempt to resolve for this resolve context.
getOptionalResources() - Method in class org.jboss.gravia.resolver.spi.AbstractResolveContext
 
getPersistentRepositoryReader() - Method in class org.jboss.gravia.repository.DefaultRepositoryStorage
 
getPersistentRepositoryReader() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
getPersistentRepositoryWriter() - Method in class org.jboss.gravia.repository.DefaultRepositoryStorage
 
getPersistentRepositoryWriter() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
getPropertiesProvider() - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
getProperty(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getProperty(String) - Method in class org.jboss.gravia.runtime.osgi.spi.BundleContextPropertiesProvider
 
getProperty(String, Object) - Method in class org.jboss.gravia.runtime.osgi.spi.BundleContextPropertiesProvider
 
getProperty(String) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the value of the specified property.
getProperty(String, Object) - Method in interface org.jboss.gravia.runtime.Runtime
Returns the value of the specified property.
getProperty(String) - Method in interface org.jboss.gravia.runtime.ServiceReference
Returns the property value to which the specified property key is mapped in the properties Dictionary object of the service referenced by this ServiceReference object.
getProperty(String) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getProperty(String, Object) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getProperty(String) - Method in class org.jboss.gravia.runtime.spi.DefaultPropertiesProvider
 
getProperty(String, Object) - Method in class org.jboss.gravia.runtime.spi.DefaultPropertiesProvider
 
getProperty(String) - Method in interface org.jboss.gravia.runtime.spi.PropertiesProvider
Returns the value of the specified property.
getProperty(String, Object) - Method in interface org.jboss.gravia.runtime.spi.PropertiesProvider
Returns the value of the specified property.
getProperty(String) - Method in class org.jboss.gravia.runtime.spi.RuntimePropertiesProvider
 
getProperty(String, Object) - Method in class org.jboss.gravia.runtime.spi.RuntimePropertiesProvider
 
getProperty(String) - Method in interface org.jboss.gravia.utils.StringPropertyReplacer.PropertyProvider
 
getPropertyKeys() - Method in interface org.jboss.gravia.runtime.ServiceReference
Returns an array of the keys in the properties Dictionary object of the service referenced by this ServiceReference object.
getProvidedResourceWires(String) - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
getProvidedResourceWires(String) - Method in interface org.jboss.gravia.runtime.Wiring
Returns the Wires to the provided capabilities of this wiring.
getProvider() - Method in class org.jboss.gravia.runtime.spi.AbstractWire
 
getProvider() - Method in interface org.jboss.gravia.runtime.Wire
 
getQualifier() - Method in class org.jboss.gravia.resource.Version
Returns the qualifier component of this version identifier.
getReference() - Method in interface org.jboss.gravia.runtime.ServiceRegistration
Returns a ServiceReference object for a service being registered.
getRegisteredServices() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getRepository() - Method in interface org.jboss.gravia.provision.Provisioner
 
getRepository() - Method in class org.jboss.gravia.provision.spi.AbstractProvisioner
 
getRepository() - Method in interface org.jboss.gravia.repository.RepositoryStorage
Get the associated repository
getRepository() - Method in class org.jboss.gravia.repository.spi.MemoryRepositoryStorage
 
getRepositoryAttributes() - Method in interface org.jboss.gravia.repository.RepositoryReader
 
getRepositoryAttributes() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLReader
 
getRepositoryReader() - Method in interface org.jboss.gravia.repository.RepositoryStorage
Get the repository reader for this storage
getRepositoryReader() - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
getRepositoryReader() - Method in class org.jboss.gravia.repository.spi.MemoryRepositoryStorage
 
getRepositoryStorage() - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
getRequiredResourceWires(String) - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
getRequiredResourceWires(String) - Method in interface org.jboss.gravia.runtime.Wiring
Returns the Wires to the requirements in use by this wiring.
getRequiredRuntime() - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Returns the default runtime instance.
getRequirement() - Method in interface org.jboss.gravia.resource.RequirementBuilder
 
getRequirement() - Method in class org.jboss.gravia.resource.spi.AbstractRequirementBuilder
 
getRequirement() - Method in class org.jboss.gravia.runtime.spi.AbstractWire
 
getRequirement() - Method in interface org.jboss.gravia.runtime.Wire
 
getRequirements(String) - Method in interface org.jboss.gravia.resource.Resource
 
getRequirements(String) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
getRequirer() - Method in class org.jboss.gravia.runtime.spi.AbstractWire
 
getRequirer() - Method in interface org.jboss.gravia.runtime.Wire
 
getResolver() - Method in interface org.jboss.gravia.provision.Provisioner
 
getResolver() - Method in class org.jboss.gravia.provision.spi.AbstractProvisioner
 
getResource() - Method in class org.jboss.gravia.provision.DefaultResourceHandle
 
getResource() - Method in interface org.jboss.gravia.provision.ResourceHandle
 
getResource(ResourceIdentity) - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
getResource(ResourceIdentity) - Method in interface org.jboss.gravia.repository.Repository
getResource(String) - Method in interface org.jboss.gravia.repository.RepositoryMBean
getResource(ResourceIdentity) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
getResource() - Method in interface org.jboss.gravia.resource.Capability
Returns the resource declaring this capability.
getResource() - Method in interface org.jboss.gravia.resource.Requirement
Returns the resource declaring this requirement.
getResource() - Method in interface org.jboss.gravia.resource.ResourceBuilder
Get the final resource from the builder
getResource(ResourceIdentity) - Method in interface org.jboss.gravia.resource.ResourceStore
 
getResource() - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
getResource() - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
getResource() - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
getResource(ResourceIdentity) - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
getResource(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getResource() - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
getResource(String) - Static method in class org.jboss.gravia.runtime.spi.NamedResourceAssociation
 
getResource() - Static method in class org.jboss.gravia.runtime.spi.ThreadResourceAssociation
 
getResource() - Method in interface org.jboss.gravia.runtime.Wiring
Returns the resource associated with this wiring.
getResourceCapabilities(String) - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
getResourceCapabilities(String) - Method in interface org.jboss.gravia.runtime.Wiring
Returns the capabilities provided by this wiring.
getResourceInstaller() - Method in interface org.jboss.gravia.provision.Provisioner
 
getResourceInstaller() - Method in class org.jboss.gravia.provision.spi.AbstractProvisioner
 
getResourceRequirements(String) - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
getResourceRequirements(String) - Method in interface org.jboss.gravia.runtime.Wiring
Returns the requirements of this wiring.
getResources() - Method in interface org.jboss.gravia.provision.ProvisionResult
 
getResources() - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
getResources() - Method in interface org.jboss.gravia.resource.ResourceStore
 
getResources() - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
getResources(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getRight() - Method in class org.jboss.gravia.resource.VersionRange
Returns the right endpoint of this version range.
getRightType() - Method in class org.jboss.gravia.resource.VersionRange
Returns the type of the right endpoint of this version range.
getRowType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.AttributesType
 
getRowType() - Static method in class org.jboss.gravia.resource.CompositeDataResourceType.DirectivesType
 
getRuntime() - Static method in class org.jboss.gravia.runtime.osgi.spi.OSGiRuntimeLocator
 
getRuntime() - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Returns the default runtime instance or null if it has not been created.
getRuntime() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getRuntime() - Method in class org.jboss.gravia.runtime.spi.RuntimePropertiesProvider
 
getRuntimeResources() - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
getRuntimeType() - Static method in enum org.jboss.gravia.runtime.RuntimeType
 
getRuntimeType(Runtime) - Static method in enum org.jboss.gravia.runtime.RuntimeType
 
getRuntimeType(String) - Static method in enum org.jboss.gravia.runtime.RuntimeType
 
getService(ServiceReference<S>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getService(ServiceReference<S>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns the service object referenced by the specified ServiceReference object.
getService(Module, ServiceRegistration<S>) - Method in interface org.jboss.gravia.runtime.ServiceFactory
Creates a new service object.
getServiceReference(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReference(Class<S>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReference(Class<S>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns a ServiceReference object for a service that implements and was registered under the name of the specified class.
getServiceReference(String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns a ServiceReference object for a service that implements and was registered under the specified class.
getServiceReference() - Method in class org.jboss.gravia.runtime.ServiceEvent
Returns a reference to the service that had a change occur in its lifecycle.
getServiceReferences(String, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReferences(Class<S>, String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
getServiceReferences(Class<S>, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns a collection of ServiceReference objects.
getServiceReferences(String, String) - Method in interface org.jboss.gravia.runtime.ModuleContext
Returns an array of ServiceReference objects.
getServicesInUse() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getServicesInUseInternal() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
getSignerCertificates(int) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getSimpleTypeName() - Method in class org.jboss.gravia.resource.DefaultResource
 
getSimpleTypeName() - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
getSize() - Method in interface org.jboss.gravia.resource.ContentCapability
The size of the resource in bytes as it will be read from the URL
getSize() - Method in class org.jboss.gravia.resource.spi.AbstractContentCapability
 
getState() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getState() - Method in interface org.jboss.gravia.runtime.Module
Returns this module's current state.
getSymbolicName(MavenCoordinates) - Static method in class org.jboss.gravia.repository.MavenResourceBuilder
 
getSymbolicName() - Method in class org.jboss.gravia.resource.ResourceIdentity
 
getSymbolicName() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getSystemIdentity() - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
getSystemStore() - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
getType() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
getType() - Method in class org.jboss.gravia.resource.AttachmentKey
 
getType() - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
getType() - Method in class org.jboss.gravia.runtime.ModuleEvent
Returns the type of lifecyle event.
getType() - Method in class org.jboss.gravia.runtime.ServiceEvent
Returns the type of event.
getType() - Method in exception org.jboss.gravia.runtime.ServiceException
Returns the type for this exception or UNSPECIFIED if the type was unspecified or unknown.
getUnresolvedRequirements() - Method in exception org.jboss.gravia.resolver.ResolutionException
Return the unresolved requirements, if any, for this exception.
getUnsatisfiedRequirements() - Method in interface org.jboss.gravia.provision.ProvisionResult
 
getValue() - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
getValueString() - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
getVersion() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
getVersion(MavenCoordinates) - Static method in class org.jboss.gravia.repository.MavenResourceBuilder
 
getVersion() - Method in class org.jboss.gravia.resource.ResourceIdentity
 
getVersion(Capability, String) - Static method in class org.jboss.gravia.resource.spi.AbstractCapability
 
getVersion() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
getVersionRange(Requirement, String) - Static method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
getWirings() - Method in interface org.jboss.gravia.provision.ProvisionResult
 
getWirings() - Method in interface org.jboss.gravia.resolver.Environment
 
getWirings() - Method in interface org.jboss.gravia.resolver.ResolveContext
Returns the wirings for existing resolved resources.
getWirings() - Method in class org.jboss.gravia.resolver.spi.AbstractEnvironment
 
getWirings() - Method in class org.jboss.gravia.resolver.spi.AbstractResolveContext
 
GRAVIA_CAPABILITY - Static variable in interface org.jboss.gravia.Constants
Manifest header that defines a generic module capability.
GRAVIA_ENABLED - Static variable in interface org.jboss.gravia.Constants
Manifest header to mark an OSGi Bundle as Gravia enabled.
GRAVIA_IDENTITY_CAPABILITY - Static variable in interface org.jboss.gravia.Constants
Manifest header that defines the module's identitiy.
GRAVIA_IDENTITY_REQUIREMENT - Static variable in interface org.jboss.gravia.Constants
Manifest header that defines a module identitiy requirement.
GRAVIA_PROPERTIES - Static variable in interface org.jboss.gravia.Constants
The default configuration file name as well as the system property to discover it.
GRAVIA_REQUIREMENT - Static variable in interface org.jboss.gravia.Constants
Manifest header that defines a generic module requirement.

H

handleAfterStart(AfterStart, Container) - Method in class org.jboss.gravia.arquillian.container.ContainerSetupObserver
 
handleBeforeDeploy(BeforeDeploy, Container) - Method in class org.jboss.gravia.arquillian.container.ContainerSetupObserver
 
handleBeforeStop(BeforeStop, Container) - Method in class org.jboss.gravia.arquillian.container.ContainerSetupObserver
 
hasAttachment(AttachmentKey<T>) - Method in interface org.jboss.gravia.resource.Attachable
True if there is an attached object for a given key
hasAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
hasAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.resource.spi.AttachableSupport
 
hasAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
hashCode() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
hashCode() - Method in class org.jboss.gravia.resource.ResourceIdentity
 
hashCode() - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
hashCode() - Method in class org.jboss.gravia.resource.Version
Returns a hash code value for the object.
hashCode() - Method in class org.jboss.gravia.resource.VersionRange
Returns a hash code value for the object.
hashCode() - Method in interface org.jboss.gravia.runtime.Filter
Returns the hashCode for this Filter.
hashCode() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
hashCode() - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
hashCode() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
hashCode() - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
hasPermission(Object) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 

I

IDENTITY_NAMESPACE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
Namespace name for identity capabilities and requirements.
IdentityNamespace - Interface in org.jboss.gravia.resource
Identity namespace constants.
IdentityRequirementBuilder - Class in org.jboss.gravia.resource
An identity Requirement builder.
IdentityRequirementBuilder(String, String) - Constructor for class org.jboss.gravia.resource.IdentityRequirementBuilder
 
IdentityRequirementBuilder(ResourceIdentity) - Constructor for class org.jboss.gravia.resource.IdentityRequirementBuilder
 
IdentityRequirementBuilder(String, VersionRange) - Constructor for class org.jboss.gravia.resource.IdentityRequirementBuilder
 
IdentityRequirementBuilder(String, VersionRange, Map<String, Object>, Map<String, String>) - Constructor for class org.jboss.gravia.resource.IdentityRequirementBuilder
 
includes(Version) - Method in class org.jboss.gravia.resource.VersionRange
Returns whether this version range includes the specified version.
init() - Method in interface org.jboss.gravia.runtime.Runtime
Initialize this runtime instance.
initDefaultContent() - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
initDefaultContent(InputStream) - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
initRepositoryStorage() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
installBundle(String, InputStream) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
installBundle(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
INSTALLED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been installed.
installModule(ClassLoader, Dictionary<String, String>) - Method in interface org.jboss.gravia.runtime.Runtime
Installs a module with the given ClassLoader and headers dictionary.
installModule(ClassLoader, Resource, Dictionary<String, String>) - Method in interface org.jboss.gravia.runtime.Runtime
Installs a module with the given ClassLoader.
installModule(ClassLoader, Resource, Dictionary<String, String>, Attachable) - Method in interface org.jboss.gravia.runtime.Runtime
Installs a module with the given ClassLoader.
installModule(ClassLoader, Dictionary<String, String>) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
installModule(ClassLoader, Resource, Dictionary<String, String>) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
installModule(ClassLoader, Resource, Dictionary<String, String>, Attachable) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
installPluginModule(Runtime, ClassLoader) - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
installPluginModule(Runtime, ClassLoader) - Method in interface org.jboss.gravia.runtime.spi.RuntimePlugin
Installs the plugin provided module.
installResource(Resource, Map<Requirement, Resource>) - Method in interface org.jboss.gravia.provision.ResourceInstaller
 
installResource(Resource, Map<Requirement, Resource>) - Method in class org.jboss.gravia.provision.spi.AbstractResourceInstaller
 
installResources(List<Resource>, Map<Requirement, Resource>) - Method in interface org.jboss.gravia.provision.ResourceInstaller
 
installResources(List<Resource>, Map<Requirement, Resource>) - Method in class org.jboss.gravia.provision.spi.AbstractResourceInstaller
 
installSharedResource(Resource, Map<Requirement, Resource>) - Method in class org.jboss.gravia.provision.spi.AbstractResourceInstaller
 
installUnsharedResource(Resource, Map<Requirement, Resource>) - Method in class org.jboss.gravia.provision.spi.AbstractResourceInstaller
 
installWebappModule(ServletContext) - Method in class org.jboss.gravia.runtime.WebAppContextListener
Install a webapp module from the given servlet context.
INSTANCE - Static variable in class org.jboss.gravia.runtime.spi.NoFilter
Singleton instance
intersection(VersionRange...) - Method in class org.jboss.gravia.resource.VersionRange
Returns the intersection of this version range with the specified version ranges.
IOUtils - Class in org.jboss.gravia.utils
A utility class for IO operations.
isAssignableTo(Module, String) - Method in interface org.jboss.gravia.runtime.ServiceReference
Tests if the module that registered the service referenced by this ServiceReference and the specified module use the same source for the package of the specified class name.
isDestroyed() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
isEffective(Requirement) - Method in interface org.jboss.gravia.resolver.ResolveContext
Test if a given requirement should be wired in the resolve operation.
isEffective(Requirement) - Method in class org.jboss.gravia.resolver.spi.AbstractResolveContext
 
isEmpty() - Method in class org.jboss.gravia.resource.VersionRange
Returns whether this version range is empty.
isEmpty() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
isEmpty() - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
isEmpty() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
isEmpty() - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
isExact() - Method in class org.jboss.gravia.resource.VersionRange
Returns whether this version range contains only a single version.
isListType() - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
isMutable() - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
isOptional() - Method in interface org.jboss.gravia.resource.Requirement
A flag indicating that this is an optional requirement.
isOptional() - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
isValid() - Method in interface org.jboss.gravia.resource.ResourceBuilder
Return true if the resource is valid
isValid() - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
isValidManifest(Manifest) - Static method in class org.jboss.gravia.resource.ManifestBuilder
Validate a given manifest.
ITEM_ATTRIBUTES - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
ITEM_ATTRIBUTES - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
ITEM_CAPABILITIES - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType
 
ITEM_DIRECTIVES - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
ITEM_DIRECTIVES - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
ITEM_IDENTITY - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType
 
ITEM_KEY - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.AttributeType
 
ITEM_KEY - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.DirectiveType
 
ITEM_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.AttributesType
 
ITEM_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilitiesType
 
ITEM_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.DirectivesType
 
ITEM_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementsType
 
ITEM_NAMESPACE - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
ITEM_NAMESPACE - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
ITEM_REQUIREMENTS - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType
 
ITEM_VALUE - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.AttributeType
 
ITEM_VALUE - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.DirectiveType
 
iterator() - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 

J

JBOSS_NEXUS_BASE - Static variable in interface org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository.Configuration
The default JBoss Nexus repository: http://repository.jboss.org/nexus/content/groups/public

K

KEY_CAPABILITY - Static variable in interface org.jboss.gravia.resource.Resource
 
KEY_IDENTITY - Static variable in interface org.jboss.gravia.resource.Resource
 
KEY_REQUIREMENT - Static variable in interface org.jboss.gravia.resource.Resource
 
keys() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
keys() - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
keySet() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
keySet() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 

L

launderThrowable(Throwable) - Static method in exception org.jboss.gravia.runtime.ModuleException
Launders the given throwable Rethrows a given RuntimeException Rethrows a given Error Returns a given ModuleException Otherwise wrapps the given Throwable in a ModuleException
LEFT_CLOSED - Static variable in class org.jboss.gravia.resource.VersionRange
The left endpoint is closed and is included in the range.
LEFT_OPEN - Static variable in class org.jboss.gravia.resource.VersionRange
The left endpoint is open and is excluded from the range.
load(Dictionary<String, String>) - Method in class org.jboss.gravia.resource.DictionaryResourceBuilder
 
load(Manifest) - Method in class org.jboss.gravia.resource.ManifestResourceBuilder
 
loadClass(String) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
loadClass(String) - Method in interface org.jboss.gravia.runtime.Module
Loads the specified class using this module's class loader.
loadClass(String) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
LOGGER - Static variable in class org.jboss.gravia.arquillian.container.ContainerLogger
 
LOGGER - Static variable in class org.jboss.gravia.provision.spi.ProvisionLogger
 
LOGGER - Static variable in class org.jboss.gravia.repository.spi.RepositoryLogger
 
LOGGER - Static variable in class org.jboss.gravia.resolver.spi.ResolverLogger
 
LOGGER - Static variable in class org.jboss.gravia.resource.spi.ResourceLogger
 
LOGGER - Static variable in class org.jboss.gravia.runtime.spi.RuntimeLogger
 

M

main(String[]) - Static method in class org.jboss.gravia.utils.Base64Encoder
 
ManifestBuilder - Class in org.jboss.gravia.resource
A simple manifest builder.
ManifestBuilder() - Constructor for class org.jboss.gravia.resource.ManifestBuilder
 
ManifestBuilder(String) - Constructor for class org.jboss.gravia.resource.ManifestBuilder
 
ManifestBuilder.Type - Enum in org.jboss.gravia.resource
 
ManifestHeadersProvider - Class in org.jboss.gravia.runtime.spi
Provides Moduel headers from a manifest
ManifestHeadersProvider(Manifest) - Constructor for class org.jboss.gravia.runtime.spi.ManifestHeadersProvider
 
ManifestResourceBuilder - Class in org.jboss.gravia.resource
A manifest Resource builder.
ManifestResourceBuilder() - Constructor for class org.jboss.gravia.resource.ManifestResourceBuilder
 
match(Capability, Requirement) - Method in class org.jboss.gravia.resource.DefaultMatchPolicy
 
match(Capability, Requirement) - Method in interface org.jboss.gravia.resource.MatchPolicy
True if the requirement matches the given capability
match(ServiceReference<?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a service's properties.
match(Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a Dictionary with case insensitive key lookup.
match(Dictionary) - Method in class org.jboss.gravia.runtime.spi.NoFilter
 
match(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.spi.NoFilter
 
matchCase(Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a Dictionary.
matchCase(Dictionary) - Method in class org.jboss.gravia.runtime.spi.NoFilter
 
matches(Map<String, ?>) - Method in interface org.jboss.gravia.runtime.Filter
Filter using a Map.
matches(Map<String, ?>) - Method in class org.jboss.gravia.runtime.spi.NoFilter
 
MatchPolicy - Interface in org.jboss.gravia.resource
A capability match policy
MAVEN_CENTRAL_BASE - Static variable in interface org.jboss.gravia.repository.spi.AbstractMavenDelegateRepository.Configuration
The default Maven Central repository: http://repo1.maven.org/maven2
MavenCoordinates - Class in org.jboss.gravia.repository
The artifact coordinates.
MavenDelegateRepository - Interface in org.jboss.gravia.repository
 
MavenIdentityRequirementBuilder - Class in org.jboss.gravia.repository
An identity Requirement builder.
MavenIdentityRequirementBuilder(MavenCoordinates) - Constructor for class org.jboss.gravia.repository.MavenIdentityRequirementBuilder
 
MavenResourceBuilder - Class in org.jboss.gravia.repository
The Resource builder that understands MavenCoordinates.
MavenResourceBuilder() - Constructor for class org.jboss.gravia.repository.MavenResourceBuilder
 
MBeanProxy - Class in org.jboss.gravia.utils
A simple MBeanProxy
MBeanProxy() - Constructor for class org.jboss.gravia.utils.MBeanProxy
 
MemoryRepositoryStorage - Class in org.jboss.gravia.repository.spi
A RepositoryStorage that maintains its state in local memory
MemoryRepositoryStorage(PropertiesProvider, Repository) - Constructor for class org.jboss.gravia.repository.spi.MemoryRepositoryStorage
 
MODIFIED - Static variable in class org.jboss.gravia.runtime.ServiceEvent
The properties of a registered service have been modified.
MODIFIED_ENDMATCH - Static variable in class org.jboss.gravia.runtime.ServiceEvent
The properties of a registered service have been modified and the new properties no longer match the listener's filter.
Module - Interface in org.jboss.gravia.runtime
An installed module in the Runtime.
Module.State - Enum in org.jboss.gravia.runtime
A module can be in one of six states:
MODULE_ACTIVATOR - Static variable in interface org.jboss.gravia.Constants
Header attribute identifying the module's activator class.
MODULE_ENTRIES_PROVIDER_KEY - Static variable in class org.jboss.gravia.runtime.spi.AbstractModule
 
ModuleActivator - Interface in org.jboss.gravia.runtime
Customizes the starting and stopping of a module.
ModuleActivatorBridge - Class in org.jboss.gravia.runtime
A simple ModuleActivator bridge
ModuleActivatorBridge() - Constructor for class org.jboss.gravia.runtime.ModuleActivatorBridge
 
moduleChanged(ModuleEvent) - Method in interface org.jboss.gravia.runtime.ModuleListener
Receives notification that a module has had a lifecycle change.
ModuleContext - Interface in org.jboss.gravia.runtime
A module's execution context within the Runtime.
ModuleEntriesProvider - Interface in org.jboss.gravia.runtime.spi
A provider for module entries.
moduleEvent(int) - Static method in class org.jboss.gravia.runtime.ConstantsHelper
Return the string representation of a ModuleEvent type
ModuleEvent - Class in org.jboss.gravia.runtime
An event from the Runtime describing a module lifecycle change.
ModuleEvent(int, Module) - Constructor for class org.jboss.gravia.runtime.ModuleEvent
Creates a module event of the specified type.
ModuleException - Exception in org.jboss.gravia.runtime
An xception used to indicate that a module lifecycle problem occurred.
ModuleException(String) - Constructor for exception org.jboss.gravia.runtime.ModuleException
Creates a ModuleException with the specified message.
ModuleException(String, Throwable) - Constructor for exception org.jboss.gravia.runtime.ModuleException
Creates a ModuleException with the specified message and exception cause.
ModuleException(Throwable) - Constructor for exception org.jboss.gravia.runtime.ModuleException
Creates a ModuleException with the specified exception cause.
ModuleListener - Interface in org.jboss.gravia.runtime
A ModuleEvent listener.

N

NamedResourceAssociation - Class in org.jboss.gravia.runtime.spi
A Resource association.
Namespace - Interface in org.jboss.gravia.resource
General namespace constants.
Namespace100 - Interface in org.jboss.gravia.repository
Constants related to namespace http://www.osgi.org/xmlns/repository/v1.0.0
Namespace100.Attribute - Enum in org.jboss.gravia.repository
 
Namespace100.Element - Enum in org.jboss.gravia.repository
 
NEWLINE - Static variable in class org.jboss.gravia.utils.StringPropertyReplacer
New line string constant
nextResource() - Method in interface org.jboss.gravia.repository.RepositoryReader
 
nextResource() - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLReader
 
NoFilter - Class in org.jboss.gravia.runtime.spi
A dummy filter that matches everything.
NotNullException - Class in org.jboss.gravia.utils
NotNullException

O

OBJECT_NAME - Static variable in interface org.jboss.gravia.repository.RepositoryMBean
 
OBJECTCLASS - Static variable in interface org.jboss.gravia.Constants
Service property identifying all of the class names under which a service was registered in the Runtime.
ObjectNameFactory - Class in org.jboss.gravia.utils
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jboss.gravia.utils.ObjectNameFactory
 
openStream() - Method in class org.jboss.gravia.resource.ManifestBuilder
 
org.jboss.gravia - package org.jboss.gravia
 
org.jboss.gravia.arquillian.container - package org.jboss.gravia.arquillian.container
 
org.jboss.gravia.provision - package org.jboss.gravia.provision
 
org.jboss.gravia.provision.spi - package org.jboss.gravia.provision.spi
 
org.jboss.gravia.repository - package org.jboss.gravia.repository
 
org.jboss.gravia.repository.spi - package org.jboss.gravia.repository.spi
 
org.jboss.gravia.resolver - package org.jboss.gravia.resolver
 
org.jboss.gravia.resolver.spi - package org.jboss.gravia.resolver.spi
 
org.jboss.gravia.resource - package org.jboss.gravia.resource
 
org.jboss.gravia.resource.spi - package org.jboss.gravia.resource.spi
 
org.jboss.gravia.runtime - package org.jboss.gravia.runtime
 
org.jboss.gravia.runtime.embedded.spi - package org.jboss.gravia.runtime.embedded.spi
 
org.jboss.gravia.runtime.osgi.spi - package org.jboss.gravia.runtime.osgi.spi
 
org.jboss.gravia.runtime.spi - package org.jboss.gravia.runtime.spi
 
org.jboss.gravia.utils - package org.jboss.gravia.utils
 
OSGiRuntimeFactory - Class in org.jboss.gravia.runtime.osgi.spi
The factory for the OSGi Runtime.
OSGiRuntimeFactory(BundleContext) - Constructor for class org.jboss.gravia.runtime.osgi.spi.OSGiRuntimeFactory
 
OSGiRuntimeLocator - Class in org.jboss.gravia.runtime.osgi.spi
Locates the an OSGi Runtime instance
OSGiRuntimeLocator() - Constructor for class org.jboss.gravia.runtime.osgi.spi.OSGiRuntimeLocator
 

P

parse(String) - Static method in class org.jboss.gravia.repository.MavenCoordinates
 
parse(String) - Static method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
parseDelimitedString(String, char) - Static method in class org.jboss.gravia.resource.spi.ElementParser
 
parseDelimitedString(String, char, boolean) - Static method in class org.jboss.gravia.resource.spi.ElementParser
Parses delimited string and returns an array containing the tokens.
parseParameterizedValue(String, Map<String, Object>, Map<String, String>) - Method in class org.jboss.gravia.resource.spi.AbstractResourceBuilder
 
parseVersion(String) - Static method in class org.jboss.gravia.resource.Version
Parses a version identifier from the specified string.
PreferencePolicy - Interface in org.jboss.gravia.resolver
A preference policy for providers
PropertiesProvider - Interface in org.jboss.gravia.runtime.spi
A provider for Runtime properties.
PROPERTY_JMX_PASSWORD - Static variable in class org.jboss.gravia.arquillian.container.ContainerSetupObserver
 
PROPERTY_JMX_SERVICE_URL - Static variable in class org.jboss.gravia.arquillian.container.ContainerSetupObserver
 
PROPERTY_JMX_USERNAME - Static variable in class org.jboss.gravia.arquillian.container.ContainerSetupObserver
 
PROPERTY_MAVEN_REPOSITORY_BASE_URLS - Static variable in interface org.jboss.gravia.Constants
The property that defines the Maven Repository base URLs.
PROPERTY_REPOSITORY_STORAGE_DIR - Static variable in interface org.jboss.gravia.Constants
The property that defines the repository storage directory.
PROPERTY_REPOSITORY_STORAGE_FILE - Static variable in interface org.jboss.gravia.Constants
The property that defines the repository storage file.
Provisioner - Interface in org.jboss.gravia.provision
ProvisionException - Exception in org.jboss.gravia.provision
A Provision exception
ProvisionException(String, Throwable) - Constructor for exception org.jboss.gravia.provision.ProvisionException
 
ProvisionException(String) - Constructor for exception org.jboss.gravia.provision.ProvisionException
 
ProvisionException(Throwable) - Constructor for exception org.jboss.gravia.provision.ProvisionException
 
ProvisionLogger - Class in org.jboss.gravia.provision.spi
The logger provider
provisionResources(Set<Requirement>) - Method in interface org.jboss.gravia.provision.Provisioner
 
provisionResources(Set<Requirement>) - Method in class org.jboss.gravia.provision.spi.AbstractProvisioner
 
ProvisionResult - Interface in org.jboss.gravia.provision
The Provision result
put(String, V) - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
put(K, V) - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
put(K, V) - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
putAttachment(AttachmentKey<T>, T) - Method in interface org.jboss.gravia.resource.Attachable
Attach an arbirtary object with this element.
putAttachment(AttachmentKey<T>, T) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
putAttachment(AttachmentKey<T>, T) - Method in class org.jboss.gravia.resource.spi.AttachableSupport
 
putAttachment(AttachmentKey<T>, T) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
putResource(String, Resource) - Static method in class org.jboss.gravia.runtime.spi.NamedResourceAssociation
 
putResource(Resource) - Static method in class org.jboss.gravia.runtime.spi.ThreadResourceAssociation
 
putWiring(Resource, Wiring) - Method in class org.jboss.gravia.resolver.spi.AbstractEnvironment
 

R

readAttributeValue(String, String) - Static method in class org.jboss.gravia.resource.spi.AttributeValueHandler
Read attribute values according to 132.5.6 Attribute Element
register(LoadableExtension.ExtensionBuilder) - Method in class org.jboss.gravia.arquillian.container.CommonContainerExtension
 
REGISTERED - Static variable in class org.jboss.gravia.runtime.ServiceEvent
This service has been registered.
registerRepository(ModuleContext, Repository) - Static method in class org.jboss.gravia.repository.RepositoryRuntimeRegistration
 
registerService(String[], Object, Dictionary<String, ?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
registerService(String, Object, Dictionary<String, ?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
registerService(Class<S>, S, Dictionary<String, ?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
registerService(Class<S>, S, Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Registers the specified service object with the specified properties under the name of the specified class with the Runtime.
registerService(String, Object, Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Registers the specified service object with the specified properties under the specified class name with the Runtime.
registerService(String[], Object, Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Registers the specified service object with the specified properties under the specified class names into the Runtime.
releaseRuntime() - Static method in class org.jboss.gravia.runtime.osgi.spi.OSGiRuntimeLocator
 
releaseRuntime() - Static method in class org.jboss.gravia.runtime.RuntimeLocator
Release the default runtime instance.
REMOTE - Static variable in exception org.jboss.gravia.runtime.ServiceException
An error occurred invoking a remote service.
remove(Object) - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
remove(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
remove(Object) - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
remove(Object) - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
removeAll(Collection) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
removeAllBundleListeners() - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeAllServiceListeners() - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeAttachment(AttachmentKey<T>) - Method in interface org.jboss.gravia.resource.Attachable
Remove an attached object for a given key
removeAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
removeAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.resource.spi.AttachableSupport
 
removeAttachment(AttachmentKey<T>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
removeBundleListener(BundleListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
removeBundleListeners(Module) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeFrameworkListener(FrameworkListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
removeModuleListener(ModuleListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Removes the specified ModuleListener object from the context module's list of listeners.
removeModuleListener(Module, ModuleListener) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
RemoveOnlyCollection<T> - Class in org.jboss.gravia.utils
A Collection that does not allow add operations.
RemoveOnlyCollection(T...) - Constructor for class org.jboss.gravia.utils.RemoveOnlyCollection
 
RemoveOnlyCollection(Collection<T>) - Constructor for class org.jboss.gravia.utils.RemoveOnlyCollection
 
RemoveOnlyMap<K,V> - Class in org.jboss.gravia.utils
A Map that does not allow put operations.
RemoveOnlyMap(Map<K, V>) - Constructor for class org.jboss.gravia.utils.RemoveOnlyMap
 
removeRepositoryContent(MBeanServerConnection, RepositoryMBean, Map<String, String>) - Method in class org.jboss.gravia.arquillian.container.ContainerSetupTask
 
removeResource(ResourceIdentity) - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
removeResource(ResourceIdentity) - Method in interface org.jboss.gravia.repository.Repository
Remove a Resource grom the associated RepositoryStorage
removeResource(String) - Method in interface org.jboss.gravia.repository.RepositoryMBean
Remove a Resource from the Repository
removeResource(ResourceIdentity) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
removeResource(ResourceIdentity) - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryStorage
 
removeResource(ResourceIdentity) - Method in class org.jboss.gravia.repository.spi.MemoryRepositoryStorage
 
removeResource(ResourceIdentity) - Method in interface org.jboss.gravia.resource.ResourceStore
 
removeResource(ResourceIdentity) - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
removeResource(String) - Static method in class org.jboss.gravia.runtime.spi.NamedResourceAssociation
 
removeResource() - Static method in class org.jboss.gravia.runtime.spi.ThreadResourceAssociation
 
removeRuntimeResource(ResourceIdentity) - Method in class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
removeServiceInUse(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
removeServiceListener(ServiceListener) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
removeServiceListener(ServiceListener) - Method in interface org.jboss.gravia.runtime.ModuleContext
Removes the specified ServiceListener object from the context module's list of listeners.
removeServiceListener(Module, ServiceListener) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
removeServiceListeners(Module) - Method in class org.jboss.gravia.runtime.spi.RuntimeEventsManager
 
replaceProperties(String) - Static method in class org.jboss.gravia.utils.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the System.getProperty(p) value.
replaceProperties(String, StringPropertyReplacer.PropertyProvider) - Static method in class org.jboss.gravia.utils.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the PropertyProvider.getProperty(p) value.
Repository - Interface in org.jboss.gravia.repository
A repository that contains resources.
REPOSITORY_NAMESPACE - Static variable in interface org.jboss.gravia.repository.Namespace100
 
REPOSITORY_XML_NAME - Static variable in class org.jboss.gravia.repository.DefaultRepositoryStorage
 
RepositoryAggregator - Class in org.jboss.gravia.repository
A Repository aggregator.
RepositoryAggregator(PropertiesProvider, Repository...) - Constructor for class org.jboss.gravia.repository.RepositoryAggregator
 
RepositoryContentHelper - Class in org.jboss.gravia.repository.spi
Helpers for repository content
RepositoryLogger - Class in org.jboss.gravia.repository.spi
The logger provider
RepositoryMBean - Interface in org.jboss.gravia.repository
A Repository MBean.
RepositoryReader - Interface in org.jboss.gravia.repository
A reader for repository artifacts.
RepositoryRuntimeRegistration - Class in org.jboss.gravia.repository
A Repository aggregator.
RepositoryRuntimeRegistration.Registration - Interface in org.jboss.gravia.repository
 
RepositoryStorage - Interface in org.jboss.gravia.repository
Repository resource storage
RepositoryStorageException - Exception in org.jboss.gravia.repository
Signals a failure during artifact storage.
RepositoryStorageException(String) - Constructor for exception org.jboss.gravia.repository.RepositoryStorageException
 
RepositoryStorageException(Throwable) - Constructor for exception org.jboss.gravia.repository.RepositoryStorageException
 
RepositoryStorageException(String, Throwable) - Constructor for exception org.jboss.gravia.repository.RepositoryStorageException
 
RepositoryWriter - Interface in org.jboss.gravia.repository
Write repository contnet.
Requirement - Interface in org.jboss.gravia.resource
A resource requirement.
REQUIREMENT_EFFECTIVE_DIRECTIVE - Static variable in interface org.jboss.gravia.resource.Namespace
The requirement directive used to specify the effective time for the requirement.
REQUIREMENT_RESOLUTION_DIRECTIVE - Static variable in interface org.jboss.gravia.resource.Namespace
The requirement directive used to specify the resolution type for a requirement.
RequirementBuilder - Interface in org.jboss.gravia.resource
A Requirement builder.
RESOLUTION_MANDATORY - Static variable in interface org.jboss.gravia.resource.Namespace
The directive value identifying a mandatory requirement resolution type.
RESOLUTION_OPTIONAL - Static variable in interface org.jboss.gravia.resource.Namespace
The directive value identifying an optional requirement resolution type.
ResolutionException - Exception in org.jboss.gravia.resolver
Indicates failure to resolve a set of requirements.
ResolutionException(String, Throwable, Collection<Requirement>) - Constructor for exception org.jboss.gravia.resolver.ResolutionException
Create a ResolutionException with the specified message, cause and unresolved requirements.
ResolutionException(String) - Constructor for exception org.jboss.gravia.resolver.ResolutionException
Create a ResolutionException with the specified message.
ResolutionException(Throwable) - Constructor for exception org.jboss.gravia.resolver.ResolutionException
Create a ResolutionException with the specified cause.
resolve(ResolveContext) - Method in interface org.jboss.gravia.resolver.Resolver
Resolve the specified resolve context and return any new resources and wires to the caller.
resolve(ResolveContext) - Method in class org.jboss.gravia.resolver.spi.AbstractResolver
 
resolveAndApply(ResolveContext) - Method in interface org.jboss.gravia.resolver.Resolver
Resolve and apply the given ResolveContext.
resolveAndApply(ResolveContext) - Method in class org.jboss.gravia.resolver.spi.AbstractResolver
 
ResolveContext - Interface in org.jboss.gravia.resolver
A resolve context provides resources, options and constraints to the potential solution of a resolve operation.
Resolver - Interface in org.jboss.gravia.resolver
An extension of the Resolver
ResolverLogger - Class in org.jboss.gravia.resolver.spi
The logger provider
Resource - Interface in org.jboss.gravia.resource
A resource is associated with Capabilities/Requirements.
ResourceBuilder - Interface in org.jboss.gravia.resource
A builder for resources.
ResourceContent - Interface in org.jboss.gravia.resource
An accessor for the default content of a resource.
ResourceHandle - Interface in org.jboss.gravia.provision
The container specific handle to an installed resource.
ResourceIdentity - Class in org.jboss.gravia.resource
A resource identity.
ResourceInstaller - Interface in org.jboss.gravia.provision
The container specific ResourceInstaller.
ResourceLogger - Class in org.jboss.gravia.resource.spi
The logger provider
ResourceStore - Interface in org.jboss.gravia.resource
A resource store
retainAll(Collection) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
RIGHT_CLOSED - Static variable in class org.jboss.gravia.resource.VersionRange
The right endpoint is closed and is included in the range.
RIGHT_OPEN - Static variable in class org.jboss.gravia.resource.VersionRange
The right endpoint is open and is excluded from the range.
Runtime - Interface in org.jboss.gravia.runtime
The Gravia runtime.
RUNTIME_CONFIGURATIONS - Static variable in interface org.jboss.gravia.Constants
Runtime property specifying a comma seperated list of URLs each pointing to a resource that containes ConfigurationAdmin properties.
RUNTIME_STORAGE - Static variable in interface org.jboss.gravia.Constants
Runtime property specifying the persistent storage area used by the runtime.
RUNTIME_STORAGE_CLEAN - Static variable in interface org.jboss.gravia.Constants
Runtime property specifying if and when the persistent storage area for the runtime should be cleaned.
RUNTIME_STORAGE_CLEAN_ONFIRSTINIT - Static variable in interface org.jboss.gravia.Constants
Specifies that the runtime storage area must be cleaned before the runtime is initialized for the first time.
RUNTIME_STORAGE_DEFAULT - Static variable in interface org.jboss.gravia.Constants
The default storage location
RUNTIME_TYPE - Static variable in interface org.jboss.gravia.Constants
A string value representing the type of the runtime (e.g.
RuntimeEnvironment - Class in org.jboss.gravia.provision.spi
An Environment that maintains the set of runtime resources.
RuntimeEnvironment(Runtime) - Constructor for class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
RuntimeEnvironment(Runtime, ResourceStore, MatchPolicy) - Constructor for class org.jboss.gravia.provision.spi.RuntimeEnvironment
 
RuntimeEventsManager - Class in org.jboss.gravia.runtime.spi
A manager for runtime listerners and their associated event delivery.
RuntimeFactory - Interface in org.jboss.gravia.runtime.spi
A factory for the Runtime.
RuntimeLocator - Class in org.jboss.gravia.runtime
Locates the a Runtime instance
RuntimeLogger - Class in org.jboss.gravia.runtime.spi
The logger provider
RuntimePlugin - Interface in org.jboss.gravia.runtime.spi
A plugin for the runtime to install internal modules on runtime initiallization.
RuntimePropertiesProvider - Class in org.jboss.gravia.runtime.spi
A properties provider that delegates to the runtime.
RuntimePropertiesProvider(Runtime) - Constructor for class org.jboss.gravia.runtime.spi.RuntimePropertiesProvider
 
RuntimeType - Enum in org.jboss.gravia.runtime
The enumeration of supported target containers

S

safeClose(Closeable) - Static method in class org.jboss.gravia.utils.IOUtils
 
SERVICE_ID - Static variable in interface org.jboss.gravia.Constants
Service property identifying a service's registration number.
SERVICE_PID - Static variable in interface org.jboss.gravia.Constants
Service property identifying a service's persistent identifier.
SERVICE_RANKING - Static variable in interface org.jboss.gravia.Constants
Service property identifying a service's ranking number.
serviceChanged(ServiceEvent) - Method in interface org.jboss.gravia.runtime.ServiceListener
Receives notification that a service has had a lifecycle change.
serviceEvent(int) - Static method in class org.jboss.gravia.runtime.ConstantsHelper
Return the string representation of a ServiceEvent type
ServiceEvent - Class in org.jboss.gravia.runtime
An event from the Runtime describing a service lifecycle change.
ServiceEvent(int, ServiceReference<?>) - Constructor for class org.jboss.gravia.runtime.ServiceEvent
Creates a new service event object.
ServiceException - Exception in org.jboss.gravia.runtime
A service exception used to indicate that a service problem occurred.
ServiceException(String, Throwable) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message and exception cause.
ServiceException(String) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message.
ServiceException(String, int, Throwable) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message, type and exception cause.
ServiceException(String, int) - Constructor for exception org.jboss.gravia.runtime.ServiceException
Creates a ServiceException with the specified message and type.
ServiceFactory<S> - Interface in org.jboss.gravia.runtime
Allows services to provide customized service objects.
ServiceListener - Interface in org.jboss.gravia.runtime
A ServiceEvent listener.
ServiceReference<T> - Interface in org.jboss.gravia.runtime
A reference to a service.
ServiceRegistration<T> - Interface in org.jboss.gravia.runtime
A registered service.
SERVLET_CONTEXT_KEY - Static variable in class org.jboss.gravia.runtime.WebAppContextListener
The attachment key for the ServletContext
setFallbackRepository(Repository) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
setMutable(boolean) - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
setProperties(Dictionary<String, ?>) - Method in interface org.jboss.gravia.runtime.ServiceRegistration
Updates the properties associated with a service.
setRepositoryStorage(RepositoryStorage) - Method in class org.jboss.gravia.repository.spi.AbstractRepository
 
setState(Module.State) - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
setUp(MBeanServerConnection, Map<String, String>) - Method in class org.jboss.gravia.arquillian.container.ContainerSetupTask
 
setupRepositoryContent(MBeanServerConnection, RepositoryMBean, Map<String, String>) - Method in class org.jboss.gravia.arquillian.container.ContainerSetupTask
 
size() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
size() - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
size() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
size() - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
sort(List<Capability>) - Method in class org.jboss.gravia.resolver.DefaultPreferencePolicy
 
sort(List<Capability>) - Method in interface org.jboss.gravia.resolver.PreferencePolicy
Sort the given providers according to their preference
start(ModuleContext) - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
start(int) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
start() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
start() - Method in interface org.jboss.gravia.runtime.Module
Starts this module.
start(ModuleContext) - Method in interface org.jboss.gravia.runtime.ModuleActivator
Called when this module is started so the Runtime can perform the module-specific activities necessary to start this module.
start(BundleContext) - Method in class org.jboss.gravia.runtime.ModuleActivatorBridge
 
STARTED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been started.
STARTING - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module is about to be activated.
stop(ModuleContext) - Method in class org.jboss.gravia.runtime.embedded.spi.AbstractRuntimePlugin
 
stop(int) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
stop() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
stop() - Method in interface org.jboss.gravia.runtime.Module
Stops this module.
stop(ModuleContext) - Method in interface org.jboss.gravia.runtime.ModuleActivator
Called when this module is stopped so the Runtime can perform the module-specific activities necessary to stop the module.
stop(BundleContext) - Method in class org.jboss.gravia.runtime.ModuleActivatorBridge
 
STOPPED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been stopped.
STOPPING - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module is about to deactivated.
StringPropertyReplacer - Class in org.jboss.gravia.utils
A utility class for replacing properties in strings.
StringPropertyReplacer() - Constructor for class org.jboss.gravia.utils.StringPropertyReplacer
 
StringPropertyReplacer.PropertyProvider - Interface in org.jboss.gravia.utils
 
SUBCLASSED - Static variable in exception org.jboss.gravia.runtime.ServiceException
The exception is a subclass of ServiceException.
SynchronousModuleListener - Interface in org.jboss.gravia.runtime
A synchronous ModuleEvent listener.

T

tearDown(MBeanServerConnection, Map<String, String>) - Method in class org.jboss.gravia.arquillian.container.ContainerSetupTask
 
ThreadResourceAssociation - Class in org.jboss.gravia.runtime.spi
A thread local Resource association.
toArray() - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
toArray(Object[]) - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
toExternalForm() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
toExternalForm() - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
toFilterString(String) - Method in class org.jboss.gravia.resource.VersionRange
Returns the filter string for this version range using the specified attribute name.
toString() - Method in class org.jboss.gravia.repository.MavenCoordinates
 
toString() - Method in enum org.jboss.gravia.repository.Namespace100.Attribute
 
toString() - Method in class org.jboss.gravia.resource.ResourceIdentity
 
toString() - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
toString() - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
toString() - Method in class org.jboss.gravia.resource.spi.AbstractResource
 
toString() - Method in class org.jboss.gravia.resource.spi.AbstractResourceStore
 
toString() - Method in class org.jboss.gravia.resource.spi.AttributeValueHandler.AttributeValue
 
toString() - Method in class org.jboss.gravia.resource.Version
Returns the string representation of this version identifier.
toString() - Method in class org.jboss.gravia.resource.VersionRange
Returns the string representation of this version range.
toString() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
toString() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
toString() - Method in interface org.jboss.gravia.runtime.Filter
Returns this Filter's filter string.
toString() - Method in class org.jboss.gravia.runtime.spi.AbstractModule
 
toString() - Method in class org.jboss.gravia.runtime.spi.AbstractModuleContext
 
toString() - Method in class org.jboss.gravia.runtime.spi.AbstractWire
 
toString() - Method in class org.jboss.gravia.runtime.spi.AbstractWiring
 
toString() - Method in class org.jboss.gravia.utils.CaseInsensitiveDictionary
 
toString() - Method in class org.jboss.gravia.utils.RemoveOnlyCollection
 
toString() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
toString() - Method in class org.jboss.gravia.utils.UnmodifiableDictionary
 
TYPE_ABSTRACT - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The attribute value identifying the resource type as an abstract resource.
TYPE_BUNDLE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The attribute value identifying the resource type as an OSGi bundle.
TYPE_MODULE - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The attribute value identifying the resource type as a WildFly module.
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.AttributesType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.AttributeType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilitiesType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.CapabilityType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.DirectivesType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.DirectiveType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementsType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType.RequirementType
 
TYPE_NAME - Static variable in class org.jboss.gravia.resource.CompositeDataResourceType
 
TYPE_UNKNOWN - Static variable in interface org.jboss.gravia.resource.IdentityNamespace
The attribute value identifying the resource type as unknown.

U

ungetService(ServiceReference<?>) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleContextAdaptor
 
ungetService(ServiceReference<?>) - Method in interface org.jboss.gravia.runtime.ModuleContext
Releases the service object referenced by the specified ServiceReference object.
ungetService(Module, ServiceRegistration<S>, S) - Method in interface org.jboss.gravia.runtime.ServiceFactory
Releases a service object.
uninstall() - Method in class org.jboss.gravia.provision.DefaultResourceHandle
 
uninstall() - Method in interface org.jboss.gravia.provision.ResourceHandle
 
uninstall() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
uninstall() - Method in interface org.jboss.gravia.runtime.Module
Uninstalls this module.
UNINSTALLED - Static variable in class org.jboss.gravia.runtime.ModuleEvent
The module has been uninstalled.
uninstallModule(Module) - Method in class org.jboss.gravia.runtime.spi.AbstractRuntime
 
UnmodifiableDictionary<K,V> - Class in org.jboss.gravia.utils
An unmodifiable dictionary.
UnmodifiableDictionary(Dictionary<K, V>) - Constructor for class org.jboss.gravia.utils.UnmodifiableDictionary
 
unregister() - Method in interface org.jboss.gravia.repository.RepositoryRuntimeRegistration.Registration
 
unregister() - Method in interface org.jboss.gravia.runtime.ServiceRegistration
Unregisters a service.
UNREGISTERED - Static variable in exception org.jboss.gravia.runtime.ServiceException
The service has been unregistered.
UNREGISTERING - Static variable in class org.jboss.gravia.runtime.ServiceEvent
This service is in the process of being unregistered.
UNSPECIFIED - Static variable in exception org.jboss.gravia.runtime.ServiceException
No exception type is unspecified.
update(InputStream) - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 
update() - Method in class org.jboss.gravia.runtime.embedded.spi.BundleAdaptor
 

V

validate() - Method in class org.jboss.gravia.resource.spi.AbstractCapability
 
validate() - Method in class org.jboss.gravia.resource.spi.AbstractContentCapability
 
validate() - Method in class org.jboss.gravia.resource.spi.AbstractRequirement
 
validateManifest(Manifest) - Static method in class org.jboss.gravia.resource.ManifestBuilder
Validate a given manifest.
valueOf(String) - Static method in enum org.jboss.gravia.repository.Namespace100.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.gravia.repository.Namespace100.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.gravia.resource.ManifestBuilder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.gravia.resource.spi.AttributeValueHandler.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.gravia.runtime.Module.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.gravia.runtime.RuntimeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.gravia.repository.Namespace100.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.gravia.repository.Namespace100.Element
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.gravia.resource.ManifestBuilder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.gravia.resource.spi.AttributeValueHandler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.gravia.runtime.Module.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.gravia.runtime.RuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.gravia.utils.RemoveOnlyMap
 
Version - Class in org.jboss.gravia.resource
Version identifier for capabilities such as bundles and packages.
Version(int, int, int) - Constructor for class org.jboss.gravia.resource.Version
Creates a version identifier from the specified numerical components.
Version(int, int, int, String) - Constructor for class org.jboss.gravia.resource.Version
Creates a version identifier from the specified components.
Version(String) - Constructor for class org.jboss.gravia.resource.Version
Creates a version identifier from the specified string.
VersionRange - Class in org.jboss.gravia.resource
Version range.
VersionRange(char, Version, Version, char) - Constructor for class org.jboss.gravia.resource.VersionRange
Creates a version range from the specified versions.
VersionRange(String) - Constructor for class org.jboss.gravia.resource.VersionRange
Creates a version range from the specified string.

W

WebAppContextListener - Class in org.jboss.gravia.runtime
Register the Webapp as a Module.
WebAppContextListener() - Constructor for class org.jboss.gravia.runtime.WebAppContextListener
 
Wire - Interface in org.jboss.gravia.runtime
A wire connecting a Capability to a Requirement.
Wiring - Interface in org.jboss.gravia.runtime
A wiring for a resource.
writeRepositoryElement(Map<String, String>) - Method in interface org.jboss.gravia.repository.RepositoryWriter
 
writeRepositoryElement(Map<String, String>) - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLWriter
 
writeResource(Resource) - Method in interface org.jboss.gravia.repository.RepositoryWriter
 
writeResource(Resource) - Method in class org.jboss.gravia.repository.spi.AbstractRepositoryXMLWriter
 
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.