类 InfraWar.LibrarySpec
java.lang.Object
cn.taketoday.gradle.tasks.bundling.InfraWar.LibrarySpec
- 所有已实现的接口:
org.gradle.api.specs.Spec<org.gradle.api.file.FileCopyDetails>
- 封闭类:
- InfraWar
private final class InfraWar.LibrarySpec
extends Object
implements org.gradle.api.specs.Spec<org.gradle.api.file.FileCopyDetails>
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
LibrarySpec
private LibrarySpec()
-
-
方法详细资料
-
isSatisfiedBy
public boolean isSatisfiedBy(org.gradle.api.file.FileCopyDetails details) - 指定者:
isSatisfiedBy在接口中org.gradle.api.specs.Spec<org.gradle.api.file.FileCopyDetails>
-