public static class JstacsTool.ResultEntry extends Object
JstacsTool.getDefaultResultInfos()| Constructor and Description |
|---|
ResultEntry(Class<? extends Result> clazz,
String format,
String name)
Creates a new default result entry.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Result> |
getDeclaredClass()
Returns the class declared for the default result.
|
String |
getFormat()
Returns the format of the result.
|
String |
getName()
Returns the name of the result.
|
public 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()