
org.romaframework.aspect.console.ConsoleAspect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of roma-console Show documentation
Show all versions of roma-console Show documentation
Roma Framework module for build console application
The newest version!
package org.romaframework.aspect.console;
import org.romaframework.core.aspect.Aspect;
public interface ConsoleAspect extends Aspect {
public static final String ASPECT_NAME = "console";
/**
* Exec an operation on args
*
* @param args
*/
public void execute(String[] args);
public String buildHelp();
public String buildHelpCommandGroup(String className);
public String buildHelpCommand(String className, String action);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy