public class ResourcePath extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
CLASSPATH_RESOURCE |
static byte |
JAR_RESOURCE |
static String |
JS_DEPENDENCY_ROOT |
static byte |
REMOTE_RESOURCE |
| Constructor and Description |
|---|
ResourcePath(byte type,
String path,
String module) |
ResourcePath(String path,
String module) |
| Modifier and Type | Method and Description |
|---|---|
String |
getModule() |
String |
getPath() |
byte |
getType() |
boolean |
isTypeSet() |
String |
toString() |
public static final String JS_DEPENDENCY_ROOT
public static final byte CLASSPATH_RESOURCE
public static final byte JAR_RESOURCE
public static final byte REMOTE_RESOURCE
Copyright © 2018. All rights reserved.