Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.Connector
-
Packages that use Connector 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 Connector in org.jboss.shrinkwrap.descriptor.api.connector10
Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return Connector Modifier and Type Method Description Connector<T>Connector. description(String description)Sets thedescriptionelementConnector<T>Connector. displayName(String displayName)Sets thedisplay-nameelementConnector<T>Connector. eisType(String eisType)Sets theeis-typeelementConnector<T>Connector. removeDescription()Removes thedescriptionelementConnector<T>Connector. removeDisplayName()Removes thedisplay-nameelementConnector<T>Connector. removeEisType()Removes theeis-typeelementConnector<T>Connector. removeIcon()Removes theiconelementConnector<T>Connector. removeLicense()Removes thelicenseelementConnector<T>Connector. removeResourceadapter()Removes theresourceadapterelementConnector<T>Connector. removeSpecVersion()Removes thespec-versionelementConnector<T>Connector. removeVendorName()Removes thevendor-nameelementConnector<T>Connector. removeVersion()Removes theversionelementConnector<T>Connector. specVersion(String specVersion)Sets thespec-versionelementConnector<T>Connector. vendorName(String vendorName)Sets thevendor-nameelementConnector<T>Connector. version(String version)Sets theversionelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type Connector Modifier and Type Method Description Icon<Connector<T>>Connector. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.License<Connector<T>>Connector. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.Resourceadapter<Connector<T>>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 Connector Modifier and Type Class Description classConnectorImpl<T>This class implements theconnectorxsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return Connector Modifier and Type Method Description Connector<T>ConnectorImpl. description(String description)Sets thedescriptionelementConnector<T>ConnectorImpl. displayName(String displayName)Sets thedisplay-nameelementConnector<T>ConnectorImpl. eisType(String eisType)Sets theeis-typeelementConnector<T>ConnectorImpl. removeDescription()Removes thedescriptionelementConnector<T>ConnectorImpl. removeDisplayName()Removes thedisplay-nameelementConnector<T>ConnectorImpl. removeEisType()Removes theeis-typeelementConnector<T>ConnectorImpl. removeIcon()Removes theiconelementConnector<T>ConnectorImpl. removeLicense()Removes thelicenseelementConnector<T>ConnectorImpl. removeResourceadapter()Removes theresourceadapterelementConnector<T>ConnectorImpl. removeSpecVersion()Removes thespec-versionelementConnector<T>ConnectorImpl. removeVendorName()Removes thevendor-nameelementConnector<T>ConnectorImpl. removeVersion()Removes theversionelementConnector<T>ConnectorImpl. specVersion(String specVersion)Sets thespec-versionelementConnector<T>ConnectorImpl. vendorName(String vendorName)Sets thevendor-nameelementConnector<T>ConnectorImpl. version(String version)Sets theversionelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type Connector Modifier and Type Method Description Icon<Connector<T>>ConnectorImpl. getOrCreateIcon()If not already created, a newiconelement with the given value will be created.License<Connector<T>>ConnectorImpl. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.Resourceadapter<Connector<T>>ConnectorImpl. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.
-