Package | Description |
---|---|
org.jboss.datasources.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.datasources.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.ironjacamar.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.ironjacamar.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.resourceadapters.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.resourceadapters.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api | |
org.jboss.shrinkwrap.descriptor.api.application5 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.beans10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.connector10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facesconfig21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facesuicomponent20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jetty7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.persistence10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.spi | |
org.jboss.shrinkwrap.descriptor.spi.node | |
org.jboss.shrinkwrap.descriptor.test.impl.connector10 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
DatasourcesDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
DatasourcesDescriptor descriptor = Descriptors.create(DatasourcesDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
DatasourcesDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
DatasourcesDescriptor descriptor = Descriptors.create(DatasourcesDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
IronjacamarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
IronjacamarDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceadapterDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ResourceadapterDescriptor descriptor = Descriptors.create(ResourceadapterDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceadapterDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
ResourceadapterDescriptor descriptor = Descriptors.create(ResourceadapterDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
DescriptorExporter<T extends Descriptor>
An entity capable of exporting a
Descriptor to
an OutputStream . |
interface |
DescriptorImporter<T extends Descriptor>
A type capable of importing a
Descriptor from
some existing source like a stream of bytes or File |
Modifier and Type | Method and Description |
---|---|
static <T extends Descriptor> |
Descriptors.create(Class<T> type)
Creates a new Descriptor instance; the predefined default descriptor
name for this type will be used.
|
static <T extends Descriptor> |
Descriptors.create(Class<T> type,
String descriptorName)
Creates a new named
Descriptor instance. |
static <T extends Descriptor> |
Descriptors.importAs(Class<T> type)
Returns a new
DescriptorImporter instance, ready to import as a
new Descriptor instance of the given type |
static <T extends Descriptor> |
Descriptors.importAs(Class<T> type,
String descriptorName)
Returns a new named
DescriptorImporter instance, ready to import as a
new Descriptor instance of the given type. |
Modifier and Type | Method and Description |
---|---|
static Descriptor |
ApiExposition.createFromImplModelType(Class<? extends Descriptor> implClass,
String descriptorName)
Deprecated.
Creates a
Descriptor instance from the specified implementation
class name, also using the specified name |
Modifier and Type | Method and Description |
---|---|
static Descriptor |
ApiExposition.createFromImplModelType(Class<? extends Descriptor> implClass,
String descriptorName)
Deprecated.
Creates a
Descriptor instance from the specified implementation
class name, also using the specified name |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ApplicationDescriptor descriptor = Descriptors.create(ApplicationDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeansDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
BeansDescriptor descriptor = Descriptors.create(BeansDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectorDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ConnectorDescriptor descriptor = Descriptors.create(ConnectorDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
EjbJarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
EjbJarDescriptor descriptor = Descriptors.create(EjbJarDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacelettaglibraryDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacelettaglibraryDescriptor descriptor = Descriptors.create(WebFacelettaglibraryDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesConfigDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesConfigDescriptor descriptor = Descriptors.create(WebFacesConfigDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesPartialResponseDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesPartialResponseDescriptor descriptor = Descriptors.create(WebFacesPartialResponseDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesUIComponentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesUIComponentDescriptor descriptor = Descriptors.create(WebFacesUIComponentDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JbossDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JbossDescriptor descriptor = Descriptors.create(JbossDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JbossWebDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JbossWebDescriptor descriptor = Descriptors.create(JbossWebDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JettyDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JettyDescriptor descriptor = Descriptors.create(JettyDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebJsptaglibraryDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebJsptaglibraryDescriptor descriptor = Descriptors.create(WebJsptaglibraryDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrmDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
OrmDescriptor descriptor = Descriptors.create(OrmDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
PersistenceDescriptor descriptor = Descriptors.create(PersistenceDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebAppDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebAppDescriptor descriptor = Descriptors.create(WebAppDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFragmentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFragmentDescriptor descriptor = Descriptors.create(WebFragmentDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
org.jboss.shrinkwrap.descriptor.spi.DescriptorImplBase<T extends Descriptor>
Base implementation for a
Descriptor . |
Modifier and Type | Class and Description |
---|---|
class |
org.jboss.shrinkwrap.descriptor.spi.node.NodeDescriptorImplBase
Base implementation of a
NodeDescriptor
for simple extension by more specialized types. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
ConnectorDescriptor descriptor = Descriptors.create(ConnectorDescriptor.class);
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.