Package org.netbeans.spi.project.support.ant.ui

Examples of org.netbeans.spi.project.support.ant.ui.StoreGroup


        this.evaluator = evaluator;
        this.refHelper = refHelper;
        this.genFileHelper = genFileHelper;
        this.cs = new ClassPathSupport(evaluator, refHelper, updateHelper.getAntProjectHelper(), updateHelper, null);

        privateGroup = new StoreGroup();
        projectGroup = new StoreGroup();

        additionalProperties = new HashMap<String,String>();

        init(); // Load known properties
    }
View Full Code Here

TOP

Related Classes of org.netbeans.spi.project.support.ant.ui.StoreGroup

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.