- java.lang.Object
-
- org.praxislive.code.ResourceProperty.Loader<V>
-
- Enclosing class:
- ResourceProperty<V>
public abstract static class ResourceProperty.Loader<V> extends Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description V
getEmptyValue()
Class<V>
getType()
abstract V
load(URI uri)
-
-
-
Method Detail
-
load
public abstract V load(URI uri) throws IOException
- Throws:
IOException
-
getEmptyValue
public V getEmptyValue()
-
-