org.eclipse.xtend.ide.buildpath
Class XtendLibClasspathAdder

java.lang.Object
  extended by org.eclipse.xtend.ide.buildpath.XtendLibClasspathAdder

public class XtendLibClasspathAdder
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
XtendLibClasspathAdder()
           
 
Method Summary
 void addLibsToClasspath(org.eclipse.jdt.core.IJavaProject javaProject, org.eclipse.core.runtime.IProgressMonitor monitor)
           
protected  boolean addToClasspath(org.eclipse.jdt.core.IJavaProject javaProject, org.eclipse.core.runtime.IProgressMonitor monitor)
           
protected  boolean addToPluginManifest(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtendLibClasspathAdder

public XtendLibClasspathAdder()
Method Detail

addLibsToClasspath

public void addLibsToClasspath(org.eclipse.jdt.core.IJavaProject javaProject,
                               org.eclipse.core.runtime.IProgressMonitor monitor)

addToClasspath

protected boolean addToClasspath(org.eclipse.jdt.core.IJavaProject javaProject,
                                 org.eclipse.core.runtime.IProgressMonitor monitor)
                          throws org.eclipse.jdt.core.JavaModelException
Throws:
org.eclipse.jdt.core.JavaModelException

addToPluginManifest

protected boolean addToPluginManifest(org.eclipse.core.resources.IProject project,
                                      org.eclipse.core.runtime.IProgressMonitor monitor)
                               throws java.io.IOException,
                                      org.eclipse.core.runtime.CoreException
Throws:
java.io.IOException
org.eclipse.core.runtime.CoreException