public class Main
extends java.lang.Object
This was written to facilitate a test harness for language functionality tests.
Modifier and Type | Field and Description |
---|---|
private utilMain |
utilInstance |
Constructor and Description |
---|
Main()
create an ij tool waiting to be given input and output streams.
|
Main(boolean trash)
This constructor is only used so that we
can get to the right Main based on the
JDBC version.
|
Main(LocalizedOutput out) |
Modifier and Type | Method and Description |
---|---|
Main |
getMain(LocalizedOutput out)
Get the right Main (according to
the JDBC version.
|
utilMain |
getutilMain(int numConnections,
LocalizedOutput out)
Get the right utilMain (according to
the JDBC version.
|
utilMain |
getutilMain(int numConnections,
LocalizedOutput out,
boolean loadSystemProperties)
Get the right utilMain (according to
the JDBC version.
|
private void |
go(LocalizedInput in,
LocalizedOutput out)
Give a shortcut to go on the utilInstance so
we don't expose utilMain.
|
private void |
initAppUI() |
static void |
main(java.lang.String[] args)
ij can be used directly on a shell command line through
its main program.
|
static void |
mainCore(java.lang.String[] args,
Main main) |
private utilMain utilInstance
public Main()
public Main(LocalizedOutput out)
public Main(boolean trash)
public static void main(java.lang.String[] args) throws java.io.IOException
args
- allows 1 file name to be specified, from which
input will be read; if not specified, stdin is used.java.io.IOException
public static void mainCore(java.lang.String[] args, Main main) throws java.io.IOException
java.io.IOException
public Main getMain(LocalizedOutput out)
public utilMain getutilMain(int numConnections, LocalizedOutput out)
public utilMain getutilMain(int numConnections, LocalizedOutput out, boolean loadSystemProperties)
private void go(LocalizedInput in, LocalizedOutput out)
private void initAppUI()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.