Package org.kohsuke.file_leak_detector
-
Class Summary Class Description ActivityListener Allows user programs to receive callbacks for file open/close activities.AgentMain Java agent that instruments JDK classes to keep track of where file descriptors are opened.Listener Intercepted JDK calls land here.Listener.FileRecord Record of opened file.Listener.PathRecord Listener.Record Remembers who/where/when opened a file.Listener.SelectorRecord Listener.ServerSocketRecord Record of opened server socket.Listener.SinkChannelRecord Listener.SocketChannelRecord Record of opened SocketChannel.Listener.SocketRecord Record of opened socket.Listener.SourceChannelRecord Main Entry point for externally attaching agent into another local process.