Uses of Class
io.github.cdimascio.dotenv.Dotenv.Filter
| Package | Description |
|---|---|
| io.github.cdimascio.dotenv |
Provides a system to manage environment variables using a .env file.
|
-
Uses of Dotenv.Filter in io.github.cdimascio.dotenv
Methods in io.github.cdimascio.dotenv that return Dotenv.Filter Modifier and Type Method Description static Dotenv.FilterDotenv.Filter. valueOf(String name)Returns the enum constant of this type with the specified name.static Dotenv.Filter[]Dotenv.Filter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdimascio.dotenv with parameters of type Dotenv.Filter Modifier and Type Method Description Set<DotenvEntry>Dotenv. entries(Dotenv.Filter filter)Returns the set ofDotenvEntrys matching the filter