
org.bidib.wizard.script.InitializingCommand Maven / Gradle / Ivy
package org.bidib.wizard.script;
public interface InitializingCommand {
/**
* initialize the command after the properties are set.
*/
void afterPropertiesSet();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy