Uses of Interface
lumis.portal.file.transformation.IFileTransformer
-
Packages that use IFileTransformer Package Description lumis.portal.file.transformation Provides the file transformations. -
-
Uses of IFileTransformer in lumis.portal.file.transformation
Classes in lumis.portal.file.transformation that implement IFileTransformer Modifier and Type Class Description class
DefaultFileTransformer
Default file transformer.Methods in lumis.portal.file.transformation that return IFileTransformer Modifier and Type Method Description IFileTransformer
FileTransformerFactory. getTransformer(String serviceInstanceId)
Returns the proper transformer.
Returns a customized extractor if defined else returns the default content extractor.
-