
cmd.$if Maven / Gradle / Ivy
package cmd;
import org.bitbucket.gkutiel.at.Cmd;
import org.bitbucket.gkutiel.at.Context;
public class $if extends Cmd {
@Override public String eval(final Context ctx) {
if (ctx.get(args) == null) return "";
return evalChildren(ctx);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy