Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.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.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ConnectorDescriptorModifier and TypeMethodDescriptionConnectorDescriptor.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementConnectorDescriptor.displayName(String... values) Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementSets theeis-typeelementSets theidattributeConnectorDescriptor.removeAllDescription()Removes thedescriptionelementConnectorDescriptor.removeAllDisplayName()Removes thedisplay-nameelementConnectorDescriptor.removeAllIcon()Removes alliconelementsConnectorDescriptor.removeEisType()Removes theeis-typeelementConnectorDescriptor.removeId()Removes theidattributeConnectorDescriptor.removeLicense()Removes thelicenseelementConnectorDescriptor.removeResourceadapter()Removes theresourceadapterelementConnectorDescriptor.removeResourceadapterVersion()Removes theresourceadapter-versionelementConnectorDescriptor.removeVendorName()Removes thevendor-nameelementConnectorDescriptor.removeVersion()Removes theversionattributeConnectorDescriptor.resourceadapterVersion(String resourceadapterVersion) Sets theresourceadapter-versionelementConnectorDescriptor.vendorName(String vendorName) Sets thevendor-nameelementSets theversionattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ConnectorDescriptorModifier and TypeMethodDescriptionConnectorDescriptor.createIcon()Creates a newiconelementConnectorDescriptor.getAllIcon()Returns alliconelementsConnectorDescriptor.getOrCreateIcon()If not already created, a newiconelement will be created and returned.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.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement ConnectorDescriptorModifier and TypeClassDescriptionclassThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 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... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementConnectorDescriptorImpl.displayName(String... values) Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementSets theeis-typeelementSets theidattributeConnectorDescriptorImpl.removeAllDescription()Removes thedescriptionelementConnectorDescriptorImpl.removeAllDisplayName()Removes thedisplay-nameelementConnectorDescriptorImpl.removeAllIcon()Removes alliconelementsConnectorDescriptorImpl.removeAllNamespaces()Removes all existing namespaces.ConnectorDescriptorImpl.removeEisType()Removes theeis-typeelementConnectorDescriptorImpl.removeId()Removes theidattributeConnectorDescriptorImpl.removeLicense()Removes thelicenseelementConnectorDescriptorImpl.removeResourceadapter()Removes theresourceadapterelementConnectorDescriptorImpl.removeResourceadapterVersion()Removes theresourceadapter-versionelementConnectorDescriptorImpl.removeVendorName()Removes thevendor-nameelementConnectorDescriptorImpl.removeVersion()Removes theversionattributeConnectorDescriptorImpl.resourceadapterVersion(String resourceadapterVersion) Sets theresourceadapter-versionelementConnectorDescriptorImpl.vendorName(String vendorName) Sets thevendor-nameelementSets theversionattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type ConnectorDescriptorModifier and TypeMethodDescriptionConnectorDescriptorImpl.createIcon()Creates a newiconelementConnectorDescriptorImpl.getAllIcon()Returns alliconelementsConnectorDescriptorImpl.getOrCreateIcon()If not already created, a newiconelement will be created and returned.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.