public interface ScriptTargetOutput
Modifier and Type | Method and Description |
---|---|
void |
accept(java.lang.String command)
Accept the given command and write it to the abstracted script
|
void |
prepare()
Prepare the script target to
accept commands |
void |
release()
Release this output
|
void prepare()
accept
commandsvoid accept(java.lang.String command)
command
- The commandvoid release()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.