private class PrivilegedFileReplicator.ReplicateAction
extends java.lang.Object
implements java.security.PrivilegedExceptionAction<java.io.File>
Modifier and Type | Field and Description |
---|---|
private FileSelector |
selector |
private FileObject |
srcFile |
Constructor and Description |
---|
ReplicateAction(FileObject srcFile,
FileSelector selector) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
run()
Performs the action.
|
private final FileObject srcFile
private final FileSelector selector
public ReplicateAction(FileObject srcFile, FileSelector selector)