Package org.javlo.remote
Class AbstractResourceFactory
- java.lang.Object
-
- org.javlo.remote.AbstractResourceFactory
-
- Direct Known Subclasses:
LocalResourceFactory
public abstract class AbstractResourceFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractResourceFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<String>
getCategories(ContentContext ctx, String type)
abstract RemoteResourceList
getResources(ContentContext ctx)
List<String>
getTypes(ContentContext ctx)
-
-
-
Method Detail
-
getResources
public abstract RemoteResourceList getResources(ContentContext ctx) throws IOException
- Throws:
IOException
-
getTypes
public List<String> getTypes(ContentContext ctx) throws IOException
- Throws:
IOException
-
getCategories
public List<String> getCategories(ContentContext ctx, String type) throws IOException
- Throws:
IOException
-
-