org.wso2.registry
Class ResourcePath
java.lang.Object
org.wso2.registry.ResourcePath
public class ResourcePath
- extends java.lang.Object
This class represents resource paths used inside the embedded registry. i.e. paths in the form
/c1/c2/r1;version:2;view:1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourcePath
public ResourcePath(java.lang.String rawPath)
getCompletePath
public java.lang.String getCompletePath()
getPath
public java.lang.String getPath()
parameterExists
public boolean parameterExists(java.lang.String key)
getParameterValue
public java.lang.String getParameterValue(java.lang.String key)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.