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 | Description |
---|---|
CloneableOpenSupportRedirector() |
Modifier and Type | Method | 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)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.