Interface IFilesystemFramework

    • Method Detail

      • getConfigDir

        java.io.File getConfigDir()
        Returns:
        the config dir
      • getFrameworkProjectsBaseDir

        java.io.File getFrameworkProjectsBaseDir()
      • getLibextDir

        java.io.File getLibextDir()
        Returns:
        the directory containing plugins/extensions for the framework.
      • getLibextDir

        java.io.File getLibextDir​(IFramework fwk)
      • getLibextCacheDir

        java.io.File getLibextCacheDir()
        Returns:
        the cache directory used by the plugin system
      • getLibextCacheDir

        java.io.File getLibextCacheDir​(IFramework fwk)
      • getPropertyLookup

        IPropertyLookup getPropertyLookup()
        Returns:
        a framework property lookup for this basedir
      • getBaseDir

        java.io.File getBaseDir()