| Package | Description |
|---|---|
| org.jboss.shrinkwrap.descriptor.api.application | |
| org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationCommonDescriptor<T extends ApplicationCommonDescriptor<T,MODULETYPE1,SECURITYROLETYPE2>,MODULETYPE1 extends JavaeeModuleCommonType<T,MODULETYPE1,?>,SECURITYROLETYPE2 extends JavaeeSecurityRoleCommonType<T,SECURITYROLETYPE2>> |
| 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);
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.