| java.lang.Object org.netbeans.upgrade.Copy
Copy | final class Copy extends Object (Code) | | Does copy of objects on filesystems.
author: Jaroslav Tulach |
copyDeep | public static void copyDeep(FileObject source, FileObject target, Set thoseToCopy) throws IOException(Code) | | Does a selective copy of one source tree to another.
Parameters: source - file object to copy from Parameters: target - file object to copy to Parameters: thoseToCopy - set on which contains (relativeNameOfAFileToCopy)is being called to find out whether to copy or not throws: IOException - if coping fails |
getIdeVersion | public static String getIdeVersion(File dir)(Code) | | We support import just from release 3.6
Parameters: dir - user dir to check for version either null or name of the version |
|
|