霍茲名企定向培養(yǎng)測試開發(fā)進(jìn)階班
2022-12-12 10:42 作者:娜娜絡(luò)絡(luò) | 我要投稿
private Class<?> deduceMainApplicationClass() {
? ? ? ?try {
? ? ? ? ? ?StackTraceElement[] stackTrace = new RuntimeException().getStackTrace();
? ? ? ? ? ?for (StackTraceElement stackTraceElement : stackTrace) {
? ? ? ? ? ? ? ?if ("main".equals(stackTraceElement.getMethodName())) {
? ? ? ? ? ? ? ? ? ?return Class.forName(stackTraceElement.getClassName());
? ? ? ? ? ? ? ?}
標(biāo)簽: