Uses of Class
com.sibvisions.util.type.FileUtil.CopyMode

Packages that use FileUtil.CopyMode
com.sibvisions.util.type Contains utility classes for special types/classes. 
 

Uses of FileUtil.CopyMode in com.sibvisions.util.type
 

Methods in com.sibvisions.util.type that return FileUtil.CopyMode
static FileUtil.CopyMode FileUtil.CopyMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileUtil.CopyMode[] FileUtil.CopyMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sibvisions.util.type with parameters of type FileUtil.CopyMode
static void FileUtil.copy(File pSource, File pTarget, FileUtil.CopyMode pMode, String... pPatterns)
          Copies one file into another file.
static void FileUtil.move(File pSource, File pTarget, FileUtil.CopyMode pMode)
          Moves the given source file to another location.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.