All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iohao.game.common.kit.adapter.HuClassUtil Maven / Gradle / Ivy

There is a newer version: 21.16
Show newest version
package com.iohao.game.common.kit.adapter;


import java.net.URL;

/**
 * @author 渔民小镇
 * @date 2023-01-19
 */
 class HuClassUtil {

    public static String getClassPath() {
        final URL classPathURL = HuResourceUtil.getResource("");
        String url = HuUrlUtil.getDecodedPath(classPathURL);
        return HuFileUtil.normalize(url);
    }

    public static ClassLoader getClassLoader() {
        return HuClassLoaderUtil.getClassLoader();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy