1 11 package org.eclipse.pde.internal.core.ifeature; 12 13 import org.eclipse.core.runtime.CoreException; 14 15 16 19 public interface IFeaturePlugin extends IFeatureObject, IVersionable, IFeatureEntry { 20 24 public static final String P_UNPACK = "unpack"; 29 public boolean isFragment(); 30 31 public boolean isUnpack(); 32 public void setUnpack(boolean unpack) throws CoreException; 33 } 34 | Popular Tags |