Pregunta

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

¿Fue útil?

Solución

In the directory:

grep 'implements {x}' *

That should do it.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top