Enum Class的使用
cn.taketoday.gradle.tasks.bundling.ZipCompression
使用ZipCompression的程序包
-
cn.taketoday.gradle.tasks.bundling中ZipCompression的使用
类型参数类型为ZipCompression的cn.taketoday.gradle.tasks.bundling中的字段修饰符和类型字段说明private final Function<org.gradle.api.file.FileCopyDetails,ZipCompression> InfraArchiveSupport.compressionResolverprivate final Function<org.gradle.api.file.FileCopyDetails,ZipCompression> InfraZipCopyAction.compressionResolver修饰符和类型方法说明InfraJar.ZipCompressionResolver.apply(org.gradle.api.file.FileCopyDetails details) InfraWar.ZipCompressionResolver.apply(org.gradle.api.file.FileCopyDetails details) protected ZipCompressionInfraJar.resolveZipCompression(org.gradle.api.file.FileCopyDetails details) Return theZipCompressionthat should be used when adding the file represented by the givendetailsto the jar.protected ZipCompressionInfraWar.resolveZipCompression(org.gradle.api.file.FileCopyDetails details) Return theZipCompressionthat should be used when adding the file represented by the givendetailsto the jar.static ZipCompressionReturns the enum constant of this class with the specified name.static ZipCompression[]ZipCompression.values()Returns an array containing the constants of this enum class, in the order they are declared.类型变量类型为ZipCompression的cn.taketoday.gradle.tasks.bundling中的构造器参数限定符构造器说明(专用程序包)InfraArchiveSupport(String loaderMainClass, org.gradle.api.specs.Spec<org.gradle.api.file.FileCopyDetails> librarySpec, Function<org.gradle.api.file.FileCopyDetails, ZipCompression> compressionResolver) (专用程序包)InfraZipCopyAction(File output, org.gradle.api.java.archives.Manifest manifest, boolean preserveFileTimestamps, Integer dirMode, Integer fileMode, boolean includeDefaultLoader, String layerToolsLocation, org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> requiresUnpack, org.gradle.api.specs.Spec<org.gradle.api.file.FileTreeElement> exclusions, LaunchScriptConfiguration launchScript, org.gradle.api.specs.Spec<org.gradle.api.file.FileCopyDetails> librarySpec, Function<org.gradle.api.file.FileCopyDetails, ZipCompression> compressionResolver, String encoding, ResolvedDependencies resolvedDependencies, LayerResolver layerResolver)