Uses of Class
gov.nasa.pds.harvest.search.policy.AccessUrl
-
Packages that use AccessUrl Package Description gov.nasa.pds.harvest.search.crawler.actions gov.nasa.pds.harvest.search.policy -
-
Uses of AccessUrl in gov.nasa.pds.harvest.search.crawler.actions
Constructor parameters in gov.nasa.pds.harvest.search.crawler.actions with type arguments of type AccessUrl Constructor Description CreateAccessUrlsAction(List<AccessUrl> accessUrls)
Constructor. -
Uses of AccessUrl in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy with type parameters of type AccessUrl Modifier and Type Field Description protected List<AccessUrl>
AccessUrls. accessUrl
Methods in gov.nasa.pds.harvest.search.policy that return AccessUrl Modifier and Type Method Description AccessUrl
ObjectFactory. createAccessUrl()
Create an instance ofAccessUrl
Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type AccessUrl Modifier and Type Method Description JAXBElement<AccessUrl>
ObjectFactory. createAccessUrl(AccessUrl value)
List<AccessUrl>
AccessUrls. getAccessUrl()
Gets the value of the accessUrl property.Methods in gov.nasa.pds.harvest.search.policy with parameters of type AccessUrl Modifier and Type Method Description JAXBElement<AccessUrl>
ObjectFactory. createAccessUrl(AccessUrl value)
-