
com.dslplatform.compiler.client.CompileParameter Maven / Gradle / Ivy
package com.dslplatform.compiler.client;
public interface CompileParameter {
String getAlias();
String getUsage();
boolean check(final Context context) throws ExitException;
void run(final Context context) throws ExitException;
String getShortDescription();
String getDetailedDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy