org.ektorp
Class DbPath
java.lang.Object
org.ektorp.DbPath
public class DbPath
- extends java.lang.Object
|
Constructor Summary |
DbPath(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbPath
public DbPath(java.lang.String s)
append
public java.lang.String append(java.lang.String s)
- Appends the string to the dbPath.
The String will be escaped, i.e. dbPath.append("/foo/bar") will become "path/foo%2Fbar"
- Parameters:
s -
- Returns:
getPath
public java.lang.String getPath()
fromString
public static DbPath fromString(java.lang.String s)
getAllDocsPath
public java.lang.String getAllDocsPath()
getDbName
public java.lang.String getDbName()
Copyright © 2010. All Rights Reserved.