Package org.jnode.build.packager

Examples of org.jnode.build.packager.PluginListInsertor


    public final void setSystemPluginList(File systemPluginListFile) {
        this.systemPluginListFile = systemPluginListFile;
    }
   
    public PluginListInsertor createInsert() {
        insertor = new PluginListInsertor();
        insertor.setProject(getProject());
        return insertor;
    }
View Full Code Here

TOP

Related Classes of org.jnode.build.packager.PluginListInsertor

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.