Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector16.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.connector16
Methods in org.jboss.shrinkwrap.descriptor.api.connector16 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.metadataComplete(Boolean metadataComplete) Sets themetadata-completeattributeConnectorDescriptor.moduleName(String moduleName) Sets themodule-nameelementConnectorDescriptor.removeAllDescription()Removes thedescriptionelementConnectorDescriptor.removeAllDisplayName()Removes thedisplay-nameelementConnectorDescriptor.removeAllIcon()Removes alliconelementsConnectorDescriptor.removeAllRequiredWorkContext()Removes therequired-work-contextelementConnectorDescriptor.removeEisType()Removes theeis-typeelementConnectorDescriptor.removeId()Removes theidattributeConnectorDescriptor.removeLicense()Removes thelicenseelementConnectorDescriptor.removeMetadataComplete()Removes themetadata-completeattributeConnectorDescriptor.removeModuleName()Removes themodule-nameelementConnectorDescriptor.removeResourceadapter()Removes theresourceadapterelementConnectorDescriptor.removeResourceadapterVersion()Removes theresourceadapter-versionelementConnectorDescriptor.removeVendorName()Removes thevendor-nameelementConnectorDescriptor.removeVersion()Removes theversionattributeConnectorDescriptor.requiredWorkContext(String... values) Creates for all String objects representingrequired-work-contextelements, a newrequired-work-contextelementConnectorDescriptor.resourceadapterVersion(String resourceadapterVersion) Sets theresourceadapter-versionelementConnectorDescriptor.vendorName(String vendorName) Sets thevendor-nameelementSets theversionattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector16 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.connector16
Classes in org.jboss.shrinkwrap.descriptor.impl.connector16 that implement ConnectorDescriptorModifier and TypeClassDescriptionclassThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 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.metadataComplete(Boolean metadataComplete) Sets themetadata-completeattributeConnectorDescriptorImpl.moduleName(String moduleName) Sets themodule-nameelementConnectorDescriptorImpl.removeAllDescription()Removes thedescriptionelementConnectorDescriptorImpl.removeAllDisplayName()Removes thedisplay-nameelementConnectorDescriptorImpl.removeAllIcon()Removes alliconelementsConnectorDescriptorImpl.removeAllNamespaces()Removes all existing namespaces.ConnectorDescriptorImpl.removeAllRequiredWorkContext()Removes therequired-work-contextelementConnectorDescriptorImpl.removeEisType()Removes theeis-typeelementConnectorDescriptorImpl.removeId()Removes theidattributeConnectorDescriptorImpl.removeLicense()Removes thelicenseelementConnectorDescriptorImpl.removeMetadataComplete()Removes themetadata-completeattributeConnectorDescriptorImpl.removeModuleName()Removes themodule-nameelementConnectorDescriptorImpl.removeResourceadapter()Removes theresourceadapterelementConnectorDescriptorImpl.removeResourceadapterVersion()Removes theresourceadapter-versionelementConnectorDescriptorImpl.removeVendorName()Removes thevendor-nameelementConnectorDescriptorImpl.removeVersion()Removes theversionattributeConnectorDescriptorImpl.requiredWorkContext(String... values) Creates for all String objects representingrequired-work-contextelements, a newrequired-work-contextelementConnectorDescriptorImpl.resourceadapterVersion(String resourceadapterVersion) Sets theresourceadapter-versionelementConnectorDescriptorImpl.vendorName(String vendorName) Sets thevendor-nameelementSets theversionattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 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.