public abstract class ScriptAction extends MigrateAction
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptAction.FileFormat |
| Modifier and Type | Field and Description |
|---|---|
protected String |
scriptName |
tool| Modifier | Constructor and Description |
|---|---|
protected |
ScriptAction(AutoMigrationTool tool,
String scriptName) |
| Modifier and Type | Method and Description |
|---|---|
static ScriptAction |
create(AutoMigrationTool tool,
String fileName) |
static ScriptAction |
create(AutoMigrationTool tool,
String fileName,
String fileType) |
String |
getScriptName() |
doIt, getInfo, getToolprotected String scriptName
protected ScriptAction(AutoMigrationTool tool, String scriptName)
public static ScriptAction create(AutoMigrationTool tool, String fileName, String fileType)
public static ScriptAction create(AutoMigrationTool tool, String fileName)
public String getScriptName()
Copyright © 2008–2018. All rights reserved.