public class GenerationTargetToScript extends Object implements GenerationTarget
Constructor and Description |
---|
GenerationTargetToScript(ScriptTargetOutput scriptTarget,
String delimiter) |
Modifier and Type | Method and Description |
---|---|
void |
accept(String command)
Accept a command
|
void |
prepare()
Prepare for accepting actions
|
void |
release()
Release this target, giving it a change to release its resources.
|
public GenerationTargetToScript(ScriptTargetOutput scriptTarget, String delimiter)
public void prepare()
GenerationTarget
prepare
in interface GenerationTarget
public void accept(String command)
GenerationTarget
accept
in interface GenerationTarget
command
- The commandpublic void release()
GenerationTarget
release
in interface GenerationTarget
Copyright © 2021 JBoss by Red Hat. All rights reserved.