Class Home

java.lang.Object
aQute.bnd.util.home.Home

public class Home extends Object
Manages the home directory of bnd. The home directory can be set with an environment variable `HOME` or a System property `bnd.home.dir`. If not set, it will revert to `~/.bnd`.
  • Field Details

  • Constructor Details

    • Home

      public Home()
  • Method Details

    • getUserHomeBnd

      @Deprecated public static final String getUserHomeBnd()
      Deprecated.
      This led to real bad practice of concatening file paths.
      Returns:
      the absolute path to the bnd home directory
    • getUserHomeBnd

      public static File getUserHomeBnd(String relative)