Is there a way to obtain a list of all classes that implement a certain Interface inside a directory?

有帮助吗?

解决方案

In the directory:

grep 'implements {x}' *

That should do it.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top