Package com.dubture.composer.core.buildpath

Examples of com.dubture.composer.core.buildpath.BuildPathParser


    assertTrue(scriptProject.getProject().hasNature(PHPNature.ID));
    assertTrue(scriptProject.getProject().hasNature(ComposerNature.NATURE_ID));

    IComposerProject composerProject = ComposerPlugin.getDefault().getComposerProject(scriptProject.getProject());
    BuildPathParser parser = new BuildPathParser(composerProject);
    List<String> paths = parser.getPaths();
    List<String> expected = new ArrayList<String>(Arrays.asList(
        "src",
        "test",
        "nother",
        "mordor/composer",
View Full Code Here

TOP

Related Classes of com.dubture.composer.core.buildpath.BuildPathParser

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.