Package info.magnolia.module.delta

Examples of info.magnolia.module.delta.Delta


* If you don't need this, simply remove the reference to this class in the module descriptor xml.
*/
public class ModuleVersionHandler extends DefaultModuleVersionHandler {

    public ModuleVersionHandler(){
        Delta delta = DeltaBuilder.update("1.0.4", "")
        .addTask(new TemplatesInstallTask("/thymeleaf_proto/.*\\.html", true));
        register(delta);
    }
View Full Code Here

TOP

Related Classes of info.magnolia.module.delta.Delta

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.