Package com.mwdle.bitwarden.cli
Class DirectoryProvider
java.lang.Object
com.mwdle.bitwarden.cli.DirectoryProvider
A utility that provides dedicated filesystem directory paths for this plugin's Bitwarden CLI data.
-
Method Details
-
getCliDataDirectory
- Returns:
- this plugin's Bitwarden CLI data directory, creating it if necessary and caching it for subsequent calls
- Throws:
IOException- if the parent directory cannot be created
-
getBinDirectory
- Returns:
- this plugin's Bitwarden CLI
bindirectory, creating it if necessary and caching it for subsequent calls - Throws:
IOException- if the directory or parent directory cannot be created
-