See: Description

| Interface | Description |
|---|---|
| ArtifactType<T> |
This interface defines the contract for the
artifactType xsd type |
| ClassNameType<T> |
This interface defines the contract for the
classNameType xsd type |
| DependenciesType<T> |
This interface defines the contract for the
dependenciesType xsd type |
| FilterType<T> |
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<T> |
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<T> |
This interface defines the contract for the
moduleAliasType xsd type |
| ModuleDependencyType<T> |
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<T> |
This interface defines the contract for the
moduleType xsd type |
| PathSetType<T> |
This interface defines the contract for the
pathSetType xsd type |
| PathSpecType<T> |
This interface defines the contract for the
pathSpecType xsd type |
| PathType<T> |
This interface defines the contract for the
pathType xsd type |
| PermissionsType<T> |
This interface defines the contract for the
permissionsType xsd type |
| PermissionType<T> |
This interface defines the contract for the
permissionType xsd type |
| PropertyListType<T> |
This interface defines the contract for the
propertyListType xsd type |
| PropertyType<T> |
This interface defines the contract for the
propertyType xsd type |
| ResourcesType<T> |
This interface defines the contract for the
resourcesType xsd type |
| ResourceType<T> |
This interface defines the contract for the
resourceType xsd type |
| SystemDependencyType<T> |
This interface defines the contract for the
systemDependencyType xsd type |
| Enum | Description |
|---|---|
| ServiceDispositionType |
This class implements the
serviceDispositionType xsd type |
Copyright © 2025 JBoss by Red Hat. All rights reserved.