org.dspace.app.mediafilter
Interface SelfRegisterInputFormats

All Known Implementing Classes:
JPEGFilter

public interface SelfRegisterInputFormats

Interface to allow filters to register the input formats they handle (useful for exposing underlying capabilities of libraries used)


Method Summary
 String[] getInputDescriptions()
           
 String[] getInputExtensions()
           
 String[] getInputMIMETypes()
           
 

Method Detail

getInputMIMETypes

String[] getInputMIMETypes()

getInputDescriptions

String[] getInputDescriptions()

getInputExtensions

String[] getInputExtensions()


Copyright © 2010 DuraSpace. All Rights Reserved.