70 |
private static Logger log = Logger.getLogger(ReleaseUtil.class); |
private static Logger log = Logger.getLogger(ReleaseUtil.class); |
71 |
|
|
72 |
/** |
/** |
73 |
* This is the main public API method which never throws an exception. |
* Returns all (the most) information in one sting. This is a public method |
74 |
|
* which never throws an Exception. |
75 |
* |
* |
76 |
* @param clazz |
* @param clazz |
77 |
* Pass a class that resides in the same "project" or jar, where |
* Pass a class that resides in the same "project" or jar, where |