Interface Console.SecureEnvVarSpecifier

Enclosing interface:
Console

public static interface Console.SecureEnvVarSpecifier
Used to specify which environment variables are secure and shouldn't be printed literally.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isSecure(String variableName)
     
  • Method Details

    • isSecure

      boolean isSecure(String variableName)