|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.xerox.bantam.util.StorageUtil
Helper routines for Storage.
| Field Summary | |
static String |
TYPEMAP
|
| Constructor Summary | |
StorageUtil()
|
|
| Method Summary | |
static void |
dumpDocumentProperties(Document d)
|
static void |
dumpDocumentProperties(Document d,
String prefix)
|
static void |
dumpDocumentProperties(Document d,
String prefix,
PrintStream w)
|
static Document |
getSingleton(Storage s,
String prop)
|
static int |
getSizeOfDocumentSet(Storage s,
String prop)
|
static String |
guessContentType(Storage s,
String filename)
|
static void |
setDateProperty(Document d,
String propName,
long time)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String TYPEMAP
| Constructor Detail |
public StorageUtil()
| Method Detail |
public static Document getSingleton(Storage s,
String prop)
throws StorageException
public static String guessContentType(Storage s,
String filename)
throws StorageException
public static int getSizeOfDocumentSet(Storage s,
String prop)
throws StorageException
public static void dumpDocumentProperties(Document d)
throws StorageException
public static void dumpDocumentProperties(Document d,
String prefix)
throws StorageException
public static void dumpDocumentProperties(Document d,
String prefix,
PrintStream w)
throws StorageException
public static void setDateProperty(Document d,
String propName,
long time)
throws StorageException
|
Project Harland | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||