程序包 com.alazeprt
类 LocalDependency
java.lang.Object
com.alazeprt.Dependency
com.alazeprt.LocalDependency
Represents a Maven dependency and provides methods for retrieving sub-dependencies.
Also provides methods for parsing dependency information and obtaining URLs.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets the shortening name of the dependency.booleanIs this class a class that needs to be downloaded externally从类继承的方法 com.alazeprt.Dependency
getSubDependencies
-
构造器详细资料
-
LocalDependency
Initializes a dependency with default central URL.- 参数:
dependency- Shortening name of the dependency
-
-
方法详细资料
-
getDependency
Gets the shortening name of the dependency.- 覆盖:
getDependency在类中Dependency- 返回:
- Dependency shortening name
-
isExternal
public boolean isExternal()从类复制的说明:DependencyIs this class a class that needs to be downloaded externally- 指定者:
isExternal在类中Dependency- 返回:
- Whether it is an external dependency class
-