-
public final class VaultClient
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>commandprivate final MapProperty<String, Any>commandPropertiesprivate final StringcommandEffectiveprivate final DirectoryPropertycontentDirprivate final Property<String>contentRelativePathprivate final FilecontentDirEffectiveprivate final AemExtensionaem
-
Constructor Summary
Constructors Constructor Description VaultClient(AemExtension aem)
-
Method Summary
Modifier and Type Method Description final Unitcli(Function1<CliApp, Unit> options)final VaultSummaryrun()final Property<String>getCommand()final MapProperty<String, Any>getCommandProperties()final StringgetCommandEffective()final DirectoryPropertygetContentDir()final Property<String>getContentRelativePath()final FilegetContentDirEffective()final AemExtensiongetAem()-
-
Constructor Detail
-
VaultClient
VaultClient(AemExtension aem)
-
-
Method Detail
-
run
final VaultSummary run()
-
getCommand
final Property<String> getCommand()
-
getCommandProperties
final MapProperty<String, Any> getCommandProperties()
-
getCommandEffective
final String getCommandEffective()
-
getContentDir
final DirectoryProperty getContentDir()
-
getContentRelativePath
final Property<String> getContentRelativePath()
-
getContentDirEffective
final File getContentDirEffective()
-
getAem
final AemExtension getAem()
-
-
-
-