Uses of Class
org.jboss.shrinkwrap.api.asset.EmptyAsset
-
Packages that use EmptyAsset Package Description org.jboss.shrinkwrap.api.asset -
-
Uses of EmptyAsset in org.jboss.shrinkwrap.api.asset
Methods in org.jboss.shrinkwrap.api.asset that return EmptyAsset Modifier and Type Method Description static EmptyAsset
EmptyAsset. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmptyAsset[]
EmptyAsset. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-