Uses of Class
edu.uiuc.ncsa.security.util.functor.JFunctorFactory
-
Packages that use JFunctorFactory Package Description edu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application.edu.uiuc.ncsa.security.util.functor The antiquated way to have a JSON only scripting solution.edu.uiuc.ncsa.security.util.functor.parser edu.uiuc.ncsa.security.util.functor.parser.event This contains the event-driven functor parser. -
-
Uses of JFunctorFactory in edu.uiuc.ncsa.security.util.cli
Fields in edu.uiuc.ncsa.security.util.cli declared as JFunctorFactory Modifier and Type Field Description protected JFunctorFactory
ParserCommands. functorFactory
Deprecated.Methods in edu.uiuc.ncsa.security.util.cli that return JFunctorFactory Modifier and Type Method Description protected JFunctorFactory
ParserCommands. getFunctorFactory()
Deprecated.Constructors in edu.uiuc.ncsa.security.util.cli with parameters of type JFunctorFactory Constructor Description ParserCommands(MyLoggingFacade logger, JFunctorFactory functorFactory)
Deprecated. -
Uses of JFunctorFactory in edu.uiuc.ncsa.security.util.functor
Constructors in edu.uiuc.ncsa.security.util.functor with parameters of type JFunctorFactory Constructor Description LogicBlock(JFunctorFactory factory)
LogicBlock(JFunctorFactory factory, jIf ifBlock, jThen thenBlock)
Constructor for case of no else clause.LogicBlock(JFunctorFactory factory, jIf ifBlock, jThen thenBlock, jElse elseBlock)
LogicBlock(JFunctorFactory factory, net.sf.json.JSONObject json)
-
Uses of JFunctorFactory in edu.uiuc.ncsa.security.util.functor.parser
Methods in edu.uiuc.ncsa.security.util.functor.parser that return JFunctorFactory Modifier and Type Method Description JFunctorFactory
AbstractHandler. getFunctorFactory()
Constructors in edu.uiuc.ncsa.security.util.functor.parser with parameters of type JFunctorFactory Constructor Description AbstractHandler(JFunctorFactory functorFactory)
FunctorScript(JFunctorFactory functorFactory)
FunctorScript(JFunctorFactory functorFactory, net.sf.json.JSONObject rawContent)
Use this to initialize the entire parser in advance of execution.Script(JFunctorFactory functorFactory)
-
Uses of JFunctorFactory in edu.uiuc.ncsa.security.util.functor.parser.event
Constructors in edu.uiuc.ncsa.security.util.functor.parser.event with parameters of type JFunctorFactory Constructor Description ConditionalHandler(FunctorHandler functorHandler, JFunctorFactory functorFactory)
EventDrivenParser(JFunctorFactory functorFactory)
Create and initialize this parser.FunctorHandler(JFunctorFactory functorFactory)
SwitchHandler(ConditionalHandler conditionalHandler, JFunctorFactory functorFactory)
-