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

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

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

Methods in org.jboss.shrinkwrap.descriptor.test.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.test.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.
 

Uses of ConnectorDescriptor in org.jboss.shrinkwrap.descriptor.test.impl.connector10
 

Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return ConnectorDescriptor
 ConnectorDescriptor ConnectorDescriptorImpl.addDefaultNamespaces()
          Adds the default namespaces as defined in the specification
 ConnectorDescriptor ConnectorDescriptorImpl.addNamespace(String name, String value)
          Adds a new namespace
 ConnectorDescriptor ConnectorDescriptorImpl.description(String description)
          Sets the description element
 ConnectorDescriptor ConnectorDescriptorImpl.displayName(String displayName)
          Sets the display-name element
 ConnectorDescriptor ConnectorDescriptorImpl.eisType(String eisType)
          Sets the eis-type element
 ConnectorDescriptor ConnectorDescriptorImpl.removeAllNamespaces()
          Removes all existing namespaces.
 ConnectorDescriptor ConnectorDescriptorImpl.removeDescription()
          Removes the description element
 ConnectorDescriptor ConnectorDescriptorImpl.removeDisplayName()
          Removes the display-name element
 ConnectorDescriptor ConnectorDescriptorImpl.removeEisType()
          Removes the eis-type element
 ConnectorDescriptor ConnectorDescriptorImpl.removeIcon()
          Removes the icon element
 ConnectorDescriptor ConnectorDescriptorImpl.removeLicense()
          Removes the license element
 ConnectorDescriptor ConnectorDescriptorImpl.removeResourceadapter()
          Removes the resourceadapter element
 ConnectorDescriptor ConnectorDescriptorImpl.removeSpecVersion()
          Removes the spec-version element
 ConnectorDescriptor ConnectorDescriptorImpl.removeVendorName()
          Removes the vendor-name element
 ConnectorDescriptor ConnectorDescriptorImpl.removeVersion()
          Removes the version element
 ConnectorDescriptor ConnectorDescriptorImpl.specVersion(String specVersion)
          Sets the spec-version element
 ConnectorDescriptor ConnectorDescriptorImpl.vendorName(String vendorName)
          Sets the vendor-name element
 ConnectorDescriptor ConnectorDescriptorImpl.version(String version)
          Sets the version element
 

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