new version with WorkingCopy Management
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IJavaModel.java
index d745883..f8cf1d8 100644 (file)
@@ -119,7 +119,7 @@ void delete(IJavaElement[] elements, boolean force, IProgressMonitor monitor) th
  * 
  * @return the Java project with the given name
  */
-// IJavaProject getJavaProject(String name);
+ IJavaProject getJavaProject(String name);
 /**
  * Returns the Java projects in this Java model, or an empty array if there
  * are none.
@@ -128,7 +128,7 @@ void delete(IJavaElement[] elements, boolean force, IProgressMonitor monitor) th
  * are none
  * @exception JavaModelException if this request fails.
  */
-// IJavaProject[] getJavaProjects() throws JavaModelException;
+ IJavaProject[] getJavaProjects() throws JavaModelException;
 /**
  * Returns an array of non-Java resources (that is, non-Java projects) in
  * the workspace.
@@ -142,7 +142,7 @@ void delete(IJavaElement[] elements, boolean force, IProgressMonitor monitor) th
  *             exception occurs while accessing its corresponding resource
  * @since 2.1
  */
-Object[] getNonJavaResources() throws JavaModelException;
+//Object[] getNonJavaResources() throws JavaModelException;
 /**
  * Returns the workspace associated with this Java model.
  * 
@@ -225,7 +225,7 @@ void move(IJavaElement[] elements, IJavaElement[] containers, IJavaElement[] sib
  * @see IJavaElementDelta
  * @since 2.0
  */
-void refreshExternalArchives(IJavaElement[] elementsScope, IProgressMonitor monitor) throws JavaModelException;
+//void refreshExternalArchives(IJavaElement[] elementsScope, IProgressMonitor monitor) throws JavaModelException;
 
 /**
  * Renames the given elements as specified.