Uses of Class
org.apache.druid.java.util.common.FileUtils.LinkOrCopyResult
-
Packages that use FileUtils.LinkOrCopyResult Package Description org.apache.druid.java.util.common -
-
Uses of FileUtils.LinkOrCopyResult in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common that return FileUtils.LinkOrCopyResult Modifier and Type Method Description static FileUtils.LinkOrCopyResultFileUtils. linkOrCopy(File src, File dest)Hard-link "src" as "dest", if possible.static FileUtils.LinkOrCopyResultFileUtils.LinkOrCopyResult. valueOf(String name)Returns the enum constant of this type with the specified name.static FileUtils.LinkOrCopyResult[]FileUtils.LinkOrCopyResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-