Package omschaub.azcvsupdater.utilities.download

Examples of omschaub.azcvsupdater.utilities.download.MainCVSGet.initialize()


        if (Tab1_Subtab_1.version.equals("Checking...."))
            return;
        MainCVSGet mainCVSGet = new MainCVSGet();
        mainCVSGet.setURL(URLReader.get_cvsurl());
        mainCVSGet.setDir(DirectoryUtils.getBackupDirectory() + System.getProperty("file.separator"));
        mainCVSGet.initialize("torrent");
        mainCVSGet.start();
    }

}//EOF
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.