Package org.jdesktop.wonderland.modules.service.ModuleManager

Examples of org.jdesktop.wonderland.modules.service.ModuleManager.TaggedModule


        attributes.put(ModuleAttributes.SYSTEM_MODULE, String.valueOf(true));
        attributes.put(ModuleAttributes.FILENAME, file);
        attributes.put(ModuleAttributes.CHECKSUM, checksum);

        // create the tagged module
        return new TaggedModule(extracted, attributes);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.service.ModuleManager.TaggedModule

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.