Package org.apache.hop.core.util
Class FileUtil
- java.lang.Object
-
- org.apache.hop.core.util.FileUtil
-
public class FileUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description FileUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancreateParentFolder(Class<?> PKG, String filename, boolean createParentFolder, ILogChannel log)static booleanisFullyQualified(String pathname)Tests whether this abstract pathname is absolute.
-
-
-
Method Detail
-
createParentFolder
public static boolean createParentFolder(Class<?> PKG, String filename, boolean createParentFolder, ILogChannel log)
-
isFullyQualified
public static boolean isFullyQualified(String pathname)
Tests whether this abstract pathname is absolute.The pathname is absolute if its prefix is "/", "\" and on Microsoft Windows systems, a pathname is absolute if its prefix is a drive specifier followed by "\\", or if its prefix is "\\\\".
-
-