Interface ApplicationDirectoryProviderType

    • Method Detail

      • initialize

        boolean initialize​(ApplicationProviderContextType context,
                           ApplicationEnvironmentType environment)
        Initialize the provider, returning true if the provider is applicable to the current application environment and operating system.
        Parameters:
        context - The context
        environment - The environment
        Returns:
        true if this provider is applicable
      • configurationDirectory

        java.nio.file.Path configurationDirectory()
      • dataDirectory

        java.nio.file.Path dataDirectory()
      • cacheDirectory

        java.nio.file.Path cacheDirectory()