public class ScriptLocation extends Object
Constructor and Description |
---|
ScriptLocation(String value,
String scriptPath,
String scriptText) |
Modifier and Type | Method and Description |
---|---|
String |
getScriptPath() |
String |
getScriptText() |
boolean |
isUsingText() |
static ScriptLocation |
path(String path) |
static ScriptLocation |
text(String text) |
public boolean isUsingText()
public String getScriptPath()
public String getScriptText()
public static ScriptLocation text(String text)
public static ScriptLocation path(String path)
Copyright © 2016–2023. All rights reserved.