1 11 package org.eclipse.pde.core.plugin; 12 13 import org.eclipse.core.runtime.CoreException; 14 import org.eclipse.pde.core.IIdentifiable; 15 19 public interface IPluginExtensionPoint extends IPluginObject, IIdentifiable { 20 24 String P_SCHEMA = "schema"; 33 String getFullId(); 34 40 String getSchema(); 41 48 void setSchema(String schema) throws CoreException; 49 } 50 | Popular Tags |