| Package | Description |
|---|---|
| com.paypal.selion.grid |
This package hosts the the main startup class(es) for SeLion-Grid.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessLauncherOptions
LauncherOptions which apply to RunnableLaunchers which spawn a new process |
| Modifier and Type | Class and Description |
|---|---|
static class |
LauncherOptions.LauncherOptionsImpl
Implements
LauncherOptions |
static class |
ProcessLauncherOptions.ProcessLauncherOptionsImpl
Implements
ProcessLauncherOptions |
| Modifier and Type | Method and Description |
|---|---|
<T extends LauncherOptions> |
LauncherOptions.setFileDownloadCheckTimeStampOnInvocation(boolean val)
Enable/Disable download.json time stamp check.
|
<T extends LauncherOptions> |
LauncherOptions.LauncherOptionsImpl.setFileDownloadCheckTimeStampOnInvocation(boolean val) |
<T extends LauncherOptions> |
LauncherOptions.setFileDownloadCleanupOnInvocation(boolean val)
Enable/Disable clean up of previously downloaded artifacts for subsequent calls to
FileDownloader . |
<T extends LauncherOptions> |
LauncherOptions.LauncherOptionsImpl.setFileDownloadCleanupOnInvocation(boolean val) |
| Constructor and Description |
|---|
ThreadedLauncher(String[] args,
LauncherOptions launcherOptions)
Initialize a new SeLion Grid with the args supplied.
|
ThreadedLauncher(String[] args,
LauncherOptions launcherOptions,
List<String> downloadList)
Initialize a new SeLion Grid with the args supplied.
|
Copyright © 2016 PayPal Open Source. All rights reserved.