JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.ant" name="ant" rev="1.9.9" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.tools.ant.property
Interface GetProperty
All Known Implementing Classes:
PropertyHelper
,
ResolvePropertyMap
public interface
GetProperty
Interface to a class (normally PropertyHelper) to get a property.
Since:
Ant 1.8.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Object
getProperty
(
String
name)
Returns the value of a property if it is set.
Method Detail
getProperty
Object
getProperty(
String
name)
Returns the value of a property if it is set.
Parameters:
name
- name of the property.
Returns:
the property value, or null for no match or for name being null.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
<dependency org="org.apache.ant" name="ant" rev="1.9.9" />
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method