Package net.microfalx.boot
Class ApplicationBuilder
java.lang.Object
net.microfalx.boot.ApplicationBuilder
Builds the application class path based on files discovered in ~/lib directory.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApplicationBuilder
public ApplicationBuilder()
-
-
Method Details
-
getHome
Returns the home directory.- Returns:
- a non-null instance
-
setHome
Changes the home directory.- Parameters:
home- a new home directory
-
getLibDirectory
Returns the directory containing the libraries.- Returns:
- a non-null instance
-
getLogsDirectory
Returns the logs directory.- Returns:
- a non-null instance
-
getTmpDirectory
Returns the temporary files directory.- Returns:
- a non-null instance
-
getClassPath
Returns the class path of the application.- Returns:
- a non-null instance
-