Package org.springframework.ide.eclipse.core.java.classreading

Examples of org.springframework.ide.eclipse.core.java.classreading.JdtSourceExtractor


  public DelegatingSourceExtractor(IProject project) {
    this.sourceExtractors = new HashSet<SourceExtractor>();
    this.sourceExtractors.add(new XmlSourceExtractor());
    this.sourceExtractors.add(new JavaSourceExtractor(project));
    this.sourceExtractors.add(new JdtSourceExtractor());
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.core.java.classreading.JdtSourceExtractor

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.