| Constructor and Description |
|---|
IconImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
IconImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLargeIcon()
Returns the
large-icon element |
String |
getSmallIcon()
Returns the
small-icon element |
Icon<T> |
largeIcon(String largeIcon)
Sets the
large-icon element |
Icon<T> |
removeLargeIcon()
Removes the
large-icon element |
Icon<T> |
removeSmallIcon()
Removes the
small-icon element |
Icon<T> |
smallIcon(String smallIcon)
Sets the
small-icon element |
T |
up() |
public String getSmallIcon()
small-icon elementgetSmallIcon in interface Icon<T>small-iconpublic Icon<T> removeSmallIcon()
small-icon elementremoveSmallIcon in interface Icon<T>Iconpublic String getLargeIcon()
large-icon elementgetLargeIcon in interface Icon<T>large-iconpublic Icon<T> removeLargeIcon()
large-icon elementremoveLargeIcon in interface Icon<T>IconCopyright © 2021 JBoss by Red Hat. All rights reserved.