org.openrdf.server.metadata.concepts
Interface WebResource
- All Superinterfaces:
- RDFObject, RDFResource
- All Known Implementing Classes:
- NamedGraphSupport, WebResourceSupport
public interface WebResource
- extends RDFResource
A resource that was uploaded to the server.
- Author:
- James Leigh
getURI
URI getURI()
identityTag
String identityTag()
getMediaType
String getMediaType()
setMediaType
void setMediaType(String mediaType)
getContentMD5
String getContentMD5()
setContentMD5
void setContentMD5(String digest)
mimeType
String mimeType()
extractMetadata
void extractMetadata(File file)
throws RepositoryException,
IOException
- Throws:
RepositoryException
IOException
Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.