org.eclipse.jetty.embedded
Class FileServerXml

java.lang.Object
  extended by org.eclipse.jetty.embedded.FileServerXml

public class FileServerXml
extends Object

A Jetty FileServer. This server is identical to FileServer, except that it is configured via an XmlConfiguration config file that does the identical work.

See Also:
http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk/example-jetty-embedded/src/main/resources/fileserver.xml

Constructor Summary
FileServerXml()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileServerXml

public FileServerXml()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.