Package org.opensearch.plugins
Class PluginCli
- java.lang.Object
-
- org.opensearch.cli.Command
-
- org.opensearch.cli.MultiCommand
-
- org.opensearch.cli.LoggingAwareMultiCommand
-
- org.opensearch.plugins.PluginCli
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class PluginCli extends LoggingAwareMultiCommand
A cli tool for adding, removing and listing plugins for opensearch.
-
-
Field Summary
-
Fields inherited from class org.opensearch.cli.MultiCommand
subcommands
-
Fields inherited from class org.opensearch.cli.Command
description, parser
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static voidmain(java.lang.String[] args)-
Methods inherited from class org.opensearch.cli.MultiCommand
execute, printAdditionalHelp
-
Methods inherited from class org.opensearch.cli.Command
addShutdownHook, exit, main
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classMultiCommand- Throws:
java.io.IOException
-
-