public static enum Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm extends Enum<Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm> implements Plugin.Engine.Target.ForFolder.Dispatcher
Plugin.Engine.Target.ForFolder.Dispatcher.CreationAction, Plugin.Engine.Target.ForFolder.Dispatcher.ForJava7CapableVm, Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| 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. |
static Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm INSTANCE
public static Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm[] values()
for (Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm c : Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm.values()) System.out.println(c);
public static Plugin.Engine.Target.ForFolder.Dispatcher.ForLegacyVm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isAlive()
true if this dispatcher is alive.isAlive in interface Plugin.Engine.Target.ForFolder.Dispatchertrue if this dispatcher is alive.public void copy(File source, File target)
copy in interface Plugin.Engine.Target.ForFolder.Dispatchersource - The source file.target - The target file.Copyright © 2014–2019. All rights reserved.