public static class JstacsTool.ResultEntry extends Object
JstacsTool.getDefaultResultInfos()| Constructor and Description |
|---|
JstacsTool.ResultEntry(Class<? extends Result> clazz,
String format,
String name)
Creates a new default result entry.
|
public JstacsTool.ResultEntry(Class<? extends Result> clazz, String format, String name)
clazz - the class of the default resultformat - the format of the default result; should conform to Galaxy formats; if null, format is inferred from clazzname - the name of the result, used as identifierGalaxyAdaptor.getDefaultExtension(Class)public Class<? extends Result> getDeclaredClass()
public String getFormat()
public String getName()