Class WorkspaceUtil


  • public abstract class WorkspaceUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File getAbsolutePath​(org.eclipse.core.resources.IResource resource)
      Returns a java.io.file for a workspace resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAbsolutePath

        public static java.io.File getAbsolutePath​(org.eclipse.core.resources.IResource resource)
        Returns a java.io.file for a workspace resource.
        Parameters:
        file - A resource in the workspace.