Package org.netbeans.modules.java.api.common.classpath

Examples of org.netbeans.modules.java.api.common.classpath.ClassPathModifier


        genFilesHelper = new GeneratedFilesHelper(helper, buildExtender);
        UpdateImplementation updateProject = new UpdateProjectImpl(this, helper, aux);
        this.updateHelper = new UpdateHelper(updateProject, helper);

        this.cpProvider = new ClassPathProviderImpl(this.helper, evaluator(), getSourceRoots(), getTestSourceRoots()); //Does not use APH to get/put properties/cfgdata
        this.cpMod = new ClassPathModifier(this, this.updateHelper, eval, refHelper, null, createClassPathModifierCallback(), null);
        final J2SEActionProvider actionProvider = new J2SEActionProvider(this, this.updateHelper);
        lookup = createLookup(aux, actionProvider);
        actionProvider.startFSListener();
    }
View Full Code Here

TOP

Related Classes of org.netbeans.modules.java.api.common.classpath.ClassPathModifier

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.