Class EncryptConfigCommand

java.lang.Object
org.apache.nifi.toolkit.config.EncryptConfigCommand

public class EncryptConfigCommand extends Object
Encrypt Config Command launcher for Command Line implementation
  • Field Details

  • Constructor Details

    • EncryptConfigCommand

      public EncryptConfigCommand()
  • Method Details

    • main

      public static void main(String[] arguments)
      Main command method launches Picocli Command Line implementation of Encrypt Config
      Parameters:
      arguments - Command line arguments
    • isRegistryModeRequested

      private static boolean isRegistryModeRequested(String[] arguments)
    • getFilteredArguments

      private static String[] getFilteredArguments(String[] arguments)