Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.ConnectorDescriptor
-
Packages that use ConnectorDescriptor Package Description org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector10 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 ConnectorDescriptor Modifier and Type Method Description ConnectorDescriptorConnectorDescriptor. description(String description)Sets thedescriptionelementConnectorDescriptorConnectorDescriptor. displayName(String displayName)Sets thedisplay-nameelementConnectorDescriptorConnectorDescriptor. eisType(String eisType)Sets theeis-typeelementConnectorDescriptorConnectorDescriptor. removeDescription()Removes thedescriptionelementConnectorDescriptorConnectorDescriptor. removeDisplayName()Removes thedisplay-nameelementConnectorDescriptorConnectorDescriptor. removeEisType()Removes theeis-typeelementConnectorDescriptorConnectorDescriptor. removeIcon()Removes theiconelementConnectorDescriptorConnectorDescriptor. removeLicense()Removes thelicenseelementConnectorDescriptorConnectorDescriptor. removeResourceadapter()Removes theresourceadapterelementConnectorDescriptorConnectorDescriptor. removeSpecVersion()Removes thespec-versionelementConnectorDescriptorConnectorDescriptor. removeVendorName()Removes thevendor-nameelementConnectorDescriptorConnectorDescriptor. removeVersion()Removes theversionelementConnectorDescriptorConnectorDescriptor. specVersion(String specVersion)Sets thespec-versionelementConnectorDescriptorConnectorDescriptor. vendorName(String vendorName)Sets thevendor-nameelementConnectorDescriptorConnectorDescriptor. version(String version)Sets theversionelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ConnectorDescriptor Modifier and Type Method Description Icon<ConnectorDescriptor>ConnectorDescriptor. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.License<ConnectorDescriptor>ConnectorDescriptor. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.Resourceadapter<ConnectorDescriptor>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 ConnectorDescriptor Modifier and Type Class Description classConnectorDescriptorImplThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return ConnectorDescriptor Modifier and Type Method Description ConnectorDescriptorConnectorDescriptorImpl. addDefaultNamespaces()Adds the default namespaces as defined in the specificationConnectorDescriptorConnectorDescriptorImpl. addNamespace(String name, String value)Adds a new namespaceConnectorDescriptorConnectorDescriptorImpl. description(String description)Sets thedescriptionelementConnectorDescriptorConnectorDescriptorImpl. displayName(String displayName)Sets thedisplay-nameelementConnectorDescriptorConnectorDescriptorImpl. eisType(String eisType)Sets theeis-typeelementConnectorDescriptorConnectorDescriptorImpl. removeAllNamespaces()Removes all existing namespaces.ConnectorDescriptorConnectorDescriptorImpl. removeDescription()Removes thedescriptionelementConnectorDescriptorConnectorDescriptorImpl. removeDisplayName()Removes thedisplay-nameelementConnectorDescriptorConnectorDescriptorImpl. removeEisType()Removes theeis-typeelementConnectorDescriptorConnectorDescriptorImpl. removeIcon()Removes theiconelementConnectorDescriptorConnectorDescriptorImpl. removeLicense()Removes thelicenseelementConnectorDescriptorConnectorDescriptorImpl. removeResourceadapter()Removes theresourceadapterelementConnectorDescriptorConnectorDescriptorImpl. removeSpecVersion()Removes thespec-versionelementConnectorDescriptorConnectorDescriptorImpl. removeVendorName()Removes thevendor-nameelementConnectorDescriptorConnectorDescriptorImpl. removeVersion()Removes theversionelementConnectorDescriptorConnectorDescriptorImpl. specVersion(String specVersion)Sets thespec-versionelementConnectorDescriptorConnectorDescriptorImpl. vendorName(String vendorName)Sets thevendor-nameelementConnectorDescriptorConnectorDescriptorImpl. version(String version)Sets theversionelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type ConnectorDescriptor Modifier and Type Method Description Icon<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.License<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.Resourceadapter<ConnectorDescriptor>ConnectorDescriptorImpl. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.
-