Uses of Class
gov.nasa.pds.harvest.search.policy.FileTypeMap
-
Packages that use FileTypeMap Package Description gov.nasa.pds.harvest.search.policy -
-
Uses of FileTypeMap in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy with type parameters of type FileTypeMap Modifier and Type Field Description protected List<FileTypeMap>
FileTypes. fileTypeMap
Methods in gov.nasa.pds.harvest.search.policy that return FileTypeMap Modifier and Type Method Description FileTypeMap
ObjectFactory. createFileTypeMap()
Create an instance ofFileTypeMap
Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type FileTypeMap Modifier and Type Method Description JAXBElement<FileTypeMap>
ObjectFactory. createFileTypeMap(FileTypeMap value)
List<FileTypeMap>
FileTypes. getFileTypeMap()
Gets the value of the fileTypeMap property.Methods in gov.nasa.pds.harvest.search.policy with parameters of type FileTypeMap Modifier and Type Method Description JAXBElement<FileTypeMap>
ObjectFactory. createFileTypeMap(FileTypeMap value)
-