Package org.fcrepo.client.integration
Class AbstractResourceIT
- java.lang.Object
-
- org.fcrepo.client.integration.AbstractResourceIT
-
- Direct Known Subclasses:
FcrepoAuthenticationIT,FcrepoClientIT,VersioningIT
public abstract class AbstractResourceIT extends Object
- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringHOSTNAMEprotected static StringSERVER_ADDRESSprotected static intSERVER_PORT
-
Constructor Summary
Constructors Constructor Description AbstractResourceIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.jena.rdf.model.ModelgetResponseModel(org.fcrepo.client.FcrepoResponse resp)
-
-
-
Field Detail
-
SERVER_PORT
protected static final int SERVER_PORT
-
HOSTNAME
protected static final String HOSTNAME
- See Also:
- Constant Field Values
-
SERVER_ADDRESS
protected static final String SERVER_ADDRESS
-
-
Constructor Detail
-
AbstractResourceIT
public AbstractResourceIT()
-
-
Method Detail
-
getResponseModel
protected org.apache.jena.rdf.model.Model getResponseModel(org.fcrepo.client.FcrepoResponse resp)
-
-