Class jStringComparisons
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.functor.JFunctorImpl
-
- edu.uiuc.ncsa.security.util.functor.logic.jStringComparisons
-
- All Implemented Interfaces:
JFunctor
,JMetaMetaFunctor
,JSONFunctor
,Serializable
public abstract class jStringComparisons extends JFunctorImpl
Top level class used by all comparison and string search functions.Created by Jeff Gaynor
on 2/27/18 at 11:40 AM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.security.util.functor.JFunctorImpl
args, executed, result, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
jStringComparisons(FunctorTypeImpl type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
processArg(Object obj)
Takes a Java object and if it's a String, returns that otherwise if it's a functor it processed it-
Methods inherited from class edu.uiuc.ncsa.security.util.functor.JFunctorImpl
addArg, addArg, addArg, addArg, addArg, addArg, checkArgs, checkArgs, clearState, getArgs, getBooleanResult, getIntResult, getListResult, getName, getResult, getStringResult, isExecuted, reset, toJSON, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface edu.uiuc.ncsa.security.util.functor.JMetaMetaFunctor
execute
-
-
-
-
Constructor Detail
-
jStringComparisons
protected jStringComparisons(FunctorTypeImpl type)
-
-