public abstract class CloneableOpenSupportRedirector extends Object
CloneableOpenSupport
that all the
requests passed to given one should be redirected to. This is useful
for redirecting operation on
FileObject to another one in cases when two FileObject
s
represent the same physical file.
Instances should be registered to default lookup.
Constructor and Description |
---|
CloneableOpenSupportRedirector() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
closed(CloneableOpenSupport.Env env) |
protected abstract void |
opened(CloneableOpenSupport.Env env) |
protected abstract CloneableOpenSupport |
redirect(CloneableOpenSupport.Env env)
Find a delegate for given
CloneableOpenSupport 's CloneableOpenSupport.Env . |
protected abstract CloneableOpenSupport redirect(CloneableOpenSupport.Env env)
CloneableOpenSupport
's CloneableOpenSupport.Env
.env
- the environment associated with current CloneableOpenSupportprotected abstract void opened(CloneableOpenSupport.Env env)
protected abstract void closed(CloneableOpenSupport.Env env)