Uses of Class
lumis.util.ScriptPathUtil.ProcessEntry
-
Packages that use ScriptPathUtil.ProcessEntry Package Description lumis.util -
-
Uses of ScriptPathUtil.ProcessEntry in lumis.util
Methods in lumis.util that return ScriptPathUtil.ProcessEntry Modifier and Type Method Description static ScriptPathUtil.ProcessEntry
ScriptPathUtil.ProcessEntry. from(String classNameAttributeName, String scriptPathAttributeName, String xpath, ScriptPathUtil.ProcessType processType)
Returns a process entry using the given class attribute or node name, script path attribute or node name, the XPath to be processed and the process type.static ScriptPathUtil.ProcessEntry
ScriptPathUtil.ProcessEntry. from(String xpath, ScriptPathUtil.ProcessType processType)
Returns a process entry using the default class attribute or node name, the default script path attribute or node name, the given XPath to be processed and the given process type.Methods in lumis.util with parameters of type ScriptPathUtil.ProcessEntry Modifier and Type Method Description static void
ScriptPathUtil. processNodes(String basePath, Node parentNode, ScriptPathUtil.ProcessEntry... entries)
Process the givenentries
using the given node as the base node and the base path for relativizing script paths.
-