Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector16 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee6 |
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
|
org.jboss.shrinkwrap.descriptor.impl.javaee6 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
IconType<ConnectorDescriptor> |
ConnectorDescriptor.createIcon()
Creates a new
icon element |
IconType<ConnectorType<T>> |
ConnectorType.createIcon()
Creates a new
icon element |
IconType<ConnectorDescriptor> |
ConnectorDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ConnectorType<T>> |
ConnectorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<ConnectorDescriptor>> |
ConnectorDescriptor.getAllIcon()
Returns all
icon elements |
List<IconType<ConnectorType<T>>> |
ConnectorType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<MessageDestinationType<T>> |
MessageDestinationType.createIcon()
Creates a new
icon element |
IconType<ListenerType<T>> |
ListenerType.createIcon()
Creates a new
icon element |
IconType<MessageDestinationType<T>> |
MessageDestinationType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ListenerType<T>> |
ListenerType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<T> |
IconType.id(String id)
Sets the
id attribute |
IconType<T> |
IconType.largeIcon(String largeIcon)
Sets the
large-icon element |
IconType<T> |
IconType.removeId()
Removes the
id attribute |
IconType<T> |
IconType.removeLargeIcon()
Removes the
large-icon element |
IconType<T> |
IconType.removeSmallIcon()
Removes the
small-icon element |
IconType<T> |
IconType.smallIcon(String smallIcon)
Sets the
small-icon element |
Modifier and Type | Method and Description |
---|---|
List<IconType<MessageDestinationType<T>>> |
MessageDestinationType.getAllIcon()
Returns all
icon elements |
List<IconType<ListenerType<T>>> |
ListenerType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<ConnectorType<T>> |
ConnectorTypeImpl.createIcon()
Creates a new
icon element |
IconType<ConnectorDescriptor> |
ConnectorDescriptorImpl.createIcon()
Creates a new
icon element |
IconType<ConnectorType<T>> |
ConnectorTypeImpl.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ConnectorDescriptor> |
ConnectorDescriptorImpl.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<ConnectorType<T>>> |
ConnectorTypeImpl.getAllIcon()
Returns all
icon elements |
List<IconType<ConnectorDescriptor>> |
ConnectorDescriptorImpl.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<MessageDestinationType<T>> |
MessageDestinationTypeImpl.createIcon()
Creates a new
icon element |
IconType<ListenerType<T>> |
ListenerTypeImpl.createIcon()
Creates a new
icon element |
IconType<MessageDestinationType<T>> |
MessageDestinationTypeImpl.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ListenerType<T>> |
ListenerTypeImpl.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<T> |
IconTypeImpl.id(String id)
Sets the
id attribute |
IconType<T> |
IconTypeImpl.largeIcon(String largeIcon)
Sets the
large-icon element |
IconType<T> |
IconTypeImpl.removeId()
Removes the
id attribute |
IconType<T> |
IconTypeImpl.removeLargeIcon()
Removes the
large-icon element |
IconType<T> |
IconTypeImpl.removeSmallIcon()
Removes the
small-icon element |
IconType<T> |
IconTypeImpl.smallIcon(String smallIcon)
Sets the
small-icon element |
Modifier and Type | Method and Description |
---|---|
List<IconType<MessageDestinationType<T>>> |
MessageDestinationTypeImpl.getAllIcon()
Returns all
icon elements |
List<IconType<ListenerType<T>>> |
ListenerTypeImpl.getAllIcon()
Returns all
icon elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.