Package ds.pjftp.settings.storage.impl

Examples of ds.pjftp.settings.storage.impl.XMLSettingsStorage


    /**
     * Returns a new instance of {@link XMLSettingsStorage} class.
     * @return a new instance of XMLSettingsStorage class.
     */
    public static XMLSettingsStorage newXMLStorage() {
        return new XMLSettingsStorage();
    }
View Full Code Here

TOP

Related Classes of ds.pjftp.settings.storage.impl.XMLSettingsStorage

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.