Package | Description |
---|---|
org.ballerinalang.composer.service.workspace.launcher |
Modifier and Type | Method and Description |
---|---|
LauncherConstants.ProgramType |
Command.getType() |
static LauncherConstants.ProgramType |
LauncherConstants.ProgramType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LauncherConstants.ProgramType[] |
LauncherConstants.ProgramType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.setType(LauncherConstants.ProgramType type) |
Constructor and Description |
---|
Command(LauncherConstants.ProgramType type,
String fileName,
String filePath,
boolean debug) |
Copyright © 2017 WSO2. All rights reserved.