spring-loaded FileSystemWatcherInterface 源码
spring-loaded FileSystemWatcherInterface 代码
文件路径:/springloaded/src/main/java/org/springsource/loaded/agent/FileSystemWatcherInterface.java
package org.springsource.loaded.agent;
import java.io.File;
public interface FileSystemWatcherInterface {
/**
* Shutdown the thread.
*/
public void shutdown();
/**
* Add a new file to the list of those being monitored. If the file is something that can be watched, then this
* method will cause the thread to start (if it hasn't already been started).
*
* @param fileToMonitor the file to start monitor
*/
public void register(File fileToMonitor);
}
相关信息
相关文章
spring-loaded CglibPluginCapturing 源码
spring-loaded ClassPreProcessorAgentAdapter 源码
spring-loaded ClassVisitingConstructorAppender 源码
spring-loaded FalseReturner 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦