Class WorkingDirectoryProvider
- java.lang.Object
-
- org.rodnansol.core.generator.template.handlebars.WorkingDirectoryProvider
-
public class WorkingDirectoryProvider extends Object
Class that is able to return the current working directory.- Since:
- 0.2.1
- Author:
- nandorholozsnyak
-
-
Field Summary
Fields Modifier and Type Field Description static WorkingDirectoryProviderINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrentWorkingDirectory()Returns the current working directory.PathgetCurrentWorkingDirectoryPath()
-
-
-
Field Detail
-
INSTANCE
public static final WorkingDirectoryProvider INSTANCE
-
-