public interface GenerationTarget
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.
|
void prepare()
SchemaManagementException
- If there is a problem preparing the target.void accept(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 © 2017 JBoss by Red Hat. All rights reserved.