org.gcube.data.oai.tmplugin.requests
Class WrapSetsRequest
java.lang.Object
org.gcube.data.oai.tmplugin.requests.Request
org.gcube.data.oai.tmplugin.requests.WrapSetsRequest
- All Implemented Interfaces:
- Serializable
public class WrapSetsRequest
- extends Request
- implements Serializable
A Request to bind the OAI Plugin to one or more sets of an OAI
repository.
- Author:
- Fabio Simeoni
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
WrapSetsRequest()
|
|
WrapSetsRequest(String url)
Creates an instance with the URL of an OAI repository and a prefix for
the names of the sets to use as the names of the corresponding sources. |
| Methods inherited from class org.gcube.data.oai.tmplugin.requests.Request |
addAlternativesXPath, addSets, getAlternativesXPath, getContentXPath, getDescription, getMetadataFormat, getName, getRepositoryUrl, getSets, getTitleXPath, setContentXPath, setDescription, setMetadataFormat, setName, setRepositoryUrl, setTitleXPath |
WrapSetsRequest
protected WrapSetsRequest()
WrapSetsRequest
public WrapSetsRequest(String url)
throws IllegalArgumentException
- Creates an instance with the URL of an OAI repository and a prefix for
the names of the sets to use as the names of the corresponding sources.
- Throws:
IllegalArgumentException
toString
public String toString()
-
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Request
equals
public boolean equals(Object obj)
- Overrides:
equals in class Request
Copyright © 2013. All Rights Reserved.