Class Home
java.lang.Object
aQute.bnd.util.home.Home
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
-
USER_HOME_BND_DEFAULT
- See Also:
-
USER_HOME_BND_SYSTEM_PROP
- See Also:
-
BND_HOME
-
-
Constructor Details
-
Home
public Home()
-
-
Method Details
-
getUserHomeBnd
Deprecated.This led to real bad practice of concatening file paths.- Returns:
- the absolute path to the bnd home directory
-
getUserHomeBnd
-