Package org.apache.commons.vfs2.impl
Class PrivilegedFileReplicator.CloseAction
- java.lang.Object
-
- org.apache.commons.vfs2.impl.PrivilegedFileReplicator.CloseAction
-
- All Implemented Interfaces:
java.security.PrivilegedAction<java.lang.Object>
- Enclosing class:
- PrivilegedFileReplicator
private class PrivilegedFileReplicator.CloseAction extends java.lang.Object implements java.security.PrivilegedAction<java.lang.Object>
An action that closes the wrapped replicator.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CloseAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
run()
Performs the action.
-