public class DbPath extends Object
Modifier and Type | Method and Description |
---|---|
String |
append(String s)
Appends the string to the dbPath.
|
static String |
escape(String s) |
static DbPath |
fromString(String s) |
String |
getAllDocsPath() |
String |
getDbName() |
String |
getPath() |
static String |
normalize(String dbName) |
static void |
validateDbName(String dbName) |
public DbPath(String s)
public String append(String s)
s
- public String getPath()
public static void validateDbName(String dbName)
public String getAllDocsPath()
public String getDbName()
Copyright © 2013. All Rights Reserved.