Class PropertiesPropertyHandler
- java.lang.Object
-
- org.smallmind.nutsnbolts.spring.property.PropertiesPropertyHandler
-
- All Implemented Interfaces:
Iterable<PropertiesPropertyEntry>,PropertyHandler<PropertiesPropertyEntry>
public class PropertiesPropertyHandler extends Object implements PropertyHandler<PropertiesPropertyEntry>
-
-
Constructor Summary
Constructors Constructor Description PropertiesPropertyHandler(Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<PropertiesPropertyEntry>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
PropertiesPropertyHandler
public PropertiesPropertyHandler(Properties properties)
-
-
Method Detail
-
iterator
public Iterator<PropertiesPropertyEntry> iterator()
- Specified by:
iteratorin interfaceIterable<PropertiesPropertyEntry>
-
-