| 程序包 | 说明 |
|---|---|
| com.ds.common.logging |
Simple wrapper API around multiple logging APIs.
|
| com.ds.common.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LogSetpLog |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
CompileJava.compile(File file,
Set<String> classPaths,
ChromeProxy log) |
static boolean |
CompileJava.compile(File file,
Set<String> libPaths,
Set<String> classPaths,
ChromeProxy log) |
static boolean |
CompileJava.compile(Set<File> list,
Set<String> libPaths,
Set<String> classPaths,
ChromeProxy log) |
static boolean |
CompileJava.compile(String src,
Set<String> paths,
ChromeProxy chrome) |
static boolean |
CompileJava.compile(String src,
Set<String> paths,
Set<String> classPaths,
ChromeProxy chrome) |
static void |
JarCompile.compileAndZip(String src,
String des,
String name,
File cfg,
List<String> jarContentPath,
ChromeProxy log) |
static void |
JarCompile.compileAndZip(String src,
String des,
String name,
String regex,
List<String> jarContentPath,
ChromeProxy log)
把指定目录src下的所有文件压缩生成名字为name的.jar文件,放到des目录下,如果src中有.java文件,则编译后再压缩
|
Copyright © 2023 onecode. All rights reserved.