ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return ConnectorDescriptor
 ConnectorDescriptor ConnectorDescriptor.description(String description)
          Sets the description element
 ConnectorDescriptor ConnectorDescriptor.displayName(String displayName)
          Sets the display-name element
 ConnectorDescriptor ConnectorDescriptor.eisType(String eisType)
          Sets the eis-type element
 ConnectorDescriptor ConnectorDescriptor.removeDescription()
          Removes the description element
 ConnectorDescriptor ConnectorDescriptor.removeDisplayName()
          Removes the display-name element
 ConnectorDescriptor ConnectorDescriptor.removeEisType()
          Removes the eis-type element
 ConnectorDescriptor ConnectorDescriptor.removeIcon()
          Removes the icon element
 ConnectorDescriptor ConnectorDescriptor.removeLicense()
          Removes the license element
 ConnectorDescriptor ConnectorDescriptor.removeResourceadapter()
          Removes the resourceadapter element
 ConnectorDescriptor ConnectorDescriptor.removeSpecVersion()
          Removes the spec-version element
 ConnectorDescriptor ConnectorDescriptor.removeVendorName()
          Removes the vendor-name element
 ConnectorDescriptor ConnectorDescriptor.removeVersion()
          Removes the version element
 ConnectorDescriptor ConnectorDescriptor.specVersion(String specVersion)
          Sets the spec-version element
 ConnectorDescriptor ConnectorDescriptor.vendorName(String vendorName)
          Sets the vendor-name element
 ConnectorDescriptor ConnectorDescriptor.version(String version)
          Sets the version element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ConnectorDescriptor
 Icon<ConnectorDescriptor> ConnectorDescriptor.getOrCreateIcon()
          If not already created, a new icon element with the given value will be created.
 License<ConnectorDescriptor> ConnectorDescriptor.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 Resourceadapter<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.