public class Script extends Object implements Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
Script.Phase
This defines the supported executable script types.
|
static class |
Script.ScriptType
This defines the supported executable script types.
|
| Constructor and Description |
|---|
Script() |
| Modifier and Type | Method and Description |
|---|---|
Script |
clone() |
String |
getDescription() |
String |
getFile() |
Properties |
getInputParameters() |
String |
getName() |
Script.Phase |
getPhase() |
Script.ScriptType |
getType() |
void |
setDescription(String description) |
void |
setFile(String file) |
void |
setInputParameters(Properties inputParameters) |
void |
setName(String name) |
void |
setPhase(Script.Phase phase) |
void |
setType(Script.ScriptType type) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getFile()
public void setFile(String file)
public Properties getInputParameters()
public void setInputParameters(Properties inputParameters)
public Script.ScriptType getType()
public void setType(Script.ScriptType type)
public Script.Phase getPhase()
public void setPhase(Script.Phase phase)
Copyright © 2019 WSO2. All rights reserved.