Class ResourcePath
java.lang.Object
org.eclipse.dirigible.engine.api.resource.ResourcePath
public class ResourcePath extends Object
The Resource Path.
-
Constructor Summary
Constructors Constructor Description ResourcePath()Instantiates a new resource path.ResourcePath(String module, String path)Instantiates a new resource path. -
Method Summary
-
Constructor Details
-
ResourcePath
public ResourcePath()Instantiates a new resource path. -
ResourcePath
Instantiates a new resource path.- Parameters:
module- the modulepath- the path
-
-
Method Details