Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.connector15 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.j2ee14 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
IconType<ConnectorDescriptor> |
ConnectorDescriptor.createIcon()
Creates a new
icon element |
IconType<ConnectorDescriptor> |
ConnectorDescriptor.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 |
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<ServiceRefType<T>> |
ServiceRefType.createIcon()
Creates a new
icon element |
IconType<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.createIcon()
Creates a new
icon element |
IconType<ServiceRefType<T>> |
ServiceRefType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<ServiceRefHandlerType<T>> |
ServiceRefHandlerType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<ServiceRefType<T>>> |
ServiceRefType.getAllIcon()
Returns all
icon elements |
List<IconType<ServiceRefHandlerType<T>>> |
ServiceRefHandlerType.getAllIcon()
Returns all
icon elements |
Modifier and Type | Method and Description |
---|---|
IconType<FunctionType<T>> |
FunctionType.createIcon()
Creates a new
icon element |
IconType<TagType<T>> |
TagType.createIcon()
Creates a new
icon element |
IconType<TagFileType<T>> |
TagFileType.createIcon()
Creates a new
icon element |
IconType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.createIcon()
Creates a new
icon element |
IconType<FunctionType<T>> |
FunctionType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<TagType<T>> |
TagType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<TagFileType<T>> |
TagFileType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IconType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<IconType<FunctionType<T>>> |
FunctionType.getAllIcon()
Returns all
icon elements |
List<IconType<TagType<T>>> |
TagType.getAllIcon()
Returns all
icon elements |
List<IconType<TagFileType<T>>> |
TagFileType.getAllIcon()
Returns all
icon elements |
List<IconType<WebJsptaglibraryDescriptor>> |
WebJsptaglibraryDescriptor.getAllIcon()
Returns all
icon elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.