Package org.eclipse.pde.core.plugin

Examples of org.eclipse.pde.core.plugin.IPluginModel


        } catch (JavaModelException ignore) {
        }
      }
     
      if(sel instanceof IPluginModel) {
        IPluginModel mod = (IPluginModel) sel;
        String installLocation = mod.getInstallLocation();
        return installLocation;
      }
      if(sel instanceof IJarEntryResource) {
        IJarEntryResource jar = (IJarEntryResource) sel;
         IPath fullPath = jar.getFullPath();
View Full Code Here

TOP

Related Classes of org.eclipse.pde.core.plugin.IPluginModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.