Package gg.xp.xivsupport.gui.groovy
Class GroovyScriptHolder
java.lang.Object
gg.xp.xivsupport.gui.groovy.GroovyScriptHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable FilegetFile()booleanbooleanisMgrSet()booleanbooleanbooleanisStrict()voidreverseCopy(GroovyScriptHolder other) run()run(ScriptSettingsControl ssc) voidsave()voidvoidsetScriptContent(String scriptContent) voidsetScriptMgr(GroovyScriptManager scriptMgr) voidsetScriptName(String scriptName) voidsetStartup(boolean startup) voidsetStrict(boolean strict)
-
Constructor Details
-
GroovyScriptHolder
public GroovyScriptHolder()
-
-
Method Details
-
run
-
run
-
save
public void save() -
copyAs
-
reverseCopy
-
isSaveable
public boolean isSaveable() -
isDeletable
public boolean isDeletable() -
getScriptName
-
setScriptName
-
getScriptContent
-
setScriptContent
-
isStrict
public boolean isStrict() -
setStrict
public void setStrict(boolean strict) -
isStartup
public boolean isStartup() -
setStartup
public void setStartup(boolean startup) -
getFile
-
setFile
-
getLastResult
-
isMgrSet
public boolean isMgrSet() -
setScriptMgr
-