Uses of Class
org.eclipse.ant.core.Property
Packages that use Property
Package
Description
Provides support for running the Ant build tool in the platform.
-
Uses of Property in org.eclipse.ant.core
Methods in org.eclipse.ant.core that return PropertyModifier and TypeMethodDescriptionprotected 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 that return types with arguments of type PropertyModifier and TypeMethodDescriptionAntCorePreferences.getDefaultProperties()Returns the default properties defined via the properties extension pointAntCorePreferences.getProperties()Returns the default and custom properties.AntCorePreferences.getRemoteAntProperties()Returns the default and custom properties that are relevant when there is no Eclipse runtime context (Ant build in a separate VM).Methods in org.eclipse.ant.core with parameters of type PropertyModifier and TypeMethodDescriptionvoidAntCorePreferences.setCustomProperties(Property[] properties) Sets the custom user properties specified for Ant builds.