org.eclipse.jetty.deploy
类 ContextDeployer.ScannerListener

java.lang.Object
  继承者 org.eclipse.jetty.deploy.ContextDeployer.ScannerListener
所有已实现的接口:
Scanner.DiscreteListener, Scanner.Listener
包容类:
ContextDeployer

protected class ContextDeployer.ScannerListener
extends Object
implements Scanner.DiscreteListener


构造方法摘要
protected ContextDeployer.ScannerListener()
           
 
方法摘要
 void fileAdded(String filename)
          Handle a new deployment
 void fileChanged(String filename)
          Handle a change to an existing deployment.
 void fileRemoved(String filename)
          Handle an undeploy.
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ContextDeployer.ScannerListener

protected ContextDeployer.ScannerListener()
方法详细信息

fileAdded

public void fileAdded(String filename)
               throws Exception
Handle a new deployment

指定者:
接口 Scanner.DiscreteListener 中的 fileAdded
抛出:
Exception
另请参见:
Scanner.DiscreteListener.fileAdded(java.lang.String)

fileChanged

public void fileChanged(String filename)
                 throws Exception
Handle a change to an existing deployment. Undeploy then redeploy.

指定者:
接口 Scanner.DiscreteListener 中的 fileChanged
抛出:
Exception
另请参见:
Scanner.DiscreteListener.fileChanged(java.lang.String)

fileRemoved

public void fileRemoved(String filename)
                 throws Exception
Handle an undeploy.

指定者:
接口 Scanner.DiscreteListener 中的 fileRemoved
抛出:
Exception
另请参见:
Scanner.DiscreteListener.fileRemoved(java.lang.String)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.