public class Main extends Object
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
createClassLoader(File home)
Create a server-wide ClassLoader from our install directory.
|
void |
destroy() |
static File |
getRingoHome()
Get the Ringo install directory.
|
void |
init(String[] args) |
static void |
main(String[] args)
Ringo main method.
|
void |
start() |
void |
stop() |
public static void main(String[] args)
args - command line argumentspublic void init(String[] args)
public void start()
public void stop()
public void destroy()
public static ClassLoader createClassLoader(File home) throws MalformedURLException
home - the ringo install directoryMalformedURLExceptionpublic static File getRingoHome() throws IOException
IOException - an I/O related exception occurredMalformedURLException - the jar URL couldn't be parsedCopyright © 2016. All rights reserved.