Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ConnectorType
-
Packages that use ConnectorType Package Description org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector15 Provides the implementation classes as defined in the schema -
-
Uses of ConnectorType in org.jboss.shrinkwrap.descriptor.api.connector15
Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ConnectorType Modifier and Type Method Description ConnectorType<T>ConnectorType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementConnectorType<T>ConnectorType. displayName(String... values)Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementConnectorType<T>ConnectorType. eisType(String eisType)Sets theeis-typeelementConnectorType<T>ConnectorType. id(String id)Sets theidattributeConnectorType<T>ConnectorType. removeAllDescription()Removes thedescriptionelementConnectorType<T>ConnectorType. removeAllDisplayName()Removes thedisplay-nameelementConnectorType<T>ConnectorType. removeAllIcon()Removes alliconelementsConnectorType<T>ConnectorType. removeEisType()Removes theeis-typeelementConnectorType<T>ConnectorType. removeId()Removes theidattributeConnectorType<T>ConnectorType. removeLicense()Removes thelicenseelementConnectorType<T>ConnectorType. removeResourceadapter()Removes theresourceadapterelementConnectorType<T>ConnectorType. removeResourceadapterVersion()Removes theresourceadapter-versionelementConnectorType<T>ConnectorType. removeVendorName()Removes thevendor-nameelementConnectorType<T>ConnectorType. removeVersion()Removes theversionattributeConnectorType<T>ConnectorType. resourceadapterVersion(String resourceadapterVersion)Sets theresourceadapter-versionelementConnectorType<T>ConnectorType. vendorName(String vendorName)Sets thevendor-nameelementConnectorType<T>ConnectorType. version(String version)Sets theversionattributeMethods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ConnectorType Modifier and Type Method Description IconType<ConnectorType<T>>ConnectorType. createIcon()Creates a newiconelementList<IconType<ConnectorType<T>>>ConnectorType. getAllIcon()Returns alliconelementsIconType<ConnectorType<T>>ConnectorType. getOrCreateIcon()If not already created, a newiconelement will be created and returned.LicenseType<ConnectorType<T>>ConnectorType. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.ResourceadapterType<ConnectorType<T>>ConnectorType. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created. -
Uses of ConnectorType in org.jboss.shrinkwrap.descriptor.impl.connector15
Classes in org.jboss.shrinkwrap.descriptor.impl.connector15 that implement ConnectorType Modifier and Type Class Description classConnectorTypeImpl<T>This class implements theconnectorTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return ConnectorType Modifier and Type Method Description ConnectorType<T>ConnectorTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementConnectorType<T>ConnectorTypeImpl. displayName(String... values)Creates for all String objects representingdisplay-nameelements, a newdisplay-nameelementConnectorType<T>ConnectorTypeImpl. eisType(String eisType)Sets theeis-typeelementConnectorType<T>ConnectorTypeImpl. id(String id)Sets theidattributeConnectorType<T>ConnectorTypeImpl. removeAllDescription()Removes thedescriptionelementConnectorType<T>ConnectorTypeImpl. removeAllDisplayName()Removes thedisplay-nameelementConnectorType<T>ConnectorTypeImpl. removeAllIcon()Removes alliconelementsConnectorType<T>ConnectorTypeImpl. removeEisType()Removes theeis-typeelementConnectorType<T>ConnectorTypeImpl. removeId()Removes theidattributeConnectorType<T>ConnectorTypeImpl. removeLicense()Removes thelicenseelementConnectorType<T>ConnectorTypeImpl. removeResourceadapter()Removes theresourceadapterelementConnectorType<T>ConnectorTypeImpl. removeResourceadapterVersion()Removes theresourceadapter-versionelementConnectorType<T>ConnectorTypeImpl. removeVendorName()Removes thevendor-nameelementConnectorType<T>ConnectorTypeImpl. removeVersion()Removes theversionattributeConnectorType<T>ConnectorTypeImpl. resourceadapterVersion(String resourceadapterVersion)Sets theresourceadapter-versionelementConnectorType<T>ConnectorTypeImpl. vendorName(String vendorName)Sets thevendor-nameelementConnectorType<T>ConnectorTypeImpl. version(String version)Sets theversionattributeMethods in org.jboss.shrinkwrap.descriptor.impl.connector15 that return types with arguments of type ConnectorType Modifier and Type Method Description IconType<ConnectorType<T>>ConnectorTypeImpl. createIcon()Creates a newiconelementList<IconType<ConnectorType<T>>>ConnectorTypeImpl. getAllIcon()Returns alliconelementsIconType<ConnectorType<T>>ConnectorTypeImpl. getOrCreateIcon()If not already created, a newiconelement will be created and returned.LicenseType<ConnectorType<T>>ConnectorTypeImpl. getOrCreateLicense()If not already created, a newlicenseelement with the given value will be created.ResourceadapterType<ConnectorType<T>>ConnectorTypeImpl. getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.
-