|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cdi.tck.shrinkwrap.AssetUtil
public final class AssetUtil
| Field Summary | |
|---|---|
static String |
DELIMITER_CLASS_NAME_PATH
The delimiter used for classes. |
static String |
DELIMITER_RESOURCE_PATH
The delimiter used for classes represented in resource form. |
| Method Summary | |
|---|---|
static org.jboss.shrinkwrap.api.ArchivePath |
getFullPathForClassResource(Class<?> clazz)
Taken from the ShrinkWrap impl. |
static org.jboss.shrinkwrap.api.ArchivePath |
getFullPathForClassResource(String className)
Taken from the ShrinkWrap impl. |
static String |
readAssetContent(org.jboss.shrinkwrap.api.asset.Asset asset)
Doesn't guarantee line terminators to be preserved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DELIMITER_CLASS_NAME_PATH
public static final String DELIMITER_RESOURCE_PATH
| Method Detail |
|---|
public static org.jboss.shrinkwrap.api.ArchivePath getFullPathForClassResource(Class<?> clazz)
clazz -
public static org.jboss.shrinkwrap.api.ArchivePath getFullPathForClassResource(String className)
className -
public static String readAssetContent(org.jboss.shrinkwrap.api.asset.Asset asset)
asset -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||