public class ScriptSourceInputNonExistentImpl extends 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.
|
List<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()
ScriptSourceInput
prepare
in interface ScriptSourceInput
public List<String> read(ImportSqlCommandExtractor commandExtractor)
ScriptSourceInput
read
in interface ScriptSourceInput
commandExtractor
- The extractor for individual commands within the input.public void release()
ScriptSourceInput
release
in interface ScriptSourceInput
Copyright © 2021 JBoss by Red Hat. All rights reserved.