public final class AssetUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final String DELIMITER_CLASS_NAME_PATH
public static final String DELIMITER_RESOURCE_PATH
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 - Copyright © 2008–2016 CDI TCK. All rights reserved.