Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.JbossDescriptor

Packages that use JbossDescriptor
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of JbossDescriptor in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return JbossDescriptor
 JbossDescriptor JbossDescriptor.description(String... values)
          Creates for all String objects representing description elements, a new description element
 JbossDescriptor JbossDescriptor.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 JbossDescriptor JbossDescriptor.id(String id)
          Sets the id attribute
 JbossDescriptor JbossDescriptor.jaccContextId(String jaccContextId)
          Sets the jacc-context-id element
 JbossDescriptor JbossDescriptor.jmxName(String jmxName)
          Sets the jmx-name element
 JbossDescriptor JbossDescriptor.jndiBindingPolicy(String jndiBindingPolicy)
          Sets the jndi-binding-policy element
 JbossDescriptor JbossDescriptor.metadataComplete(Boolean metadataComplete)
          Sets the metadata-complete attribute
 JbossDescriptor JbossDescriptor.missingMethodPermissionsExcludedMode(Boolean missingMethodPermissionsExcludedMode)
          Sets the missing-method-permissions-excluded-mode element
 JbossDescriptor JbossDescriptor.removeAllDescription()
          Removes the description element
 JbossDescriptor JbossDescriptor.removeAllDisplayName()
          Removes the display-name element
 JbossDescriptor JbossDescriptor.removeAllIcon()
          Removes all icon elements
 JbossDescriptor JbossDescriptor.removeAssemblyDescriptor()
          Removes the assembly-descriptor element
 JbossDescriptor JbossDescriptor.removeEnterpriseBeans()
          Removes the enterprise-beans element
 JbossDescriptor JbossDescriptor.removeId()
          Removes the id attribute
 JbossDescriptor JbossDescriptor.removeJaccContextId()
          Removes the jacc-context-id element
 JbossDescriptor JbossDescriptor.removeJmxName()
          Removes the jmx-name element
 JbossDescriptor JbossDescriptor.removeJndiBindingPolicy()
          Removes the jndi-binding-policy element
 JbossDescriptor JbossDescriptor.removeLoaderRepository()
          Removes the loader-repository element
 JbossDescriptor JbossDescriptor.removeMetadataComplete()
          Removes the metadata-complete attribute
 JbossDescriptor JbossDescriptor.removeMissingMethodPermissionsExcludedMode()
          Removes the missing-method-permissions-excluded-mode element
 JbossDescriptor JbossDescriptor.removeResourceManagers()
          Removes the resource-managers element
 JbossDescriptor JbossDescriptor.removeSecurityDomain()
          Removes the security-domain element
 JbossDescriptor JbossDescriptor.removeUnauthenticatedPrincipal()
          Removes the unauthenticated-principal element
 JbossDescriptor JbossDescriptor.removeVersion()
          Removes the version attribute
 JbossDescriptor JbossDescriptor.removeWebservices()
          Removes the webservices element
 JbossDescriptor JbossDescriptor.securityDomain(String securityDomain)
          Sets the security-domain element
 JbossDescriptor JbossDescriptor.unauthenticatedPrincipal(String unauthenticatedPrincipal)
          Sets the unauthenticated-principal element
 JbossDescriptor JbossDescriptor.version(String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type JbossDescriptor
 IconType<JbossDescriptor> JbossDescriptor.createIcon()
          Creates a new icon element
 List<IconType<JbossDescriptor>> JbossDescriptor.getAllIcon()
          Returns all icon elements
 AssemblyDescriptorType<JbossDescriptor> JbossDescriptor.getOrCreateAssemblyDescriptor()
          If not already created, a new assembly-descriptor element with the given value will be created.
 EnterpriseBeansType<JbossDescriptor> JbossDescriptor.getOrCreateEnterpriseBeans()
          If not already created, a new enterprise-beans element with the given value will be created.
 IconType<JbossDescriptor> JbossDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 LoaderRepositoryType<JbossDescriptor> JbossDescriptor.getOrCreateLoaderRepository()
          If not already created, a new loader-repository element with the given value will be created.
 ResourceManagersType<JbossDescriptor> JbossDescriptor.getOrCreateResourceManagers()
          If not already created, a new resource-managers element with the given value will be created.
 WebservicesType<JbossDescriptor> JbossDescriptor.getOrCreateWebservices()
          If not already created, a new webservices element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.