public class DocumentFormatsContainer extends Object
Represents a container for supported document formats.
DocumentFormatsContainer()
Map<String,String>
getSupportedDocumentFormats()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DocumentFormatsContainer()
public Map<String,String> getSupportedDocumentFormats()
The supported document formats where key is extension e.g. "pdf" and value is document type format e.g. "Portable Document Format".
Copyright © 2018. All rights reserved.