public abstract class AbstractSelfConfiguratingCommand<T extends CommandResult> extends AbstractCommand<T>
Constructor and Description |
---|
AbstractSelfConfiguratingCommand() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Map<String,Object> argsMap) |
execute, getPriority, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, validate
public void configure(Map<String,Object> argsMap) throws LiquibaseException
LiquibaseException
Copyright © 2020 Liquibase.org. All rights reserved.