Package omschaub.azcvsupdater.utilities.download

Examples of omschaub.azcvsupdater.utilities.download.MainCVSGet


     * setup for main resource get
     */
    public static void call_MainCVSGet(){
        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();
    }
View Full Code Here

TOP

Related Classes of omschaub.azcvsupdater.utilities.download.MainCVSGet

Copyright © 2018 www.massapicom. 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.