public final class PeridotCmd
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
PeridotCmd() |
Modifier and Type | Method and Description |
---|---|
static void |
addInterpreter(java.lang.String env) |
static void |
askToUpdateInterpreter(int i) |
private static int |
getInterpreterNumber() |
static java.lang.String |
getPackageListStr(java.util.Collection<Package> packs) |
static void |
listInterpreters() |
static void |
listModules() |
static void |
removeInterpreter() |
static void |
scriptDetails(java.lang.String modName) |
static boolean |
setDefaultInterpreter() |
static boolean |
updateInterpreter() |
static boolean |
updateInterpreter(int index) |
public static void scriptDetails(java.lang.String modName)
public static void listModules()
public static void addInterpreter(java.lang.String env)
private static int getInterpreterNumber()
public static void listInterpreters()
public static void removeInterpreter()
public static boolean setDefaultInterpreter()
public static java.lang.String getPackageListStr(java.util.Collection<Package> packs)
public static boolean updateInterpreter(int index)
public static void askToUpdateInterpreter(int i)
public static boolean updateInterpreter()