Package com.hybris.cockpitng.web.js.impl
Class ResourcePath
- java.lang.Object
-
- com.hybris.cockpitng.web.js.impl.ResourcePath
-
public class ResourcePath extends java.lang.ObjectPath to a single resource with information about path type.
-
-
Field Summary
Fields Modifier and Type Field Description static byteCLASSPATH_RESOURCEstatic byteJAR_RESOURCEstatic java.lang.StringJS_DEPENDENCY_ROOTstatic byteREMOTE_RESOURCE
-
Constructor Summary
Constructors Constructor Description ResourcePath(byte type, java.lang.String path, java.lang.String module)ResourcePath(java.lang.String path, java.lang.String module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetModule()java.lang.StringgetPath()bytegetType()booleanisTypeSet()java.lang.StringtoString()
-
-
-
Field Detail
-
JS_DEPENDENCY_ROOT
public static final java.lang.String JS_DEPENDENCY_ROOT
- See Also:
- Constant Field Values
-
CLASSPATH_RESOURCE
public static final byte CLASSPATH_RESOURCE
- See Also:
- Constant Field Values
-
JAR_RESOURCE
public static final byte JAR_RESOURCE
- See Also:
- Constant Field Values
-
REMOTE_RESOURCE
public static final byte REMOTE_RESOURCE
- See Also:
- Constant Field Values
-
-