类 JarTypeFileSpec
java.lang.Object
cn.taketoday.gradle.plugin.JarTypeFileSpec
- 所有已实现的接口:
org.gradle.api.specs.Spec<File>
A
Spec for filtering FileCollection
to remove jar files based on their Infra-App-Jar-Type as defined in the
manifest. Jars of type dependencies-starter are excluded.- 从以下版本开始:
- 4.0
- 作者:
- Andy Wilkinson, Harry Yang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
EXCLUDED_JAR_TYPES
-
-
构造器详细资料
-
JarTypeFileSpec
JarTypeFileSpec()
-
-
方法详细资料
-
isSatisfiedBy
- 指定者:
isSatisfiedBy在接口中org.gradle.api.specs.Spec<File>
-