public class Driver
extends java.lang.Object
main(java.lang.String[]) method itself.| Constructor | Description |
|---|---|
Driver() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
canRead() |
Indicates whether the security context will permit reads from local
disk.
|
static boolean |
canWrite() |
Indicates whether the security context will permit writes to local
disk.
|
static boolean |
isStandalone() |
Indicates whether the TableViewer application is standalone or not.
|
static void |
main(java.lang.String[] args) |
Main method for TOPCAT invocation.
|
static void |
setStandalone(boolean standalone) |
Determines whether TableViewers associated with this class should
act as a standalone application.
|
public static void setStandalone(boolean standalone)
standalone - whether this class should act as a standalone
applicationpublic static boolean isStandalone()
public static boolean canRead()
public static boolean canWrite()
public static void main(java.lang.String[] args)
throws org.astrogrid.samp.client.SampException,
java.io.IOException
args - list of flags and table specificationsorg.astrogrid.samp.client.SampExceptionjava.io.IOExceptionCopyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.