Package omschaub.azcvsupdater.utilities.download

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


            {
                AzVerGet azverget = new AzVerGet();
                azverget.setURL("http://azcvsupdater.sourceforge.net/azcvsupdater/current_version.txt");
                azverget.setDir(View.getPluginInterface().getPluginDirectoryName() + System.getProperty("file.separator"));
                azverget.setFileName("azcvsupdater_version.cache");
                azverget.initialize();
                azverget.start();
            }
        };
        downloadThread.setDaemon(true);
        downloadThread.start();
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.