Uses of Class
com.tailf.maapi.CLICmdToPathResult
Packages that use CLICmdToPathResult
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of CLICmdToPathResult in com.tailf.maapi
Methods in com.tailf.maapi that return CLICmdToPathResultModifier and TypeMethodDescriptionMaapi.CLICmdToPath
(int th, String cmd) Given a C- or I-style command, this method tries to determine the corresponding namespace and path in the schema.Maapi.CLICmdToPath
(String cmd) Equivalent toMaapi.CLICmdToPath(int, String)
with the first parameter set to -1 (ie, the command is not interpreted in the context of any particular transaction)