public class SchemaUpdateScript extends Object
Constructor and Description |
---|
SchemaUpdateScript(String script,
boolean quiet) |
Modifier and Type | Method and Description |
---|---|
static List<SchemaUpdateScript> |
fromStringArray(String[] scriptsArray,
boolean quiet) |
String |
getScript() |
boolean |
isQuiet() |
static String[] |
toStringArray(List<SchemaUpdateScript> scripts) |
public SchemaUpdateScript(String script, boolean quiet)
public String getScript()
public boolean isQuiet()
public static String[] toStringArray(List<SchemaUpdateScript> scripts)
public static List<SchemaUpdateScript> fromStringArray(String[] scriptsArray, boolean quiet)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.