ApplicationHome

open class ApplicationHome

Provides access to the application home directory. Attempts to pick a sensible home for both Jar Files, Exploded Archives and directly running applications.

Author

Phillip Webb

Raja Kolli

Since

2.0.0

Constructors

Link copied to clipboard
constructor()
Create a new ApplicationHome instance.
constructor(sourceClass: Class<out Any>)
Create a new ApplicationHome instance for the specified source class.

Properties

Link copied to clipboard
val dir: File
Link copied to clipboard

Functions

Link copied to clipboard
open fun toString(): String