Uses of Interface
org.eclipse.cdt.managedbuilder.core.IBuildPropertiesRestriction

Packages that use IBuildPropertiesRestriction
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
org.eclipse.cdt.managedbuilder.ui.tests.util   
 

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

Subinterfaces of IBuildPropertiesRestriction in org.eclipse.cdt.managedbuilder.core
 interface IBuildObjectProperties
           
 

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

Classes in org.eclipse.cdt.managedbuilder.internal.core that implement IBuildPropertiesRestriction
 class BuildObjectProperties
           
 class Configuration
           
 class HoldsOptions
          Implements the functionality that is needed to hold options and option categories.
 class ManagedProject
           
 class Option
           
 class ProjectType
           
 class SupportedProperties
           
 class Tool
          Represents a tool that can be invoked during a build.
 class ToolChain
           
 

Constructors in org.eclipse.cdt.managedbuilder.internal.core with parameters of type IBuildPropertiesRestriction
BuildObjectProperties(BuildObjectProperties properties, IBuildPropertiesRestriction restriction, IBuildPropertyChangeListener listener)
           
BuildObjectProperties(IBuildPropertiesRestriction restriction, IBuildPropertyChangeListener listener)
           
BuildObjectProperties(java.lang.String properties, IBuildPropertiesRestriction restriction, IBuildPropertyChangeListener listener)
           
 

Uses of IBuildPropertiesRestriction in org.eclipse.cdt.managedbuilder.ui.tests.util
 

Classes in org.eclipse.cdt.managedbuilder.ui.tests.util that implement IBuildPropertiesRestriction
 class TestToolchain