Class RemoveCustomsCommand

java.lang.Object
org.elasticsearch.cli.Command
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable

public class RemoveCustomsCommand
extends ElasticsearchNodeCommand
  • Constructor Details

    • RemoveCustomsCommand

      public RemoveCustomsCommand()
  • Method Details

    • processNodePaths

      protected void processNodePaths​(org.elasticsearch.cli.Terminal terminal, java.nio.file.Path[] dataPaths, int nodeLockId, joptsimple.OptionSet options, Environment env) throws java.io.IOException, org.elasticsearch.cli.UserException
      Description copied from class: ElasticsearchNodeCommand
      Process the paths. Locks for the paths is held during this method invocation.
      Specified by:
      processNodePaths in class ElasticsearchNodeCommand
      Parameters:
      terminal - the terminal to use for messages
      dataPaths - the paths of the node to process
      options - the command line options
      env - the env of the node to process
      Throws:
      java.io.IOException
      org.elasticsearch.cli.UserException