public abstract class AbstractDepot extends Object implements Depot
protected
AbstractDepot()
protected abstract List<Raw>
createRaws(Object resource)
void
mount(Object describe)
List<Raw>
search(String name, Prober prober)
unmount(Object describe)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected AbstractDepot()
public void mount(Object describe)
mount
Depot
public final List<Raw> search(String name, Prober prober)
search
protected abstract List<Raw> createRaws(Object resource)
public void unmount(Object describe)
unmount
Copyright © 2016. All rights reserved.