org.nodal.filesystem
Class DocumentFormat.Registry

java.lang.Object
  extended byorg.nodal.filesystem.DocumentFormat.Registry
Enclosing class:
DocumentFormat

public static class DocumentFormat.Registry
extends java.lang.Object

A class for managing the registration of DocumentSchemas via their MIME type designators.


Constructor Summary
DocumentFormat.Registry()
           
 
Method Summary
static DocumentFormat get(java.lang.String mimeType)
           
static DocumentFormat getExisting(java.lang.String mimeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFormat.Registry

public DocumentFormat.Registry()
Method Detail

getExisting

public static DocumentFormat getExisting(java.lang.String mimeType)

get

public static DocumentFormat get(java.lang.String mimeType)