Class DirectoryUtils

java.lang.Object
com.elo.solutions.eloinst.utils.DirectoryUtils

public class DirectoryUtils extends Object
Helper class for directory operations
  • Constructor Details

    • DirectoryUtils

      public DirectoryUtils()
  • Method Details

    • createDirectory

      public static Path createDirectory(Path directoryPath)
      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