Package com.sun.enterprise.admin.cli
Class AdminMain
java.lang.Object
com.sun.enterprise.admin.cli.AdminMain
The admin main program (nadmin).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intintexecuteCommand(String[] argv) protected StringGet set of JAR files that is used to locate local commands (CLICommand).static void
-
Constructor Details
-
AdminMain
public AdminMain()
-
-
Method Details
-
getExtensions
Get set of JAR files that is used to locate local commands (CLICommand). Results can contain JAR files or directories where all JAR files are used. It must return all JARs or directories with acceptable CLICommands excluding admin-cli.jar. Default implementation returns INSTALL_ROOT_PROPERTY/lib/asadmin- Returns:
- set of JAR files or directories with JAR files
-
getCommandName
-
main
-
doMain
-
executeCommand
-