Class IconImpl<T>
- java.lang.Object
-
- org.jboss.shrinkwrap.descriptor.impl.connector10.IconImpl<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLargeIcon()Returns thelarge-iconelementStringgetSmallIcon()Returns thesmall-iconelementIcon<T>largeIcon(String largeIcon)Sets thelarge-iconelementIcon<T>removeLargeIcon()Removes thelarge-iconelementIcon<T>removeSmallIcon()Removes thesmall-iconelementIcon<T>smallIcon(String smallIcon)Sets thesmall-iconelementTup()
-
-
-
Method Detail
-
getSmallIcon
public String getSmallIcon()
Returns thesmall-iconelement- Specified by:
getSmallIconin interfaceIcon<T>- Returns:
- the node defined for the element
small-icon
-
removeSmallIcon
public Icon<T> removeSmallIcon()
Removes thesmall-iconelement- Specified by:
removeSmallIconin interfaceIcon<T>- Returns:
- the current instance of
Icon
-
getLargeIcon
public String getLargeIcon()
Returns thelarge-iconelement- Specified by:
getLargeIconin interfaceIcon<T>- Returns:
- the node defined for the element
large-icon
-
removeLargeIcon
public Icon<T> removeLargeIcon()
Removes thelarge-iconelement- Specified by:
removeLargeIconin interfaceIcon<T>- Returns:
- the current instance of
Icon
-
-