| Package | Description |
|---|---|
| com.litongjava.utils.maven |
| Modifier and Type | Method and Description |
|---|---|
static Dependency |
MavenUtils.getDependency(File file,
String localMavenPath)
从路径中获取依赖
|
static Dependency |
MavenUtils.getDependency(String jarAbsolutePath,
String repodir) |
| Modifier and Type | Method and Description |
|---|---|
static List<Dependency> |
MavenUtils.parse(List<String> jars,
String repodir)
将 jar中的全路径转成成实体类
|
static List<Dependency> |
MavenUtils.recursiveGetFile(File folderFile,
List<Dependency> listDependencies,
String localMavenPath)
递归获取jar包和依赖描述
|
| Modifier and Type | Method and Description |
|---|---|
static List<Dependency> |
MavenUtils.recursiveGetFile(File folderFile,
List<Dependency> listDependencies,
String localMavenPath)
递归获取jar包和依赖描述
|
Copyright © 2021. All rights reserved.