Interface ArchiveOperations

All Superinterfaces:
GradleService, ProjectService, SettingsService, TaskService

@ServiceScope({org.gradle.internal.service.scopes.Scope.Build.class,org.gradle.internal.service.scopes.Scope.Project.class}) public interface ArchiveOperations extends GradleService, ProjectService, SettingsService, TaskService
Operations on archives such as ZIP or TAR files.

An instance of this type can be injected into a task, plugin or other object by annotating a public constructor or property getter method with javax.inject.Inject.

Since:
6.6