GrammarScope  4.0.0
Static Public Member Functions | Private Member Functions | List of all members
grammarscope.common.utils.Spawn Class Reference

Static Public Member Functions

static void spawn (final String main, final int mem, final String[] args, final Runnable runBeforeRestart) throws IOException
 
static List< String > getCmds (final String main, final int mem, final String[] args)
 
static void main (final String[] args)
 

Private Member Functions

 Spawn ()
 

Detailed Description

Restarter

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Spawn()

grammarscope.common.utils.Spawn.Spawn ( )
private

Member Function Documentation

◆ getCmds()

static List<String> grammarscope.common.utils.Spawn.getCmds ( final String  main,
final int  mem,
final String[]  args 
)
static

Make command list

Returns
command list

◆ main()

static void grammarscope.common.utils.Spawn.main ( final String[]  args)
static

◆ spawn()

static void grammarscope.common.utils.Spawn.spawn ( final String  main,
final int  mem,
final String[]  args,
final Runnable  runBeforeRestart 
) throws IOException
static

Spawn

Parameters
mainmain class
memmax heap size in megabytes, -1 if unchanged
argscommand-line arguments
runBeforeRestartrunnable to be run before restart

The documentation for this class was generated from the following file: