Package org.aksw.commons.accessors
Class PropertySourcePrefix
java.lang.Object
org.aksw.commons.accessors.PropertySourcePrefix
- All Implemented Interfaces:
PropertySource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> SingleValuedAccessor<T>getProperty(String name, Class<T> valueType) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.commons.accessors.PropertySource
getCollectionProperty, getPropertyAsSet
-
Field Details
-
prefix
-
delegate
-
-
Constructor Details
-
PropertySourcePrefix
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfacePropertySource
-
toString
-
getSource
- Specified by:
getSourcein interfacePropertySource
-