public static class InstallationDescriptor.ActionInfo extends Object implements Serializable
ActionInfo
class defines 'installation action' attributes.Modifier and Type | Field and Description |
---|---|
static String |
FIND_AND_REPLACE_PATH_ACT |
Properties |
params |
static String |
SET_ENV_VARIABLE_ACT |
Modifier | Constructor and Description |
---|---|
protected |
ActionInfo(InstallationDescriptor.ActionInfo anAction) |
|
ActionInfo(String name)
Constructor that takes 'action' name as an argument.
|
public static final String FIND_AND_REPLACE_PATH_ACT
public static final String SET_ENV_VARIABLE_ACT
public Properties params
public ActionInfo(String name)
name
- The given action name.protected ActionInfo(InstallationDescriptor.ActionInfo anAction)
public String getName()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.