public class CommandLineTool
extends edu.sc.seis.seisFile.client.AbstractClient
Modifier and Type | Field and Description |
---|---|
protected boolean |
requiresStdin |
Constructor and Description |
---|
CommandLineTool(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
protected void |
addParams() |
org.apache.velocity.VelocityContext |
getContext() |
java.io.InputStream |
getTemplate() |
static void |
run(CommandLineTool ls) |
boolean |
shouldPrintRecipe() |
public CommandLineTool(java.lang.String[] args) throws com.martiansoftware.jsap.JSAPException
com.martiansoftware.jsap.JSAPException
protected void addParams() throws com.martiansoftware.jsap.JSAPException
addParams
in class edu.sc.seis.seisFile.client.AbstractClient
com.martiansoftware.jsap.JSAPException
public org.apache.velocity.VelocityContext getContext()
public boolean shouldPrintRecipe()
public java.io.InputStream getTemplate() throws java.io.IOException
java.io.IOException
public static void run(CommandLineTool ls) throws java.lang.Exception
java.lang.Exception