Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.Connector
Packages that use Connector
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of Connector in org.jboss.shrinkwrap.descriptor.api.connector10
Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return ConnectorModifier and TypeMethodDescriptionConnector.description(String description) Sets thedescriptionelementConnector.displayName(String displayName) Sets thedisplay-nameelementSets theeis-typeelementConnector.removeDescription()Removes thedescriptionelementConnector.removeDisplayName()Removes thedisplay-nameelementConnector.removeEisType()Removes theeis-typeelementConnector.removeIcon()Removes theiconelementConnector.removeLicense()Removes thelicenseelementConnector.removeResourceadapter()Removes theresourceadapterelementConnector.removeSpecVersion()Removes thespec-versionelementConnector.removeVendorName()Removes thevendor-nameelementConnector.removeVersion()Removes theversionelementConnector.specVersion(String specVersion) Sets thespec-versionelementConnector.vendorName(String vendorName) Sets thevendor-nameelementSets theversionelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ConnectorModifier and TypeMethodDescriptionConnector.getOrCreateIcon()If not already created, a newiconelement with the given value will be created.Connector.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.Connector.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created. -
Uses of Connector in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement ConnectorModifier and TypeClassDescriptionclassThis class implements theconnectorxsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return ConnectorModifier and TypeMethodDescriptionConnectorImpl.description(String description) Sets thedescriptionelementConnectorImpl.displayName(String displayName) Sets thedisplay-nameelementSets theeis-typeelementConnectorImpl.removeDescription()Removes thedescriptionelementConnectorImpl.removeDisplayName()Removes thedisplay-nameelementConnectorImpl.removeEisType()Removes theeis-typeelementConnectorImpl.removeIcon()Removes theiconelementConnectorImpl.removeLicense()Removes thelicenseelementConnectorImpl.removeResourceadapter()Removes theresourceadapterelementConnectorImpl.removeSpecVersion()Removes thespec-versionelementConnectorImpl.removeVendorName()Removes thevendor-nameelementConnectorImpl.removeVersion()Removes theversionelementConnectorImpl.specVersion(String specVersion) Sets thespec-versionelementConnectorImpl.vendorName(String vendorName) Sets thevendor-nameelementSets theversionelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type ConnectorModifier and TypeMethodDescriptionConnectorImpl.getOrCreateIcon()If not already created, a newiconelement with the given value will be created.ConnectorImpl.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.ConnectorImpl.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.