Class ParserUtil


  • public class ParserUtil
    extends Object
    Restriction:
    This class is not intended to be subclassed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Constructor Detail

      • ParserUtil

        public ParserUtil()
    • Method Detail

      • getResourceForFilename

        public static org.eclipse.core.resources.IResource getResourceForFilename​(String finalPath)
      • findWorkingCopy

        protected static char[] findWorkingCopy​(org.eclipse.core.resources.IResource resultingResource,
                                                Iterator<IWorkingCopy> workingCopies)