Package thewebsemantic
Class Includer
- java.lang.Object
-
- thewebsemantic.Includer
-
public class Includer extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Includerinclude(String s)<T> Collection<T>load(Class<T> c)<T> Tload(Class<T> c, String id)
-
-
-
Method Detail
-
load
public <T> Collection<T> load(Class<T> c)
-
load
public <T> T load(Class<T> c, String id) throws NotFoundException
- Throws:
NotFoundException
-
-