protected static interface Plugin.Engine.Target.ForFolder.Dispatcher
Modifier and Type | Interface and Description |
---|---|
static class |
Plugin.Engine.Target.ForFolder.Dispatcher.CreationAction
An action for creating a dispatcher.
|
static class |
Plugin.Engine.Target.ForFolder.Dispatcher.ForJava7CapableVm
A dispatcher for VMs that are capable of NIO2.
|
static class |
Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm
A legacy dispatcher that is not capable of NIO.
|
Modifier and Type | Method and Description |
---|---|
void |
copy(File source,
File target)
Copies the source file to the target location.
|
boolean |
isAlive()
Returns
true if this dispatcher is alive. |
boolean isAlive()
true
if this dispatcher is alive.true
if this dispatcher is alive.void copy(File source, File target) throws IOException
source
- The source file.target
- The target file.IOException
- If an I/O error occurs.Copyright © 2014–2019. All rights reserved.