Package aQute.bnd.gradle
Class BeanProperties
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
Properties subclass which introspects objects for field values.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new BeanProperties with no defaults.BeanProperties(Properties defaults) Create a new BeanProperties with the specified defaults. -
Method Summary
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Field Details
-
defaults
Default values for properties. May benull.
-
-
Constructor Details
-
BeanProperties
public BeanProperties()Create a new BeanProperties with no defaults. -
BeanProperties
Create a new BeanProperties with the specified defaults.- Parameters:
defaults- Default values for properties. May benull.
-
-
Method Details
-
getProperty
- Overrides:
getPropertyin classProperties
-