Eclipse Platform
2.1

Uses of Class
org.eclipse.ant.core.Property

Packages that use Property
org.eclipse.ant.core Provides support for running the Ant build tool in the platform. 
 

Uses of Property in org.eclipse.ant.core
 

Fields in org.eclipse.ant.core declared as Property
protected  Property[] AntCorePreferences.customProperties
           
 

Methods in org.eclipse.ant.core that return Property
protected  Property[] AntCorePreferences.extractProperties(Preferences prefs, String[] properties)
           
 Property[] AntCorePreferences.getCustomProperties()
          Returns the custom user properties specified for Ant builds.
 

Methods in org.eclipse.ant.core with parameters of type Property
 void AntCorePreferences.setCustomProperties(Property[] properties)
          Sets the custom user properties specified for Ant builds.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.