Modifier and Type | Method and Description |
---|---|
static ScriptType |
ScriptType.find(Class clazz)
Deprecated.
Please use
Lookup instead. |
static ScriptType |
ScriptType.find(String name)
Deprecated.
Find the script type with requested name.
|
static ScriptType |
ScriptType.getDefault()
Deprecated.
Probably meaningless, find all available types and filter with
ScriptType.acceptFileObject(org.openide.filesystems.FileObject) instead. |