public interface ResourceHandler
Deletable and/or Modifiable interfaces.| Modifier and Type | Method and Description |
|---|---|
DataSet |
get(ResourceSnapshot resource)
Get a representation of a resource managed by the resource handler.
|
DataSet get(ResourceSnapshot resource) throws UnknownResourceException
resource - the resource whose representation is to be retrieved.UnknownResourceException - if the resource handler does not manage the specified
resource.ApplicationRuntimeException - if an internal exception prevents the retrieval of the
representation.
Copyright (C) 2014, Center for Open Middleware