Class JvmCommandWhich
- All Implemented Interfaces:
JvmCommand, JvmCommandParser, JvmCommandExecutable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(JvmCommandRegistry reg, List<String> pathEntries, String name, long max) voidrunActual(JvmExecCxt cxt, ArgsWhich model) Methods inherited from class JvmCommandBase
run
-
Constructor Details
-
JvmCommandWhich
public JvmCommandWhich()
-
-
Method Details
-
parseArgs
- Specified by:
parseArgsin interfaceJvmCommandParser- Specified by:
parseArgsin classJvmCommandBase<ArgsWhich>
-
runActual
public void runActual(JvmExecCxt cxt, ArgsWhich model) throws org.apache.commons.exec.ExecuteException - Specified by:
runActualin classJvmCommandBase<ArgsWhich>- Throws:
org.apache.commons.exec.ExecuteException
-
resolve
-