Java org.apache.commons.launcher LaunchCommand fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.launcher LaunchCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.launcher LaunchCommand.

The text is from its open source code.

Method

ArrayListgetArgs()
Get the list of nested arg elements.
StringgetClassname()
Get the class name.
booleangetWaitforchild()
Get the waitForChild flag.
voidsetWaitforchild(boolean waitForChild)
Set the waitForChild flag.