Uses of Interface
edu.uiuc.ncsa.security.util.functor.JSONFunctor
-
Packages that use JSONFunctor Package Description edu.uiuc.ncsa.security.util.functor The antiquated way to have a JSON only scripting solution.edu.uiuc.ncsa.security.util.functor.logic edu.uiuc.ncsa.security.util.functor.strings edu.uiuc.ncsa.security.util.functor.system edu.uiuc.ncsa.security.util.functor.user_defined -
-
Uses of JSONFunctor in edu.uiuc.ncsa.security.util.functor
Subinterfaces of JSONFunctor in edu.uiuc.ncsa.security.util.functor Modifier and Type Interface Description interfaceJFunctorThe interface for functors that return an explicit result and have a name (e.g.Classes in edu.uiuc.ncsa.security.util.functor that implement JSONFunctor Modifier and Type Class Description classANDLogicBlocksCreated by Jeff Gaynor
on 6/27/18 at 11:41 AMclassJFunctorImplCreated by Jeff Gaynor
on 2/27/18 at 8:53 AMclassLogicBlockThis class contains aJFunctorif-then-else block.classLogicBlocks<V extends LogicBlock>A collection ofLogicBlockobjects.classORLogicBlocksCreated by Jeff Gaynor
on 6/27/18 at 11:42 AMclassXORLogicBlocksCreated by Jeff Gaynor
on 6/27/18 at 11:41 AMMethods in edu.uiuc.ncsa.security.util.functor with parameters of type JSONFunctor Modifier and Type Method Description voidJFunctor. addArg(JSONFunctor x)voidJFunctorImpl. addArg(JSONFunctor x) -
Uses of JSONFunctor in edu.uiuc.ncsa.security.util.functor.logic
Classes in edu.uiuc.ncsa.security.util.functor.logic that implement JSONFunctor Modifier and Type Class Description classjAndCreated by Jeff Gaynor
on 2/27/18 at 8:57 AMclassjContainscontains[needle,haystack]
This will search for needle in haystack and return true if found.classjElseCreated by Jeff Gaynor
on 2/27/18 at 10:40 AMclassjEndsWithA functor for checking if one string ends with another.classjEqualsA functor to test simple string equality.classjExistsA functor to test if a string exists.classjFalseThe functor that is always logically false.classjIfCreated by Jeff Gaynor
on 2/27/18 at 9:12 AMclassjMatchmatch[target, regex]
Returns a boolean if the regex finds a match in the target.classjNotCreated by Jeff Gaynor
on 2/27/18 at 9:13 AMclassjOrCreated by Jeff Gaynor
on 2/27/18 at 9:11 AMclassjStartsWithA functor for checking if one string starts with another.classjStringComparisonsTop level class used by all comparison and string search functions.classjThenA model for all consequents.classjTrueThe functor that is always logically true.classjXOrThis is the exclusive OR operator. -
Uses of JSONFunctor in edu.uiuc.ncsa.security.util.functor.strings
Classes in edu.uiuc.ncsa.security.util.functor.strings that implement JSONFunctor Modifier and Type Class Description classjConcatconcat(A,B,C,...)
A functor that accepts a list of string and simply concatenates them into a single string.classjDrop$drop[A,B] removes A from B and returns the rest, e.g.classjEchoecho["string"]
This is intended to be a debugging tool.classjReplaceThis replaces all instance of one string with another.classjToArrayA functor to take a string with an embedded delimiter and turn it into an array.classjToLowerCaseCreated by Jeff Gaynor
on 3/1/18 at 1:31 PMclassjToUpperCaseCreated by Jeff Gaynor
on 3/1/18 at 1:35 PM -
Uses of JSONFunctor in edu.uiuc.ncsa.security.util.functor.system
Classes in edu.uiuc.ncsa.security.util.functor.system that implement JSONFunctor Modifier and Type Class Description classjclearEnvclearEnv()
Clears all the values of the current environment.classjgetEnvgetEnv(key) -- return a value stored in the local runtime environmentclassjRaiseErrorThis will throw an exception during execution.classjsetEnvsetEnv(key, value) - set a value in the local runtime environment -
Uses of JSONFunctor in edu.uiuc.ncsa.security.util.functor.user_defined
Classes in edu.uiuc.ncsa.security.util.functor.user_defined that implement JSONFunctor Modifier and Type Class Description classUserDefinedCreated by Jeff Gaynor
on 3/5/19 at 2:42 PM
-