public class GenerationTargetToScript extends java.lang.Object implements GenerationTarget
Constructor and Description |
---|
GenerationTargetToScript(ScriptTargetOutput scriptTarget,
java.lang.String delimiter) |
Modifier and Type | Method and Description |
---|---|
void |
accept(java.lang.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, java.lang.String delimiter)
public void prepare()
GenerationTarget
prepare
in interface GenerationTarget
public void accept(java.lang.String command)
GenerationTarget
accept
in interface GenerationTarget
command
- The commandpublic void release()
GenerationTarget
release
in interface GenerationTarget
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.