Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector16 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.connector16 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConnectorDescriptor |
ConnectorDescriptor.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ConnectorDescriptor |
ConnectorDescriptor.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ConnectorDescriptor |
ConnectorDescriptor.eisType(String eisType)
Sets the
eis-type element |
ConnectorDescriptor |
ConnectorDescriptor.id(String id)
Sets the
id attribute |
ConnectorDescriptor |
ConnectorDescriptor.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
ConnectorDescriptor |
ConnectorDescriptor.moduleName(String moduleName)
Sets the
module-name element |
ConnectorDescriptor |
ConnectorDescriptor.removeAllDescription()
Removes the
description element |
ConnectorDescriptor |
ConnectorDescriptor.removeAllDisplayName()
Removes the
display-name element |
ConnectorDescriptor |
ConnectorDescriptor.removeAllIcon()
Removes all
icon elements |
ConnectorDescriptor |
ConnectorDescriptor.removeAllRequiredWorkContext()
Removes the
required-work-context element |
ConnectorDescriptor |
ConnectorDescriptor.removeEisType()
Removes the
eis-type element |
ConnectorDescriptor |
ConnectorDescriptor.removeId()
Removes the
id attribute |
ConnectorDescriptor |
ConnectorDescriptor.removeLicense()
Removes the
license element |
ConnectorDescriptor |
ConnectorDescriptor.removeMetadataComplete()
Removes the
metadata-complete attribute |
ConnectorDescriptor |
ConnectorDescriptor.removeModuleName()
Removes the
module-name element |
ConnectorDescriptor |
ConnectorDescriptor.removeResourceadapter()
Removes the
resourceadapter element |
ConnectorDescriptor |
ConnectorDescriptor.removeResourceadapterVersion()
Removes the
resourceadapter-version element |
ConnectorDescriptor |
ConnectorDescriptor.removeVendorName()
Removes the
vendor-name element |
ConnectorDescriptor |
ConnectorDescriptor.removeVersion()
Removes the
version attribute |
ConnectorDescriptor |
ConnectorDescriptor.requiredWorkContext(String... values)
Creates for all String objects representing
required-work-context elements,
a new required-work-context element |
ConnectorDescriptor |
ConnectorDescriptor.resourceadapterVersion(String resourceadapterVersion)
Sets the
resourceadapter-version element |
ConnectorDescriptor |
ConnectorDescriptor.vendorName(String vendorName)
Sets the
vendor-name element |
ConnectorDescriptor |
ConnectorDescriptor.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
IconType<ConnectorDescriptor> |
ConnectorDescriptor.createIcon()
Creates a new
icon element |
List<IconType<ConnectorDescriptor>> |
ConnectorDescriptor.getAllIcon()
Returns all
icon elements |
IconType<ConnectorDescriptor> |
ConnectorDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
LicenseType<ConnectorDescriptor> |
ConnectorDescriptor.getOrCreateLicense()
If not already created, a new
license element with the given value will be created. |
ResourceadapterType<ConnectorDescriptor> |
ConnectorDescriptor.getOrCreateResourceadapter()
If not already created, a new
resourceadapter element with the given value will be created. |
Modifier and Type | Method and Description |
---|---|
ConnectorDescriptor |
ConnectorDescriptorImpl.addDefaultNamespaces()
Adds the default namespaces as defined in the specification
|
ConnectorDescriptor |
ConnectorDescriptorImpl.addNamespace(String name,
String value)
Adds a new namespace
|
ConnectorDescriptor |
ConnectorDescriptorImpl.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ConnectorDescriptor |
ConnectorDescriptorImpl.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ConnectorDescriptor |
ConnectorDescriptorImpl.eisType(String eisType)
Sets the
eis-type element |
ConnectorDescriptor |
ConnectorDescriptorImpl.id(String id)
Sets the
id attribute |
ConnectorDescriptor |
ConnectorDescriptorImpl.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
ConnectorDescriptor |
ConnectorDescriptorImpl.moduleName(String moduleName)
Sets the
module-name element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeAllDescription()
Removes the
description element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeAllDisplayName()
Removes the
display-name element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeAllIcon()
Removes all
icon elements |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeAllNamespaces()
Removes all existing namespaces.
|
ConnectorDescriptor |
ConnectorDescriptorImpl.removeAllRequiredWorkContext()
Removes the
required-work-context element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeEisType()
Removes the
eis-type element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeId()
Removes the
id attribute |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeLicense()
Removes the
license element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeMetadataComplete()
Removes the
metadata-complete attribute |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeModuleName()
Removes the
module-name element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeResourceadapter()
Removes the
resourceadapter element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeResourceadapterVersion()
Removes the
resourceadapter-version element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeVendorName()
Removes the
vendor-name element |
ConnectorDescriptor |
ConnectorDescriptorImpl.removeVersion()
Removes the
version attribute |
ConnectorDescriptor |
ConnectorDescriptorImpl.requiredWorkContext(String... values)
Creates for all String objects representing
required-work-context elements,
a new required-work-context element |
ConnectorDescriptor |
ConnectorDescriptorImpl.resourceadapterVersion(String resourceadapterVersion)
Sets the
resourceadapter-version element |
ConnectorDescriptor |
ConnectorDescriptorImpl.vendorName(String vendorName)
Sets the
vendor-name element |
ConnectorDescriptor |
ConnectorDescriptorImpl.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
IconType<ConnectorDescriptor> |
ConnectorDescriptorImpl.createIcon()
Creates a new
icon element |
List<IconType<ConnectorDescriptor>> |
ConnectorDescriptorImpl.getAllIcon()
Returns all
icon elements |
IconType<ConnectorDescriptor> |
ConnectorDescriptorImpl.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
LicenseType<ConnectorDescriptor> |
ConnectorDescriptorImpl.getOrCreateLicense()
If not already created, a new
license element with the given value will be created. |
ResourceadapterType<ConnectorDescriptor> |
ConnectorDescriptorImpl.getOrCreateResourceadapter()
If not already created, a new
resourceadapter element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.