Package org.eclipse.m2e.jdt.internal

Examples of org.eclipse.m2e.jdt.internal.ClasspathEntryDescriptor


        try
        {
            List<IClasspathEntryDescriptor> descriptors = new ArrayList<IClasspathEntryDescriptor>();
            for ( IClasspathEntry cpe : buildpathManager.getClasspath( project, CLASSPATH_SCOPE, false, monitor ) )
            {
                descriptors.add( new ClasspathEntryDescriptor( cpe ) );
            }
            return descriptors;
        }
        catch ( CoreException e )
        {
View Full Code Here

TOP

Related Classes of org.eclipse.m2e.jdt.internal.ClasspathEntryDescriptor

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.