|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bm.ejb3metadata.finder.ClassFinder
public class ClassFinder
This class discover implementations for interfaces. The current implementation takes "is happy" with one possible impelmentation. If a interface has two implementations it´s currently not defined which one if going to be returned
| Constructor Summary | |
|---|---|
ClassFinder()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getListOfClasses(java.lang.Class firstSearchClue)
Searches all classes in a given directory (up to top lever and from there recursive) of in a given jar file. |
java.util.List<java.lang.String> |
getListOfClasses(java.lang.String firstSearchClue)
Searches all classer in a given directory (up to top lever and from there recursive) of in a given jar file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFinder()
| Method Detail |
|---|
public java.util.List<java.lang.String> getListOfClasses(java.lang.Class firstSearchClue)
firstSearchClue - -
the location of this class will be used as a hint , where to
start with the search
public java.util.List<java.lang.String> getListOfClasses(java.lang.String firstSearchClue)
firstSearchClue -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||