Package ds.pjftp.settings

Examples of ds.pjftp.settings.SettingsHolder.loadSettings()


    public static void main(final String[] args) {

        try {
            final SettingsHolder loader = SettingsHolder.getInstance();
            loader.loadSettings();

            final Server server = new Server(loader.getSettings().getPort());
            server.init();

        } catch (IOException ex) {
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.