public class ScriptSourceInputNonExistentImpl extends java.lang.Object implements ScriptSourceInput
| Modifier and Type | Field and Description |
|---|---|
static ScriptSourceInputNonExistentImpl |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
ScriptSourceInputNonExistentImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare()
Prepare source for use.
|
java.util.List<java.lang.String> |
read(ImportSqlCommandExtractor commandExtractor)
Read the abstracted script, using the given extractor to split up the input into individual commands.
|
void |
release()
Release this input.
|
public static final ScriptSourceInputNonExistentImpl INSTANCE
public void prepare()
ScriptSourceInputprepare in interface ScriptSourceInputpublic java.util.List<java.lang.String> read(ImportSqlCommandExtractor commandExtractor)
ScriptSourceInputread in interface ScriptSourceInputcommandExtractor - The extractor for individual commands within the input.public void release()
ScriptSourceInputrelease in interface ScriptSourceInputCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.