org.apache.maven.plugins.site
Class SimpleDavServerHandler

java.lang.Object
  extended by org.apache.maven.plugins.site.SimpleDavServerHandler

public class SimpleDavServerHandler
extends Object

Since:
3.0-beta-2
Version:
$Id: SimpleDavServerHandler.html 816568 2012-05-08 12:09:38Z hboutemy $
Author:
olamy

Constructor Summary
SimpleDavServerHandler(File targetPath)
           
SimpleDavServerHandler(javax.servlet.Servlet servlet)
           
 
Method Summary
 int getPort()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDavServerHandler

public SimpleDavServerHandler(File targetPath)
                       throws Exception
Throws:
Exception

SimpleDavServerHandler

public SimpleDavServerHandler(javax.servlet.Servlet servlet)
                       throws Exception
Throws:
Exception
Method Detail

getPort

public int getPort()

stop

public void stop()
          throws Exception
Throws:
Exception


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.