- All Implemented Interfaces:
Comparable<Task>, ContentFilterable, CopyProcessingSpec, CopySourceSpec, CopySpec, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.file.copy.CopySpecSource, org.gradle.api.internal.IConventionAware, org.gradle.api.internal.TaskInternal, Named, ExtensionAware, Task, PatternFilterable, Configurable<Task>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors
-
Method Summary
protected org.gradle.api.internal.file.copy.CopyActionExecuterReturns the appendix part of the archive name, if any.
Returns the base name of the archive.
Returns the classifier part of the archive name, if any.
Returns the extension part of the archive name.
Returns the archive name.
Returns the version part of the archive name.
The directory where the archive will be placed.
Specifies the reproducible file timestamp used for each entry in the archive in milliseconds from the epoch of 1970-01-01T00:00:00Z.
Specifies the destination directory *inside* the archive for the files.
Creates and configures a child
CopySpecwith a destination directory *inside* the archive for the files.Creates and configures a child
CopySpecwith a destination directory *inside* the archive for the files.booleanSpecifies whether file timestamps should be preserved in the archive.
booleanSpecifies whether to enforce a reproducible file order when reading files from directories.
voidsetPreserveFileTimestamps (boolean preserveFileTimestamps)Specifies whether file timestamps should be preserved in the archive.
voidsetReproducibleFileOrder (boolean reproducibleFileOrder)Specifies whether to enforce a reproducible file order when reading files from directories.
voidSets the directory and file permissions for archived files to be read from the file system.
Methods inherited from class AbstractCopyTask
copy, createCopyAction, createRootSpec, dirPermissions, eachFile, eachFile, exclude, exclude, exclude, exclude, expand, expand, filePermissions, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirectoryFileTreeFactory, getDirPermissions, getDocumentationRegistry, getDuplicatesStrategy, getExcludes, getFileLookup, getFilePermissions, getFileResolver, getFileSystem, getFilteringCharset, getIncludeEmptyDirs, getIncludes, getInstantiator, getMainSpec, getObjectFactory, getPropertyFactory, getRootSpec, getSource, include, include, include, include, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDuplicatesStrategy, setExcludes, setFilteringCharset, setIncludeEmptyDirs, setIncludes, withMethods inherited from class org.gradle.api.internal.ConventionTask
conventionMapping, conventionMapping, getConventionMappingMethods inherited from class DefaultTask
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceMethods inherited from class org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, doNotTrackStateIf, getAsDynamicObject, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonsNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, restoreOnlyIf, restoreTaskActions, setImpliesSubProjects
-
Constructor Details
-
AbstractArchiveTask
-
-
Method Details
-
getFileSystemOperations
-
getArchiveFileName
-
getArchiveFile
-
getDestinationDirectory
-
getArchiveBaseName
-
getArchiveAppendix
-
getArchiveVersion
-
getArchiveExtension
-
getArchiveClassifier
-
into
-
into
-
into
-
getReproducibleFileTimestamp
-
isPreserveFileTimestamps
-
setPreserveFileTimestamps
-
isReproducibleFileOrder
-
setReproducibleFileOrder
-
useFileSystemPermissions
-
createCopyActionExecuter
-