类 ClassPathHacker
- java.lang.Object
-
- org.meteoinfo.util.ClassPathHacker
-
public class ClassPathHacker extends java.lang.Object- 作者:
- Yaqiang Wang
-
-
方法详细资料
-
addFile
public static void addFile(java.lang.String s) throws java.io.IOExceptionAdd a jar file- 参数:
s- Jar file path- 抛出:
java.io.IOException
-
addFile
public static void addFile(java.io.File f) throws java.io.IOExceptionAdd a jar file- 参数:
f- Jar file object- 抛出:
java.io.IOException
-
addURL
public static void addURL(java.net.URL u) throws java.io.IOExceptionAdd URL- 参数:
u- The URL- 抛出:
java.io.IOException
-
-