Uses of Class
org.verapdf.processor.reports.ItemDetails
-
Packages that use ItemDetails Package Description org.verapdf.processor org.verapdf.processor.reports -
-
Uses of ItemDetails in org.verapdf.processor
Methods in org.verapdf.processor that return ItemDetails Modifier and Type Method Description ItemDetailsProcessorResult. getProcessedItem()Methods in org.verapdf.processor with parameters of type ItemDetails Modifier and Type Method Description ProcessorResultItemProcessor. process(ItemDetails fileDetails, InputStream toProcess)Process anInputStreamand return theProcessorResult -
Uses of ItemDetails in org.verapdf.processor.reports
Methods in org.verapdf.processor.reports that return ItemDetails Modifier and Type Method Description static ItemDetailsItemDetails. defaultInstance()static ItemDetailsItemDetails. fromFile(File file)static ItemDetailsItemDetails. fromValues(String name)static ItemDetailsItemDetails. fromValues(String name, long size)
-