public class TableFactoryParameter
extends uk.ac.starlink.task.Parameter<uk.ac.starlink.table.StarTableFactory>
Constructor | Description |
---|---|
TableFactoryParameter(java.lang.String name) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
static uk.ac.starlink.table.StarTableFactory |
createTableFactory(java.lang.String sval) |
Decodes a string value which represents a particular
prescription for resolving table names to table data,
returning a functioning StarTableFactory object which
embodies this behaviour.
|
uk.ac.starlink.table.StarTableFactory |
stringToObject(uk.ac.starlink.task.Environment env,
java.lang.String sval) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearValue, getDescription, getName, getPosition, getPreferExplicit, getPrompt, getStringDefault, getUsage, getValueClass, isNullPermitted, objectToString, objectValue, setDescription, setDescription, setName, setNullPermitted, setPosition, setPreferExplicit, setPrompt, setStringDefault, setUsage, setValue, setValueFromObject, setValueFromString, stringValue, toArray, toString
public TableFactoryParameter(java.lang.String name)
name
- parameter namepublic uk.ac.starlink.table.StarTableFactory stringToObject(uk.ac.starlink.task.Environment env, java.lang.String sval) throws uk.ac.starlink.task.TaskException
stringToObject
in class uk.ac.starlink.task.Parameter<uk.ac.starlink.table.StarTableFactory>
uk.ac.starlink.task.TaskException
public static uk.ac.starlink.table.StarTableFactory createTableFactory(java.lang.String sval) throws uk.ac.starlink.task.UsageException
sval
- string representation of behaviouruk.ac.starlink.task.UsageException
- if the string value cannot be decodedCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.