Package org.freerealm.xmlwrapper

Examples of org.freerealm.xmlwrapper.RealmXMLWrapper


     * Executes command to load a realm from file.
     * @param realm
     * @return CommandResult
     */
    public CommandResult execute(Realm realm) {
        (new RealmXMLWrapper(realm)).initializeFromNode(realm, node);
        return new CommandResult(CommandResult.RESULT_OK, "", CommandResult.REALM_INITIALIZE_UPDATE);
    }
View Full Code Here

TOP

Related Classes of org.freerealm.xmlwrapper.RealmXMLWrapper

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.