Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.Part
-
Packages that use Part Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart -
-
Uses of Part in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that return Part Modifier and Type Method Description PartPart. setContent(Content content)Set the Content of this Part.PartPart. setLogIndent(String logIndent)Sets the indentation of log messages.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that return types with arguments of type Part Modifier and Type Method Description List<Part>MixedContent. getParts()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart with parameters of type Part Modifier and Type Method Description MixedContentMixedContent. addPart(Part part)
-