Uses of Class
org.eclipse.cdt.managedbuilder.internal.core.Option

Packages that use Option
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
 

Uses of Option in org.eclipse.cdt.managedbuilder.core
 

Methods in org.eclipse.cdt.managedbuilder.core with parameters of type Option
static void ManagedBuildManager.addExtensionOption(Option option)
          Adds a Option that is is specified in the manifest to the build system.
 

Uses of Option in org.eclipse.cdt.managedbuilder.internal.core
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type Option
 void HoldsOptions.addOption(Option option)
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type Option
Option(IHoldsOptions parent, java.lang.String Id, java.lang.String name, Option option)
          Create an Option based upon an existing option.