Package com.elo.solutions.eloinst.utils
Class DirectoryUtils
java.lang.Object
com.elo.solutions.eloinst.utils.DirectoryUtils
Helper class for directory operations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathcreateDirectory(Path directoryPath) Create directory if it is not exists otherwise return the passed path directly
-
Constructor Details
-
DirectoryUtils
public DirectoryUtils()
-
-
Method Details
-
createDirectory
Create directory if it is not exists otherwise return the passed path directly- Parameters:
directoryPath- Directory which should be created. Directory will only create if it doesn't exist- Returns:
- new created directory path otherwise the same
-