
com.github.mowedgrass.jasyptgradleboot.task.file.PropertiesEncryptionTask.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasypt-gradle-boot-plugin Show documentation
Show all versions of jasypt-gradle-boot-plugin Show documentation
jasypt spring boot gradle plugin
The newest version!
package com.github.mowedgrass.jasyptgradleboot.task.file
import com.github.mowedgrass.jasyptgradleboot.task.PasswordAwareTask
import com.github.mowedgrass.jasyptgradleboot.task.file.metadata.FileMetadata
import com.github.mowedgrass.jasyptgradleboot.task.file.resource.FileSystemWrapper
import com.github.mowedgrass.jasyptgradleboot.task.file.process.ProcessRequest
import com.github.mowedgrass.jasyptgradleboot.task.file.resource.ResourceFilter
import com.github.mowedgrass.jasyptgradleboot.task.file.resource.ResourceProcessor
import com.github.mowedgrass.jasyptgradleboot.task.file.resource.ResourceProcessorFactory
import org.gradle.api.internal.tasks.options.Option
import org.jasypt.encryption.StringEncryptor
abstract class PropertiesEncryptionTask extends PasswordAwareTask
© 2015 - 2025 Weber Informatics LLC | Privacy Policy