Uses of Class
org.eclipse.higgins.rpps.core.tobj.FormatDescriptorTO

Packages that use FormatDescriptorTO
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.impl   
 

Uses of FormatDescriptorTO in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core that return FormatDescriptorTO
 FormatDescriptorTO IRppsService.checkImportStream(byte[] crd)
          Checks whether RppsService can recognize data format of the provided input stream.
 FormatDescriptorTO[] IRppsService.getOutputFormats()
           
 

Uses of FormatDescriptorTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return FormatDescriptorTO
 FormatDescriptorTO RppsService.checkImportStream(byte[] crd)
          Checks whether RppsService can recognize data format of the provided input stream.
 FormatDescriptorTO[] RppsService.getOutputFormats()