Class DefaultNshFunctionManager
java.lang.Object
net.thevpc.nsh.parser.nodes.DefaultNshFunctionManager
- All Implemented Interfaces:
NshFunctionManager
- Author:
- thevpc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFunction(String cmd) voidvoiddeclareFunctions(NshFunction... cmds) getAll()boolean
-
Field Details
-
internalFunctions
-
-
Constructor Details
-
DefaultNshFunctionManager
public DefaultNshFunctionManager()
-
-
Method Details
-
findFunction
- Specified by:
findFunctionin interfaceNshFunctionManager
-
declareFunction
- Specified by:
declareFunctionin interfaceNshFunctionManager
-
declareFunctions
- Specified by:
declareFunctionsin interfaceNshFunctionManager
-
containsFunction
- Specified by:
containsFunctionin interfaceNshFunctionManager
-
unset
- Specified by:
unsetin interfaceNshFunctionManager
-
getAll
- Specified by:
getAllin interfaceNshFunctionManager
-