Package ghidra.features.bsim.query
Class BSimControlLaunchable
java.lang.Object
ghidra.features.bsim.query.BSimControlLaunchable
- All Implemented Interfaces:
GhidraLaunchable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlaunch(GhidraApplicationLayout ghidraLayout, String[] params) Launches the launchable.voidRuns the command specified by the given set of params.
-
Field Details
-
COMMAND_START
- See Also:
-
COMMAND_STOP
- See Also:
-
COMMAND_STATUS
- See Also:
-
COMMAND_RESET_PASSWORD
- See Also:
-
COMMAND_CHANGE_PRIVILEGE
- See Also:
-
COMMAND_ADDUSER
- See Also:
-
COMMAND_DROPUSER
- See Also:
-
COMMAND_CHANGEAUTH
- See Also:
-
CAFILE_OPTION
- See Also:
-
AUTH_OPTION
- See Also:
-
DN_OPTION
- See Also:
-
PORT_OPTION
- See Also:
-
USER_OPTION
- See Also:
-
CERT_OPTION
- See Also:
-
NO_LOCAL_AUTH_OPTION
- See Also:
-
FORCE_OPTION
- See Also:
-
-
Constructor Details
-
BSimControlLaunchable
public BSimControlLaunchable()Constructor for launching from the console
-
-
Method Details
-
run
Runs the command specified by the given set of params.- Parameters:
params- the parameters specifying the command- Throws:
IllegalArgumentException- if invalid params have been specifiedException- if there's an error during the operationCancelledException- if processing is cancelled
-
launch
Description copied from interface:GhidraLaunchableLaunches the launchable.- Specified by:
launchin interfaceGhidraLaunchable- Parameters:
ghidraLayout- The application layout to use for the launch.params- The arguments passed through by theGhidraLauncher.
-