Uses of Class
gov.nasa.pds.harvest.search.policy.Slot
-
Packages that use Slot Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.harvest.search.policy -
-
Uses of Slot in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Methods in gov.nasa.pds.harvest.search.crawler.metadata.extractor that return types with arguments of type Slot Modifier and Type Method Description List<Slot>
Pds3MetExtractorConfig. getStaticMetadata()
Gets the static metadata. -
Uses of Slot in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy with type parameters of type Slot Modifier and Type Field Description protected List<Slot>
StaticMetadata. slot
Methods in gov.nasa.pds.harvest.search.policy that return Slot Modifier and Type Method Description Slot
ObjectFactory. createSlot()
Create an instance ofSlot
Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type Slot Modifier and Type Method Description JAXBElement<Slot>
ObjectFactory. createSlot(Slot value)
List<Slot>
StaticMetadata. getSlot()
Gets the value of the slot property.Methods in gov.nasa.pds.harvest.search.policy with parameters of type Slot Modifier and Type Method Description JAXBElement<Slot>
ObjectFactory. createSlot(Slot value)
-