Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
JbossType<T> |
JbossType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
JbossType<T> |
JbossType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
JbossType<T> |
JbossType.jaccContextId(String jaccContextId)
Sets the
jacc-context-id element |
JbossType<T> |
JbossType.jmxName(String jmxName)
Sets the
jmx-name element |
JbossType<T> |
JbossType.jndiBindingPolicy(String jndiBindingPolicy)
Sets the
jndi-binding-policy element |
JbossType<T> |
JbossType.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
JbossType<T> |
JbossType.missingMethodPermissionsExcludedMode(Boolean missingMethodPermissionsExcludedMode)
Sets the
missing-method-permissions-excluded-mode element |
JbossType<T> |
JbossType.removeAllDescription()
Removes the
description element |
JbossType<T> |
JbossType.removeAllDisplayName()
Removes the
display-name element |
JbossType<T> |
JbossType.removeAllIcon()
Removes all
icon elements |
JbossType<T> |
JbossType.removeAssemblyDescriptor()
Removes the
assembly-descriptor element |
JbossType<T> |
JbossType.removeEnterpriseBeans()
Removes the
enterprise-beans element |
JbossType<T> |
JbossType.removeJaccContextId()
Removes the
jacc-context-id element |
JbossType<T> |
JbossType.removeJmxName()
Removes the
jmx-name element |
JbossType<T> |
JbossType.removeJndiBindingPolicy()
Removes the
jndi-binding-policy element |
JbossType<T> |
JbossType.removeLoaderRepository()
Removes the
loader-repository element |
JbossType<T> |
JbossType.removeMetadataComplete()
Removes the
metadata-complete attribute |
JbossType<T> |
JbossType.removeMissingMethodPermissionsExcludedMode()
Removes the
missing-method-permissions-excluded-mode element |
JbossType<T> |
JbossType.removeResourceManagers()
Removes the
resource-managers element |
JbossType<T> |
JbossType.removeSecurityDomain()
Removes the
security-domain element |
JbossType<T> |
JbossType.removeUnauthenticatedPrincipal()
Removes the
unauthenticated-principal element |
JbossType<T> |
JbossType.removeVersion()
Removes the
version attribute |
JbossType<T> |
JbossType.removeWebservices()
Removes the
webservices element |
JbossType<T> |
JbossType.securityDomain(String securityDomain)
Sets the
security-domain element |
JbossType<T> |
JbossType.unauthenticatedPrincipal(String unauthenticatedPrincipal)
Sets the
unauthenticated-principal element |
JbossType<T> |
JbossType.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
IconType<JbossType<T>> |
JbossType.createIcon()
Creates a new
icon element |
List<IconType<JbossType<T>>> |
JbossType.getAllIcon()
Returns all
icon elements |
AssemblyDescriptorType<JbossType<T>> |
JbossType.getOrCreateAssemblyDescriptor()
If not already created, a new
assembly-descriptor element with the given value will be created. |
EnterpriseBeansType<JbossType<T>> |
JbossType.getOrCreateEnterpriseBeans()
If not already created, a new
enterprise-beans element with the given value will be created. |
IconType<JbossType<T>> |
JbossType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
LoaderRepositoryType<JbossType<T>> |
JbossType.getOrCreateLoaderRepository()
If not already created, a new
loader-repository element with the given value will be created. |
ResourceManagersType<JbossType<T>> |
JbossType.getOrCreateResourceManagers()
If not already created, a new
resource-managers element with the given value will be created. |
WebservicesType<JbossType<T>> |
JbossType.getOrCreateWebservices()
If not already created, a new
webservices element with the given value will be created. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.