org.fcrepo.server.storage.lowlevel
Class PathAlgorithm
java.lang.Object
org.fcrepo.server.storage.lowlevel.PathAlgorithm
public abstract class PathAlgorithm
- extends Object
- Author:
- Bill Niebel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathAlgorithm
public PathAlgorithm(Map<String,?> configuration)
get
public abstract String get(String pid)
throws LowlevelStorageException
- Throws:
LowlevelStorageException
encode
public static String encode(String unencoded)
throws LowlevelStorageException
- Throws:
LowlevelStorageException
decode
public static String decode(String encoded)
throws LowlevelStorageException
- Throws:
LowlevelStorageException
Copyright © 2012 DuraSpace. All Rights Reserved.