Package org.jnode.build.packager

Examples of org.jnode.build.packager.PluginBuilder


    public final void setTmpDir(File tmpDir) {
        this.tmpDir = tmpDir;
    }

    public PluginBuilder createPackager() {
        packager = new PluginBuilder(this);
        return packager;
    }
View Full Code Here

TOP

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

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.