Uses of Class
com.silverpeas.export.ImportDescriptor

Packages that use ImportDescriptor
com.silverpeas.export Provides the different exporters and importers of serializable Silverpeas resources in a specific format (PDF, iCal, JSON, and so on). 
 

Uses of ImportDescriptor in com.silverpeas.export
 

Methods in com.silverpeas.export that return ImportDescriptor
static ImportDescriptor ImportDescriptor.withInputStream(InputStream inputStream)
          Creates and initializes a new descriptor on an import process with the specified input stream and import format.
static ImportDescriptor ImportDescriptor.withReader(Reader reader)
          Creates and initializes a new descriptor on an import process with the specified reader and import format.
 

Methods in com.silverpeas.export with parameters of type ImportDescriptor
 T Importer.importFrom(ImportDescriptor descriptor)
          Imports a serialized resource from either the reader or the input stream and according to the import parameters carried by the specified descriptor.
 



Copyright © 2016 Silverpeas. All Rights Reserved.