|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.figure8.join.services.properties.DefaultPropertiesExtractor
public class DefaultPropertiesExtractor
This is the default implementation of PropertiesExtractor
that
acts as a router to underlying more specialized implementations.
Constructor Summary | |
---|---|
DefaultPropertiesExtractor()
Creates a new instance of DefaultPropertiesExtractor. |
Method Summary | |
---|---|
java.util.Properties |
extract(java.lang.Object obj)
Extract a set of properties from the given object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultPropertiesExtractor()
Method Detail |
---|
public java.util.Properties extract(java.lang.Object obj) throws InvalidParameterException
extract
in interface PropertiesExtractor
obj
- The object to extract properties from
InvalidParameterException
- if the object cannot be processed by implementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |