Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector16.ConnectorDescriptor

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

Uses of ConnectorDescriptor in org.jboss.shrinkwrap.descriptor.api.connector16
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return ConnectorDescriptor
 ConnectorDescriptor ConnectorDescriptor.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ConnectorDescriptor ConnectorDescriptor.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ConnectorDescriptor ConnectorDescriptor.eisType(String eisType)
          Sets the eis-type element
 ConnectorDescriptor ConnectorDescriptor.id(String id)
          Sets the id attribute
 ConnectorDescriptor ConnectorDescriptor.metadataComplete(Boolean metadataComplete)
          Sets the metadata-complete attribute
 ConnectorDescriptor ConnectorDescriptor.moduleName(String moduleName)
          Sets the module-name element
 ConnectorDescriptor ConnectorDescriptor.removeAllDescription()
          Removes the description element
 ConnectorDescriptor ConnectorDescriptor.removeAllDisplayName()
          Removes the display-name element
 ConnectorDescriptor ConnectorDescriptor.removeAllIcon()
          Removes all icon elements
 ConnectorDescriptor ConnectorDescriptor.removeAllRequiredWorkContext()
          Removes the required-work-context element
 ConnectorDescriptor ConnectorDescriptor.removeEisType()
          Removes the eis-type element
 ConnectorDescriptor ConnectorDescriptor.removeId()
          Removes the id attribute
 ConnectorDescriptor ConnectorDescriptor.removeLicense()
          Removes the license element
 ConnectorDescriptor ConnectorDescriptor.removeMetadataComplete()
          Removes the metadata-complete attribute
 ConnectorDescriptor ConnectorDescriptor.removeModuleName()
          Removes the module-name element
 ConnectorDescriptor ConnectorDescriptor.removeResourceadapter()
          Removes the resourceadapter element
 ConnectorDescriptor ConnectorDescriptor.removeResourceadapterVersion()
          Removes the resourceadapter-version element
 ConnectorDescriptor ConnectorDescriptor.removeVendorName()
          Removes the vendor-name element
 ConnectorDescriptor ConnectorDescriptor.removeVersion()
          Removes the version attribute
 ConnectorDescriptor ConnectorDescriptor.requiredWorkContext(String... values)
          Creates for all String objects representing required-work-context elements, a new required-work-context element
 ConnectorDescriptor ConnectorDescriptor.resourceadapterVersion(String resourceadapterVersion)
          Sets the resourceadapter-version element
 ConnectorDescriptor ConnectorDescriptor.vendorName(String vendorName)
          Sets the vendor-name element
 ConnectorDescriptor ConnectorDescriptor.version(String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return types with arguments of type ConnectorDescriptor
 IconType<ConnectorDescriptor> ConnectorDescriptor.createIcon()
          Creates a new icon element
 List<IconType<ConnectorDescriptor>> ConnectorDescriptor.getAllIcon()
          Returns all icon elements
 IconType<ConnectorDescriptor> ConnectorDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 LicenseType<ConnectorDescriptor> ConnectorDescriptor.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 ResourceadapterType<ConnectorDescriptor> ConnectorDescriptor.getOrCreateResourceadapter()
          If not already created, a new resourceadapter element with the given value will be created.
 



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