类 JarTypeFileSpec

java.lang.Object
cn.taketoday.gradle.plugin.JarTypeFileSpec
所有已实现的接口:
org.gradle.api.specs.Spec<File>

class JarTypeFileSpec extends Object implements 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

      private static final Set<String> EXCLUDED_JAR_TYPES
  • 构造器详细资料

    • JarTypeFileSpec

      JarTypeFileSpec()
  • 方法详细资料

    • isSatisfiedBy

      public boolean isSatisfiedBy(File file)
      指定者:
      isSatisfiedBy 在接口中 org.gradle.api.specs.Spec<File>