public class PythonHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SCRIPT_TYPE_PYTHON
Script type identifier for Python.
|
Constructor and Description |
---|
PythonHelper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getSaveName(java.lang.String identifier) |
static ScriptType |
getScriptType()
Get the
ScriptType for python. |
static boolean |
isSaveName(java.lang.String identifier) |
public static final java.lang.String SCRIPT_TYPE_PYTHON
public static java.lang.String getSaveName(java.lang.String identifier)
public static boolean isSaveName(java.lang.String identifier)
public static ScriptType getScriptType()
ScriptType
for python.