Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.ConnectorDescriptor
Packages that use ConnectorDescriptor
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes 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 ConnectorDescriptorModifier and TypeMethodDescriptionConnectorDescriptor.description(String description) Sets thedescriptionelementConnectorDescriptor.displayName(String displayName) Sets thedisplay-nameelementSets theeis-typeelementConnectorDescriptor.removeDescription()Removes thedescriptionelementConnectorDescriptor.removeDisplayName()Removes thedisplay-nameelementConnectorDescriptor.removeEisType()Removes theeis-typeelementConnectorDescriptor.removeIcon()Removes theiconelementConnectorDescriptor.removeLicense()Removes thelicenseelementConnectorDescriptor.removeResourceadapter()Removes theresourceadapterelementConnectorDescriptor.removeSpecVersion()Removes thespec-versionelementConnectorDescriptor.removeVendorName()Removes thevendor-nameelementConnectorDescriptor.removeVersion()Removes theversionelementConnectorDescriptor.specVersion(String specVersion) Sets thespec-versionelementConnectorDescriptor.vendorName(String vendorName) Sets thevendor-nameelementSets theversionelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ConnectorDescriptorModifier and TypeMethodDescriptionConnectorDescriptor.getOrCreateIcon()If not already created, a newiconelement with the given value will be created.ConnectorDescriptor.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.ConnectorDescriptor.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created. -
Uses of ConnectorDescriptor in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement ConnectorDescriptorModifier and TypeClassDescriptionclassThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return ConnectorDescriptorModifier and TypeMethodDescriptionConnectorDescriptorImpl.addDefaultNamespaces()Adds the default namespaces as defined in the specificationConnectorDescriptorImpl.addNamespace(String name, String value) Adds a new namespaceConnectorDescriptorImpl.description(String description) Sets thedescriptionelementConnectorDescriptorImpl.displayName(String displayName) Sets thedisplay-nameelementSets theeis-typeelementConnectorDescriptorImpl.removeAllNamespaces()Removes all existing namespaces.ConnectorDescriptorImpl.removeDescription()Removes thedescriptionelementConnectorDescriptorImpl.removeDisplayName()Removes thedisplay-nameelementConnectorDescriptorImpl.removeEisType()Removes theeis-typeelementConnectorDescriptorImpl.removeIcon()Removes theiconelementConnectorDescriptorImpl.removeLicense()Removes thelicenseelementConnectorDescriptorImpl.removeResourceadapter()Removes theresourceadapterelementConnectorDescriptorImpl.removeSpecVersion()Removes thespec-versionelementConnectorDescriptorImpl.removeVendorName()Removes thevendor-nameelementConnectorDescriptorImpl.removeVersion()Removes theversionelementConnectorDescriptorImpl.specVersion(String specVersion) Sets thespec-versionelementConnectorDescriptorImpl.vendorName(String vendorName) Sets thevendor-nameelementSets theversionelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type ConnectorDescriptorModifier and TypeMethodDescriptionConnectorDescriptorImpl.getOrCreateIcon()If not already created, a newiconelement with the given value will be created.ConnectorDescriptorImpl.getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.ConnectorDescriptorImpl.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.