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
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.