Index
All Classes and Interfaces|All Packages
A
- allowed(EnvCheck.Type, String) - Static method in class io.aiven.commons.system.EnvCheck
-
Checks if the URL is allowed as per the
org.apache.kafka.sasl.oauthbearer.allowed.urlsenvironment variable. - allowed(SystemCheck.Type, String) - Static method in class io.aiven.commons.system.SystemCheck
-
Checks if the URL is allowed as per the
org.apache.kafka.sasl.oauthbearer.allowed.urlsenvironment variable.
C
- CMD - Enum constant in enum class io.aiven.commons.system.EnvCheck.Type
-
validate an external command is in the list of commands
- CMD - Enum constant in enum class io.aiven.commons.system.SystemCheck.Type
-
validate an external command is in the list of commands
E
- EnvCheck - Class in io.aiven.commons.system
-
Checks URLs against the URLs allowed as per the
org.apache.kafka.sasl.oauthbearer.allowed.urlsenvironment variable. - EnvCheck.Type - Enum Class in io.aiven.commons.system
-
The type of object being checked.
- envVar() - Method in enum class io.aiven.commons.system.EnvCheck.Type
-
Get the environment variable name for this type.
F
- FILE - Enum constant in enum class io.aiven.commons.system.EnvCheck.Type
-
validate a file name is in the list of files
- FILE - Enum constant in enum class io.aiven.commons.system.SystemCheck.Type
-
validate a file name is in the list of files
- formatError(EnvCheck.Type, String) - Static method in class io.aiven.commons.system.EnvCheck
-
Format the error message for the specified URL.
- formatError(SystemCheck.Type, String) - Static method in class io.aiven.commons.system.SystemCheck
-
Format the error message for the specified URL.
G
- getEnvVars() - Static method in class io.aiven.commons.system.EnvCheck
-
Return an updatable version of the environment variables.
- getSpecTitle() - Method in class io.aiven.commons.system.VersionInfo
-
Gets the specification title of the package.
- getSpecVendor() - Method in class io.aiven.commons.system.VersionInfo
-
Gets the specification vendor of the package.
- getSpecVersion() - Method in class io.aiven.commons.system.VersionInfo
-
Gets the specification version of the package.
- getSystemProperty() - Method in enum class io.aiven.commons.system.SystemCheck.Type
-
Get the environment variable name for this type.
- getTitle() - Method in class io.aiven.commons.system.VersionInfo
-
Gets the implementation title of the package.
- getVendor() - Method in class io.aiven.commons.system.VersionInfo
-
Gets the implementation vendor of the package.
- getVersion() - Method in class io.aiven.commons.system.VersionInfo
-
Gets the implementation version of the package.
I
- io.aiven.commons.system - module io.aiven.commons.system
-
System utilities module def
- io.aiven.commons.system - package io.aiven.commons.system
M
- main(String[]) - Static method in class io.aiven.commons.system.VersionInfo
-
Main class to print version information.
S
- SystemCheck - Class in io.aiven.commons.system
-
Checks URLs against the URLs allowed as per the
org.apache.kafka.sasl.oauthbearer.allowed.urlsenvironment variable. - SystemCheck.Type - Enum Class in io.aiven.commons.system
-
The type of object being checked.
T
- throwIfNotAllowed(EnvCheck.Type, String) - Static method in class io.aiven.commons.system.EnvCheck
-
Thorw an exception if the specified URL is not listed in the
org.apache.kafka.sasl.oauthbearer.allowed.urlsenvironment variable. - throwIfNotAllowed(SystemCheck.Type, String) - Static method in class io.aiven.commons.system.SystemCheck
-
Throw an exception if the specified URL is not listed in the system property.
- toString() - Method in class io.aiven.commons.system.VersionInfo
-
Default string representation of the implementation information from the package.
U
- URI - Enum constant in enum class io.aiven.commons.system.EnvCheck.Type
-
validate a URI is in the list of URIs
- URI - Enum constant in enum class io.aiven.commons.system.SystemCheck.Type
-
validate a URI is in the list of URIs
V
- valueOf(String) - Static method in enum class io.aiven.commons.system.EnvCheck.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.aiven.commons.system.SystemCheck.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.aiven.commons.system.EnvCheck.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.aiven.commons.system.SystemCheck.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VersionInfo - Class in io.aiven.commons.system
-
This class was originally developed by the Apache RAT project A formatter for Package information about a class.
- VersionInfo() - Constructor for class io.aiven.commons.system.VersionInfo
-
Constructor that uses the VersionInfo package for information.
- VersionInfo(Class<?>) - Constructor for class io.aiven.commons.system.VersionInfo
-
Constructor for a specific class.
All Classes and Interfaces|All Packages