things.thinger.service.httptool
Class ServeManager.FileType

java.lang.Object
  extended by things.thinger.service.httptool.ServeManager.FileType
Enclosing class:
ServeManager

public class ServeManager.FileType
extends java.lang.Object

A File Type. Matches type to extensions.


Constructor Summary
ServeManager.FileType(java.lang.String type, java.lang.String... extensions)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServeManager.FileType

public ServeManager.FileType(java.lang.String type,
                             java.lang.String... extensions)


Things.