Uses of Class
adams.flow.rest.GroovyPlugin
-
Packages that use GroovyPlugin Package Description adams.flow.rest -
-
Uses of GroovyPlugin in adams.flow.rest
Fields in adams.flow.rest declared as GroovyPlugin Modifier and Type Field Description protected GroovyPlugin[]
GroovyServer. m_ParametrizedScripts
the parametrized scripts.Methods in adams.flow.rest that return GroovyPlugin Modifier and Type Method Description GroovyPlugin[]
GroovyServer. getParametrizedScripts()
Returns the parametrized REST Groovy scripts in use.Methods in adams.flow.rest with parameters of type GroovyPlugin Modifier and Type Method Description void
GroovyServer. setParametrizedScripts(GroovyPlugin[] value)
Sets the parametrized REST Groovy scripts to use.
-