jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

add possibility to define ExternalListener #12

Closed mlinhard closed 10 years ago

mlinhard commented 10 years ago

this might be handy when I have a simple test app where I want to listen to the open file and open socket events you just add the agent option listener=com.example.ExternalListenerImpl where ExternalListenerImpl class implements org.kohsuke.file_leak_detector.ExternalListener

buildhive commented 10 years ago

Kohsuke Kawaguchi » file-leak-detector #13 SUCCESS This pull request looks good (what's this?)

kohsuke commented 10 years ago

I've massaged the change and merged it toward 1.7