Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
Class and Description |
---|
ArtifactType
This interface defines the contract for the
artifactType xsd type |
ClassNameType
This interface defines the contract for the
classNameType xsd type |
DependenciesType
This interface defines the contract for the
dependenciesType xsd type |
FilterType
This interface defines the contract for the
filterType xsd type |
ModuleAbsentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ModuleAbsentDescriptor descriptor = Descriptors.create(ModuleAbsentDescriptor.class);
|
ModuleAbsentType
This interface defines the contract for the
moduleAbsentType xsd type |
ModuleAliasDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ModuleAliasDescriptor descriptor = Descriptors.create(ModuleAliasDescriptor.class);
|
ModuleAliasType
This interface defines the contract for the
moduleAliasType xsd type |
ModuleDependencyType
This interface defines the contract for the
moduleDependencyType xsd type |
ModuleDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ModuleDescriptor descriptor = Descriptors.create(ModuleDescriptor.class);
|
ModuleType
This interface defines the contract for the
moduleType xsd type |
PathSetType
This interface defines the contract for the
pathSetType xsd type |
PathSpecType
This interface defines the contract for the
pathSpecType xsd type |
PathType
This interface defines the contract for the
pathType xsd type |
PermissionsType
This interface defines the contract for the
permissionsType xsd type |
PermissionType
This interface defines the contract for the
permissionType xsd type |
PropertyListType
This interface defines the contract for the
propertyListType xsd type |
PropertyType
This interface defines the contract for the
propertyType xsd type |
ResourcesType
This interface defines the contract for the
resourcesType xsd type |
ResourceType
This interface defines the contract for the
resourceType xsd type |
ServiceDispositionType
This class implements the
serviceDispositionType xsd type |
SystemDependencyType
This interface defines the contract for the
systemDependencyType xsd type |
Copyright © 2017 JBoss by Red Hat. All rights reserved.