public class JarHelper extends Object
| 构造器和说明 |
|---|
JarHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
JarInfo |
exportGwtConnector(ApiDoc api,
String path,
String packageName,
String className,
String libPath)
输出GWT连接器 Jar包.
|
List<JarInfo> |
jar(ApiDoc api,
String path,
String packageName,
String className,
String libPath)
输出Jar包到指定的目录.
|
static String |
makePathFile(String javaConnectorSourcePath,
String packageName,
String className)
Make path file.
|
void |
setAntHome(String home)
Sets the ant home.
|
public void setAntHome(String home)
home - the new ant homepublic List<JarInfo> jar(ApiDoc api, String path, String packageName, String className, String libPath)
api - the apipath - the pathpackageName - the package nameclassName - the class namelibPath - the lib pathpublic JarInfo exportGwtConnector(ApiDoc api, String path, String packageName, String className, String libPath)
api - the apipath - the pathpackageName - the package nameclassName - the class namelibPath - the lib pathCopyright © 2018. All rights reserved.