Example usage for org.apache.commons.io FileUtils copyDirectory

List of usage examples for org.apache.commons.io FileUtils copyDirectory

Introduction

In this page you can find the example usage for org.apache.commons.io FileUtils copyDirectory.

Prototype

public static void copyDirectory(File srcDir, File destDir) throws IOException 

Source Link

Document

Copies a whole directory to a new location preserving the file dates.

Usage

From source file:Artemis_Expanded_Skyboxes.System10.java

public static void system10() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {/*from w  w w .j av  a2  s  .  com*/
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System11.java

public static void system11() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {/*from   www .ja  v a2 s  .co m*/
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System12.java

public static void system12() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {/*  w w  w. j av  a2s .c  o  m*/
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System13.java

public static void system13() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {//from   w  ww  .  j  a v a 2s  .c o  m
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System14.java

public static void system14() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {//w ww  .ja  v a  2  s.  c  om
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System15.java

public static void system15() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {// w ww .  j av  a2s  . co  m
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System16.java

public static void system16() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {/*ww w . j av a  2s  .c  o m*/
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System17.java

public static void system17() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {/*from   w  w  w . j a  va  2s  .  com*/
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System18.java

public static void system18() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {/*from  w  w w.  jav a2s .c o m*/
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}

From source file:Artemis_Expanded_Skyboxes.System19.java

public static void system19() {

    // Path copyfrom = FileSystems.getDefault().getPath(dirRoot + systemNo + "/" + dirName + "/");
    //Path target = FileSystems.getDefault().getPath("D:/Artemis/art/sb12/");
    //Path target_dir = FileSystems.getDefault().getPath("D:/Artemis/art/sb12");
    for (int x = 12; x <= 29; x++) {
        dirNo = Integer.toString(x);

        File source = new File(sourceDir + dirName + dirNo + "/");
        File dest = new File(targetDir + dirName + dirNo + "/");
        try {/*from w  ww.  j  av  a 2 s  . c  om*/
            FileUtils.copyDirectory(source, dest);
        } catch (IOException e) {
            e.printStackTrace();
        }

    }

}