Name

StructuredDocumentFactory.Instantiator.ExtensionMapping

Synopsis

The StructuredDocumentFactory class uses classes that implement this interface to construct specific types of structured documents. This is transparent to developers.

public static class StructuredDocumentFactory.Instantiator.ExtensionMapping {
// Public Constructors
   public ExtensionMapping(String extension, MimeMediaType mimetype); 
// Public Instance Methods
   public String getExtension();  
   public MimeMediaType getMimeMediaType();  
   public int hascode();  
// Public Methods Overriding Object
   public boolean equals(Object target);  
   public String toString();  
// Protected Methods Overriding Object
   protected Object clone();  
}

Returned By

StructuredDocumentFactory.Instantiator.getSupportedFileExtensions()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.