Class ClasspathUriUtil


  • public class ClasspathUriUtil
    extends java.lang.Object
    Creates classpath URIs for files in the workspace. See IClasspathUriResolver for details.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLASSPATH_SCHEME  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isClasspathUri​(org.eclipse.emf.common.util.URI uri)  
      • Methods inherited from class java.lang.Object

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

      • CLASSPATH_SCHEME

        public static final java.lang.String CLASSPATH_SCHEME
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClasspathUriUtil

        public ClasspathUriUtil()
    • Method Detail

      • isClasspathUri

        public static boolean isClasspathUri​(org.eclipse.emf.common.util.URI uri)