ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 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.removeAllDescription()
          Removes the description element
 ConnectorDescriptor ConnectorDescriptor.removeAllDisplayName()
          Removes the display-name element
 ConnectorDescriptor ConnectorDescriptor.removeAllIcon()
          Removes all icon elements
 ConnectorDescriptor ConnectorDescriptor.removeEisType()
          Removes the eis-type element
 ConnectorDescriptor ConnectorDescriptor.removeLicense()
          Removes the license 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.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.connector15 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.