public interface GenerationTarget
| 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.
|
void prepare()
SchemaManagementException - If there is a problem preparing the target.void accept(java.lang.String command)
command - The commandSchemaManagementException - If there is a problem accepting the action.void release()
SchemaManagementException - If there is a problem releasing the target.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.