-
-
-
- Interface
- Summary
-
-
-
- ISupportSwitch
-
- Interfaces for all switches.
- Commands "support" switches by implementing an ISupportSwitch
- (e.g. ISupportSwitchPassword
is implemented in all commands
- that support setting a password (-p).
+
- ISupportSwitchArchiveType
+ SwitchDisableParsingOfArchiveName
- Command supports switch -t (set Type of archive).
+ -an (Disable parsing of archive_name) switch.
- The Switch is SwitchArchiveType
.
+ Disables parsing of the archive_name field on the command line.
+ This switch must be used with the -ai (Include archives) switch.
+ If you use a file list for your archives, you specify it with the -ai switch,
+ so you need to disable parsing of archive_name field from command line.
- The Builder is SwitchArchiveTypeBuilder
.
-
+
+
- ISupportSwitchCompressFilesOpenForWriting
+ SwitchExcludeArchiveFilename
- Command supports switch -ssw (Compress files open for writing).
+ -ax (Exclude archive filenames) switch.
- The Switch is SwitchCompressFilesOpenForWriting
.
+ Specifies archives to be excluded from the operation.
+ Multiple exclude archive switches are supported.
- The Builder is SwitchCompressFilesOpenForWritingBuilder
.
-
+
+
- ISupportSwitchCompressionMethod
+ SwitchExcludeArchiveFilenameCollection
-
- Command supports switch -m (Set compression Method).
-
-
- The Switch is SwitchCompressionMethod
.
-
-
- The Builder is SwitchCompressionMethodBuilder
.
-
+ A Collection of SwitchExcludeArchiveFilename
.
- ISupportSwitchDeleteAfterCompression
+ SwitchExcludeFilename
- Command supports switch -sdel (Delete files after compression).
+ -x (Exclude filenames) switch.
- The Switch is SwitchDeleteAfterCompression
.
+ Specifies which filenames or wildcard-names must be excluded from the operation.
+ Multiple exclude switches are supported.
- The Builder is SwitchDeleteAfterCompressionBuilder
.
-
+
+
- ISupportSwitchDisableParsingOfArchiveName
+ SwitchExcludeFilenameCollection
-
- Command supports switch -an (Disable parsing of archive_name).
-
-
- The Switch is SwitchDisableParsingOfArchiveName
.
-
-
- The Builder is SwitchDisableParsingOfArchiveNameBuilder
.
-
-
+ A Collection of SwitchExcludeFilename
.
- ISupportSwitchExcludeArchiveFilenames
+ SwitchFullyQualifiedFilePaths
+ -spf (Use fully qualified file paths) switch.
+ (Also, -spf2 for full paths without drive letters.)
- Command supports switch -ax (Exclude archive filenames).
-
-
- The Switch is SwitchExcludeArchiveFilenameCollection
.
+ Enables the mode that allows to use fully qualified file paths in archives.
+ If -spf switch is not specified, 7-Zip reduces file paths to relative paths when
+ it adds files to archive, and 7-Zip converts paths to relative paths when you extract archive.
+ If -spf switch is specified, 7-Zip doesn't try to process or convert paths.
- The Builder is SwitchExcludeArchiveFilenamesBuilder
.
-
+
+
- ISupportSwitchExcludeFilenames
+ SwitchIncludeArchiveFilename
- Command supports switch -x (Exclude filenames).
+ -ai (Include archive filenames) switch.
- The Switch is SwitchExcludeFilenameCollection
.
+ Specifies additional include archive filenames and wildcards.
+ Multiple include switches are supported.
- The Builder is SwitchExcludeFilenamesBuilder
.
-
+
+
- ISupportSwitchFullyQualifiedFilePaths
+ SwitchIncludeArchiveFilenameCollection
-
- Command supports switch -spf/-spf2 (Use fully qualified file paths).
-
-
- The Switch is SwitchFullyQualifiedFilePaths
.
-
-
- The Builder is SwitchFullyQualifiedFilePathsBuilder
.
-
-
+ A Collection of SwitchIncludeArchiveFilename
.
- ISupportSwitchIncludeArchiveFilenames
+ SwitchIncludeFilename
- Command supports switch -ai (Include archive filenames).
+ -i (Include filenames) switch.
- The Switch is SwitchIncludeArchiveFilenameCollection
.
+ Specifies additional include filenames and wildcards.
+ Multiple include switches are supported.
- The Builder is SwitchIncludeArchiveFilenamesBuilder
.
-
+
+
- ISupportSwitchIncludeFilenames
+ SwitchIncludeFilenameCollection
+
+ A Collection of SwitchIncludeFilename
.
+
+
+
+ SwitchNtSecurityInformation
- Command supports switch -i (Include filenames).
+ -sni (Store NT security information) switch.
- The Switch is SwitchIncludeFilenameCollection
.
+ Use this switch to store and restore NT (NTFS) security information for files and directories.
+ Note that only NTFS file system supports that feature.
+ Current version of 7-Zip can store NT security information only to WIM archives.
- The Builder is SwitchIncludeFilenamesBuilder
.
-
+
+
- ISupportSwitchNtSecurityInformation
+ SwitchNtfsAlternateStreams
- Command supports switch -sni (NT security information).
+ -sns (Store NTFS alternate Streams) switch.
- The Switch is SwitchNtSecurityInformation
.
+ If -sns mode is enabled, 7-Zip processes NTFS Alternate Data Streams for files and folders.
+ Current version of 7-Zip can store NTFS alternate streams only to WIM archives.
+ Note: 7-Zip can't include alternate streams to archives on 32-bit Windows XP and older systems.
- The Builder is SwitchNtSecurityInformationBuilder
.
-
+
+
- ISupportSwitchNtfsAlternateStreams
+ SwitchOutputDirectory
- Command supports switch -sns (NTFS alternate Streams).
+ -o (set Output directory) switch.
- The Switch is SwitchNtfsAlternateStreams
.
+ Specifies a destination directory where files are to be extracted.
+ This switch can be used only with extraction commands.
- The Builder is SwitchNtfsAlternateStreamsBuilder
.
-
+
+
- ISupportSwitchOutputDirectory
+ SwitchOverwriteMode
- Command supports switch -o (set Output directory).
+ -ao (Overwrite mode) switch.
- The Switch is SwitchOutputDirectory
.
+ Specifies the overwrite mode during extraction, to overwrite files already present on disk.
- The Builder is SwitchOutputDirectoryBuilder
.
-
+
+
- ISupportSwitchOverwriteMode
+ SwitchPassword
- Command supports switch -ao (Overwrite mode).
+ -p (set Password) switch.
- The Switch is SwitchOverwriteMode
.
+ Specifies password.
- The Builder is SwitchOverwriteModeBuilder
.
-
+
+
- ISupportSwitchPassword
+ SwitchRecurseSubdirectories
- Command supports switch -p (set Password) .
+ -r (Recurse subdirectories) switch.
- The Switch is SwitchPassword
.
+ Specifies the method of treating wildcards and filenames on the command line.
- The Builder is SwitchPasswordBuilder
.
-
+
+
- ISupportSwitchRecurseSubdirectories
+ SwitchSelfExtractingArchive
- Command supports switch -r (Recurse subdirectories).
+ -sfx (Create SFX archive) switch.
- The Switch is SwitchRecurseSubdirectories
.
+ Specifies the SFX module that will be combined with the archive.
+ This module must be placed in the same directory as the 7z.exe.
+ If {SFX_Module} is not assigned, 7-Zip will use standard console SFX module 7zCon.sfx.
- The Builder is SwitchRecurseSubdirectoriesBuilder
.
-
+
+
- ISupportSwitchSelfExtractingArchive
+ SwitchSetHashFunction
- Command supports switch -sfx (Create SFX archive).
+ -scrc (Set hash function) switch.
- The Switch is SwitchSelfExtractingArchive
.
+ Sets hash function for "extract" and "hash" commands.
- The Builder is SwitchSelfExtractingArchiveBuilder
.
-
+
+
- ISupportSwitchSetHashFunction
+ SwitchSetHashFunctionCollection
+
+ A Collection of SwitchSetHashFunction
.
+
+
+
+ SwitchSetTimestampFromMostRecentFile
- Command supports switch -scrc (Set hash function).
+ -stl (Set archive time-stamp from the most recently modified file) switch.
- The Switch is SwitchSetHashFunction
.
+ If -stl switch is specified, 7-Zip sets time-stamp for archive file as
+ time-stamp from the most recently modified file in that archive.
- The Builder is SwitchSetHashFunctionBuilder
.
-
+
+
- ISupportSwitchShowTechnicalInformation
+ SwitchShowTechnicalInformation
- Command supports switch -slt (Show technical information).
+ -slt (Show technical information) switch.
- The Switch is SwitchShowTechnicalInformation
.
+ Sets technical mode for l (List) command.
- The Builder is SwitchShowTechnicalInformationBuilder
.
-
+
+
- ISupportSwitchTimestampFromMostRecentFile
+ SwitchUpdateOptions
- Command supports switch -stl (Set archive time-stamp from the most recently modified file).
+ -u (Update options) switch.
- The Switch is SwitchSetTimestampFromMostRecentFile
.
+ Specifies how to update files in an archive and (or) how to create new archives.
- The Builder is SwitchSetTimestampFromMostRecentFileBuilder
.
-
+
+
- ISupportSwitchUpdateOptions
+ SwitchVolume
- Command supports switch -u (Update options).
+ -v (Create Volumes) switch.
- The Switch is SwitchUpdateOptions
.
+ Specifies volume sizes.
- The Builder is SwitchUpdateOptionsBuilder
.
-
+
+
- ISupportSwitchVolume
+ SwitchVolumeCollection
+
+ A Collection of SwitchVolume
.
+
+
+
+ SwitchWorkingDirectory
- Command supports switch -v (Create Volumes).
+ -w (set Working directory) switch.
- The Switch is SwitchVolumeCollection
.
+ Sets the working directory for the temporary base archive.
+ By default, 7-Zip builds a new base archive file in the same
+ directory as the old base archive file. By specifying this switch,
+ you can set the working directory where the temporary base archive file will be built.
+ After the temporary base archive file is built, it is copied over the original archive;
+ then, the temporary file is deleted.
- The Builder is SwitchVolumeBuilder
.
-
+
+
- ISupportSwitchWorkingDirectory
- .
-
- Command supports switch -w (Working directory).
-
-
- The Switch is SwitchWorkingDirectory
.
-
+ UpdateAction
+
+ Specifies the action for a given SwitchUpdateOptions
-State.
- The Builder is SwitchWorkingDirectoryBuilder
.
-
-
+
+
- ISwitch
+ VolumeUnit
- Base for all Switches.
+ Units for SwitchCompressionMethod
.
+
+
+
diff --git a/assets/js/searchIndex.js b/assets/js/searchIndex.js
index a131363c..b56047d4 100644
--- a/assets/js/searchIndex.js
+++ b/assets/js/searchIndex.js
@@ -39,1862 +39,1862 @@ var searchModule = function() {
a(
{
id:0,
- title:"ArgumentDirectoriesBuilder",
- content:"ArgumentDirectoriesBuilder",
+ title:"ISupportSwitchNtSecurityInformation",
+ content:"ISupportSwitchNtSecurityInformation",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/ArgumentDirectoriesBuilder',
- title:"ArgumentDirectoriesBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtSecurityInformation',
+ title:"ISupportSwitchNtSecurityInformation",
description:""
}
);
a(
{
id:1,
- title:"ISupportSwitchNtfsAlternateStreams",
- content:"ISupportSwitchNtfsAlternateStreams",
+ title:"SwitchVolumeCollection",
+ content:"SwitchVolumeCollection",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtfsAlternateStreams',
- title:"ISupportSwitchNtfsAlternateStreams",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchVolumeCollection',
+ title:"SwitchVolumeCollection",
description:""
}
);
a(
{
id:2,
- title:"UpdateCommandBuilder",
- content:"UpdateCommandBuilder",
+ title:"SwitchCompressionMethod",
+ content:"SwitchCompressionMethod",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/UpdateCommandBuilder',
- title:"UpdateCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchCompressionMethod',
+ title:"SwitchCompressionMethod",
description:""
}
);
a(
{
id:3,
- title:"ArgumentFilesBuilder",
- content:"ArgumentFilesBuilder",
+ title:"HashCommandBuilder",
+ content:"HashCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/ArgumentFilesBuilder',
- title:"ArgumentFilesBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/HashCommandBuilder',
+ title:"HashCommandBuilder",
description:""
}
);
a(
{
id:4,
- title:"IArchiveListOutput",
- content:"IArchiveListOutput",
+ title:"SwitchDeleteAfterCompression",
+ content:"SwitchDeleteAfterCompression",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IArchiveListOutput',
- title:"IArchiveListOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDeleteAfterCompression',
+ title:"SwitchDeleteAfterCompression",
description:""
}
);
a(
{
id:5,
- title:"AddCommand",
- content:"AddCommand",
+ title:"IListOutput",
+ content:"IListOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand',
- title:"AddCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IListOutput',
+ title:"IListOutput",
description:""
}
);
a(
{
id:6,
- title:"ListCommandBuilder",
- content:"ListCommandBuilder",
+ title:"SwitchShowTechnicalInformationBuilder",
+ content:"SwitchShowTechnicalInformationBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/ListCommandBuilder',
- title:"ListCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchShowTechnicalInformationBuilder',
+ title:"SwitchShowTechnicalInformationBuilder",
description:""
}
);
a(
{
id:7,
- title:"ISupportSwitchFullyQualifiedFilePaths",
- content:"ISupportSwitchFullyQualifiedFilePaths",
+ title:"IOutput",
+ content:"IOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchFullyQualifiedFilePaths',
- title:"ISupportSwitchFullyQualifiedFilePaths",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IOutput',
+ title:"IOutput",
description:""
}
);
a(
{
id:8,
- title:"UpdateCommand",
- content:"UpdateCommand",
+ title:"SwitchWorkingDirectoryBuilder",
+ content:"SwitchWorkingDirectoryBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand',
- title:"UpdateCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchWorkingDirectoryBuilder',
+ title:"SwitchWorkingDirectoryBuilder",
description:""
}
);
a(
{
id:9,
- title:"IHaveArgumentArchive",
- content:"IHaveArgumentArchive",
+ title:"SwitchSetHashFunction",
+ content:"SwitchSetHashFunction",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgumentArchive',
- title:"IHaveArgumentArchive",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetHashFunction',
+ title:"SwitchSetHashFunction",
description:""
}
);
a(
{
id:10,
- title:"ISupportSwitchExcludeFilenames",
- content:"ISupportSwitchExcludeFilenames",
+ title:"BaseAddLikeSyntaxCommand",
+ content:"BaseAddLikeSyntaxCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeFilenames',
- title:"ISupportSwitchExcludeFilenames",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand',
+ title:"BaseAddLikeSyntaxCommand",
description:""
}
);
a(
{
id:11,
- title:"SwitchFullyQualifiedFilePaths",
- content:"SwitchFullyQualifiedFilePaths",
+ title:"ISupportSwitchPassword",
+ content:"ISupportSwitchPassword",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchFullyQualifiedFilePaths',
- title:"SwitchFullyQualifiedFilePaths",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchPassword',
+ title:"ISupportSwitchPassword",
description:""
}
);
a(
{
id:12,
- title:"ListCommand",
- content:"ListCommand",
+ title:"VolumeUnit",
+ content:"VolumeUnit",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand',
- title:"ListCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/VolumeUnit',
+ title:"VolumeUnit",
description:""
}
);
a(
{
id:13,
- title:"SwitchIncludeArchiveFilenameCollection",
- content:"SwitchIncludeArchiveFilenameCollection",
+ title:"SwitchExcludeArchiveFilenamesBuilder",
+ content:"SwitchExcludeArchiveFilenamesBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeArchiveFilenameCollection',
- title:"SwitchIncludeArchiveFilenameCollection",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchExcludeArchiveFilenamesBuilder',
+ title:"SwitchExcludeArchiveFilenamesBuilder",
description:""
}
);
a(
{
id:14,
- title:"SwitchDisableParsingOfArchiveName",
- content:"SwitchDisableParsingOfArchiveName",
+ title:"SwitchIncludeFilenameCollection",
+ content:"SwitchIncludeFilenameCollection",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDisableParsingOfArchiveName',
- title:"SwitchDisableParsingOfArchiveName",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeFilenameCollection',
+ title:"SwitchIncludeFilenameCollection",
description:""
}
);
a(
{
id:15,
- title:"ISupportSwitch",
- content:"ISupportSwitch",
+ title:"SwitchRecurseSubdirectories",
+ content:"SwitchRecurseSubdirectories",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch',
- title:"ISupportSwitch",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchRecurseSubdirectories',
+ title:"SwitchRecurseSubdirectories",
description:""
}
);
a(
{
id:16,
- title:"ISupportSwitchVolume",
- content:"ISupportSwitchVolume",
+ title:"DeleteCommand",
+ content:"DeleteCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchVolume',
- title:"ISupportSwitchVolume",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand',
+ title:"DeleteCommand",
description:""
}
);
a(
{
id:17,
- title:"SwitchArchiveType",
- content:"SwitchArchiveType",
+ title:"ArgumentFilesBuilder",
+ content:"ArgumentFilesBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchArchiveType',
- title:"SwitchArchiveType",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/ArgumentFilesBuilder',
+ title:"ArgumentFilesBuilder",
description:""
}
);
a(
{
id:18,
- title:"SwitchCompressFilesOpenForWriting",
- content:"SwitchCompressFilesOpenForWriting",
+ title:"SwitchExcludeFilename",
+ content:"SwitchExcludeFilename",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchCompressFilesOpenForWriting',
- title:"SwitchCompressFilesOpenForWriting",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeFilename',
+ title:"SwitchExcludeFilename",
description:""
}
);
a(
{
id:19,
- title:"RenameCommand",
- content:"RenameCommand",
+ title:"BaseOutputBuilder",
+ content:"BaseOutputBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand',
- title:"RenameCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/BaseOutputBuilder_2',
+ title:"BaseOutputBuilder
",
description:""
}
);
a(
{
id:20,
- title:"ISupportSwitchOutputDirectory",
- content:"ISupportSwitchOutputDirectory",
+ title:"SwitchSetHashFunctionBuilder",
+ content:"SwitchSetHashFunctionBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOutputDirectory',
- title:"ISupportSwitchOutputDirectory",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchSetHashFunctionBuilder',
+ title:"SwitchSetHashFunctionBuilder",
description:""
}
);
a(
{
id:21,
- title:"SwitchVolumeCollection",
- content:"SwitchVolumeCollection",
+ title:"SwitchDisableParsingOfArchiveNameBuilder",
+ content:"SwitchDisableParsingOfArchiveNameBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchVolumeCollection',
- title:"SwitchVolumeCollection",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchDisableParsingOfArchiveNameBuilder',
+ title:"SwitchDisableParsingOfArchiveNameBuilder",
description:""
}
);
a(
{
id:22,
- title:"SwitchUpdateOptions",
- content:"SwitchUpdateOptions",
+ title:"ISupportSwitchOutputDirectory",
+ content:"ISupportSwitchOutputDirectory",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchUpdateOptions',
- title:"SwitchUpdateOptions",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOutputDirectory',
+ title:"ISupportSwitchOutputDirectory",
description:""
}
);
a(
{
id:23,
- title:"SwitchSetHashFunctionBuilder",
- content:"SwitchSetHashFunctionBuilder",
+ title:"ExtractCommandBuilder",
+ content:"ExtractCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchSetHashFunctionBuilder',
- title:"SwitchSetHashFunctionBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/ExtractCommandBuilder',
+ title:"ExtractCommandBuilder",
description:""
}
);
a(
{
id:24,
- title:"SwitchSetHashFunction",
- content:"SwitchSetHashFunction",
+ title:"ISupportSwitchDisableParsingOfArchiveName",
+ content:"ISupportSwitchDisableParsingOfArchiveName",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetHashFunction',
- title:"SwitchSetHashFunction",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDisableParsingOfArchiveName',
+ title:"ISupportSwitchDisableParsingOfArchiveName",
description:""
}
);
a(
{
id:25,
- title:"BaseOutputBuilder",
- content:"BaseOutputBuilder",
+ title:"DeleteCommandBuilder",
+ content:"DeleteCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/BaseOutputBuilder_2',
- title:"BaseOutputBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/DeleteCommandBuilder',
+ title:"DeleteCommandBuilder",
description:""
}
);
a(
{
id:26,
- title:"RenameCommandBuilder",
- content:"RenameCommandBuilder",
+ title:"SwitchExcludeArchiveFilename",
+ content:"SwitchExcludeArchiveFilename",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/RenameCommandBuilder',
- title:"RenameCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeArchiveFilename',
+ title:"SwitchExcludeArchiveFilename",
description:""
}
);
a(
{
id:27,
- title:"SevenZipRunner",
- content:"SevenZipRunner",
+ title:"ICommand",
+ content:"ICommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip/SevenZipRunner',
- title:"SevenZipRunner",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/ICommand',
+ title:"ICommand",
description:""
}
);
a(
{
id:28,
- title:"ExtractCommand",
- content:"ExtractCommand",
+ title:"BaseCommand",
+ content:"BaseCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand',
- title:"ExtractCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/BaseCommand',
+ title:"BaseCommand",
description:""
}
);
a(
{
id:29,
- title:"ISupportSwitchSelfExtractingArchive",
- content:"ISupportSwitchSelfExtractingArchive",
+ title:"SwitchIncludeArchiveFilename",
+ content:"SwitchIncludeArchiveFilename",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSelfExtractingArchive',
- title:"ISupportSwitchSelfExtractingArchive",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeArchiveFilename',
+ title:"SwitchIncludeArchiveFilename",
description:""
}
);
a(
{
id:30,
- title:"SwitchRecurseSubdirectoriesBuilder",
- content:"SwitchRecurseSubdirectoriesBuilder",
+ title:"IFileHash",
+ content:"IFileHash",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchRecurseSubdirectoriesBuilder',
- title:"SwitchRecurseSubdirectoriesBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IFileHash',
+ title:"IFileHash",
description:""
}
);
a(
{
id:31,
- title:"SwitchSetHashFunctionCollection",
- content:"SwitchSetHashFunctionCollection",
+ title:"IHaveArgument",
+ content:"IHaveArgument",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetHashFunctionCollection',
- title:"SwitchSetHashFunctionCollection",
+ url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgument',
+ title:"IHaveArgument",
description:""
}
);
a(
{
id:32,
- title:"SwitchIncludeFilenamesBuilder",
- content:"SwitchIncludeFilenamesBuilder",
+ title:"ISwitch",
+ content:"ISwitch",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchIncludeFilenamesBuilder',
- title:"SwitchIncludeFilenamesBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch',
+ title:"ISwitch",
description:""
}
);
a(
{
id:33,
- title:"ExtractCommandBuilder",
- content:"ExtractCommandBuilder",
+ title:"TestCommand",
+ content:"TestCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/ExtractCommandBuilder',
- title:"ExtractCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand',
+ title:"TestCommand",
description:""
}
);
a(
{
id:34,
- title:"ISupportSwitchIncludeFilenames",
- content:"ISupportSwitchIncludeFilenames",
+ title:"SwitchNtSecurityInformationBuilder",
+ content:"SwitchNtSecurityInformationBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeFilenames',
- title:"ISupportSwitchIncludeFilenames",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchNtSecurityInformationBuilder',
+ title:"SwitchNtSecurityInformationBuilder",
description:""
}
);
a(
{
id:35,
- title:"ISupportSwitchShowTechnicalInformation",
- content:"ISupportSwitchShowTechnicalInformation",
+ title:"ISupportSwitchExcludeArchiveFilenames",
+ content:"ISupportSwitchExcludeArchiveFilenames",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchShowTechnicalInformation',
- title:"ISupportSwitchShowTechnicalInformation",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeArchiveFilenames',
+ title:"ISupportSwitchExcludeArchiveFilenames",
description:""
}
);
a(
{
id:36,
- title:"ISupportSwitchSetHashFunction",
- content:"ISupportSwitchSetHashFunction",
+ title:"SwitchSelfExtractingArchive",
+ content:"SwitchSelfExtractingArchive",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSetHashFunction',
- title:"ISupportSwitchSetHashFunction",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSelfExtractingArchive',
+ title:"SwitchSelfExtractingArchive",
description:""
}
);
a(
{
id:37,
- title:"ISupportSwitchExcludeArchiveFilenames",
- content:"ISupportSwitchExcludeArchiveFilenames",
+ title:"ISupportSwitchOverwriteMode",
+ content:"ISupportSwitchOverwriteMode",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeArchiveFilenames',
- title:"ISupportSwitchExcludeArchiveFilenames",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOverwriteMode',
+ title:"ISupportSwitchOverwriteMode",
description:""
}
);
a(
{
id:38,
- title:"SwitchDeleteAfterCompressionBuilder",
- content:"SwitchDeleteAfterCompressionBuilder",
+ title:"SwitchCompressFilesOpenForWriting",
+ content:"SwitchCompressFilesOpenForWriting",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchDeleteAfterCompressionBuilder',
- title:"SwitchDeleteAfterCompressionBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchCompressFilesOpenForWriting',
+ title:"SwitchCompressFilesOpenForWriting",
description:""
}
);
a(
{
id:39,
- title:"SwitchRecurseSubdirectories",
- content:"SwitchRecurseSubdirectories",
+ title:"SwitchIncludeArchiveFilenameCollection",
+ content:"SwitchIncludeArchiveFilenameCollection",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchRecurseSubdirectories',
- title:"SwitchRecurseSubdirectories",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeArchiveFilenameCollection',
+ title:"SwitchIncludeArchiveFilenameCollection",
description:""
}
);
a(
{
id:40,
- title:"OverwriteMode",
- content:"OverwriteMode",
+ title:"UpdateCommandBuilder",
+ content:"UpdateCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/OverwriteMode',
- title:"OverwriteMode",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/UpdateCommandBuilder',
+ title:"UpdateCommandBuilder",
description:""
}
);
a(
{
id:41,
- title:"IBenchmarkOutput",
- content:"IBenchmarkOutput",
+ title:"SwitchNtSecurityInformation",
+ content:"SwitchNtSecurityInformation",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IBenchmarkOutput',
- title:"IBenchmarkOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtSecurityInformation',
+ title:"SwitchNtSecurityInformation",
description:""
}
);
a(
{
id:42,
- title:"SevenZipSettings",
- content:"SevenZipSettings",
+ title:"ISupportSwitchFullyQualifiedFilePaths",
+ content:"ISupportSwitchFullyQualifiedFilePaths",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip/SevenZipSettings',
- title:"SevenZipSettings",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchFullyQualifiedFilePaths',
+ title:"ISupportSwitchFullyQualifiedFilePaths",
description:""
}
);
a(
{
id:43,
- title:"BaseBoolSwitch",
- content:"BaseBoolSwitch",
+ title:"RenamePair",
+ content:"RenamePair",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/BaseBoolSwitch',
- title:"BaseBoolSwitch",
+ url:'/Cake.7zip/api/Cake.SevenZip.Arguments/RenamePair',
+ title:"RenamePair",
description:""
}
);
a(
{
id:44,
- title:"IFileHash",
- content:"IFileHash",
+ title:"SwitchSetTimestampFromMostRecentFileBuilder",
+ content:"SwitchSetTimestampFromMostRecentFileBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IFileHash',
- title:"IFileHash",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchSetTimestampFromMostRecentFileBuilder',
+ title:"SwitchSetTimestampFromMostRecentFileBuilder",
description:""
}
);
a(
{
id:45,
- title:"SwitchVolumeBuilder",
- content:"SwitchVolumeBuilder",
+ title:"BaseOutputCommand",
+ content:"BaseOutputCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchVolumeBuilder',
- title:"SwitchVolumeBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/BaseOutputCommand_1',
+ title:"BaseOutputCommand",
description:""
}
);
a(
{
id:46,
- title:"SwitchIncludeArchiveFilename",
- content:"SwitchIncludeArchiveFilename",
+ title:"SwitchDisableParsingOfArchiveName",
+ content:"SwitchDisableParsingOfArchiveName",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeArchiveFilename',
- title:"SwitchIncludeArchiveFilename",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDisableParsingOfArchiveName',
+ title:"SwitchDisableParsingOfArchiveName",
description:""
}
);
a(
{
id:47,
- title:"SwitchWorkingDirectory",
- content:"SwitchWorkingDirectory",
+ title:"IHash",
+ content:"IHash",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchWorkingDirectory',
- title:"SwitchWorkingDirectory",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IHash',
+ title:"IHash",
description:""
}
);
a(
{
id:48,
- title:"SwitchNtSecurityInformation",
- content:"SwitchNtSecurityInformation",
+ title:"SwitchArchiveType",
+ content:"SwitchArchiveType",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtSecurityInformation',
- title:"SwitchNtSecurityInformation",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchArchiveType',
+ title:"SwitchArchiveType",
description:""
}
);
a(
{
id:49,
- title:"BaseAddLikeSyntaxCommand",
- content:"BaseAddLikeSyntaxCommand",
+ title:"ISupportSwitchSetHashFunction",
+ content:"ISupportSwitchSetHashFunction",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand',
- title:"BaseAddLikeSyntaxCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSetHashFunction',
+ title:"ISupportSwitchSetHashFunction",
description:""
}
);
a(
{
id:50,
- title:"ISupportSwitchPassword",
- content:"ISupportSwitchPassword",
+ title:"ISupportSwitchCompressFilesOpenForWriting",
+ content:"ISupportSwitchCompressFilesOpenForWriting",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchPassword',
- title:"ISupportSwitchPassword",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressFilesOpenForWriting',
+ title:"ISupportSwitchCompressFilesOpenForWriting",
description:""
}
);
a(
{
id:51,
- title:"SwitchExcludeArchiveFilenamesBuilder",
- content:"SwitchExcludeArchiveFilenamesBuilder",
+ title:"ISupportSwitchDeleteAfterCompression",
+ content:"ISupportSwitchDeleteAfterCompression",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchExcludeArchiveFilenamesBuilder',
- title:"SwitchExcludeArchiveFilenamesBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDeleteAfterCompression',
+ title:"ISupportSwitchDeleteAfterCompression",
description:""
}
);
a(
{
id:52,
- title:"SwitchCompressFilesOpenForWritingBuilder",
- content:"SwitchCompressFilesOpenForWritingBuilder",
+ title:"SwitchOverwriteMode",
+ content:"SwitchOverwriteMode",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchCompressFilesOpenForWritingBuilder',
- title:"SwitchCompressFilesOpenForWritingBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchOverwriteMode',
+ title:"SwitchOverwriteMode",
description:""
}
);
a(
{
id:53,
- title:"SwitchShowTechnicalInformation",
- content:"SwitchShowTechnicalInformation",
+ title:"SwitchVolumeBuilder",
+ content:"SwitchVolumeBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchShowTechnicalInformation',
- title:"SwitchShowTechnicalInformation",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchVolumeBuilder',
+ title:"SwitchVolumeBuilder",
description:""
}
);
a(
{
id:54,
- title:"IHashOutput",
- content:"IHashOutput",
+ title:"SwitchIncludeFilename",
+ content:"SwitchIncludeFilename",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IHashOutput',
- title:"IHashOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeFilename',
+ title:"SwitchIncludeFilename",
description:""
}
);
a(
{
id:55,
- title:"RenamePair",
- content:"RenamePair",
+ title:"ISupportSwitchWorkingDirectory",
+ content:"ISupportSwitchWorkingDirectory",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Arguments/RenamePair',
- title:"RenamePair",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchWorkingDirectory',
+ title:"ISupportSwitchWorkingDirectory",
description:""
}
);
a(
{
id:56,
- title:"TestCommandBuilder",
- content:"TestCommandBuilder",
+ title:"SwitchCompressionMethodBuilder",
+ content:"SwitchCompressionMethodBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/TestCommandBuilder',
- title:"TestCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchCompressionMethodBuilder',
+ title:"SwitchCompressionMethodBuilder",
description:""
}
);
a(
{
id:57,
- title:"SwitchIncludeFilenameCollection",
- content:"SwitchIncludeFilenameCollection",
+ title:"SevenZipRunner",
+ content:"SevenZipRunner",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeFilenameCollection',
- title:"SwitchIncludeFilenameCollection",
+ url:'/Cake.7zip/api/Cake.SevenZip/SevenZipRunner',
+ title:"SevenZipRunner",
description:""
}
);
a(
{
id:58,
- title:"IHaveArgument",
- content:"IHaveArgument",
+ title:"ListCommand",
+ content:"ListCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgument',
- title:"IHaveArgument",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand',
+ title:"ListCommand",
description:""
}
);
a(
{
id:59,
- title:"SwitchSetTimestampFromMostRecentFile",
- content:"SwitchSetTimestampFromMostRecentFile",
+ title:"InformationCommand",
+ content:"InformationCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetTimestampFromMostRecentFile',
- title:"SwitchSetTimestampFromMostRecentFile",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/InformationCommand',
+ title:"InformationCommand",
description:""
}
);
a(
{
id:60,
- title:"ISupportSwitchNtSecurityInformation",
- content:"ISupportSwitchNtSecurityInformation",
+ title:"BenchmarkCommandBuilder",
+ content:"BenchmarkCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtSecurityInformation',
- title:"ISupportSwitchNtSecurityInformation",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/BenchmarkCommandBuilder',
+ title:"BenchmarkCommandBuilder",
description:""
}
);
a(
{
id:61,
- title:"SwitchSelfExtractingArchive",
- content:"SwitchSelfExtractingArchive",
+ title:"ArgumentDirectoriesBuilder",
+ content:"ArgumentDirectoriesBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSelfExtractingArchive',
- title:"SwitchSelfExtractingArchive",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/ArgumentDirectoriesBuilder',
+ title:"ArgumentDirectoriesBuilder",
description:""
}
);
a(
{
id:62,
- title:"IArchivedFileListOutput",
- content:"IArchivedFileListOutput",
+ title:"IHaveArgumentDirectories",
+ content:"IHaveArgumentDirectories",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IArchivedFileListOutput',
- title:"IArchivedFileListOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgumentDirectories',
+ title:"IHaveArgumentDirectories",
description:""
}
);
a(
{
id:63,
- title:"SevenZipAliases",
- content:"SevenZipAliases",
+ title:"HashCommand",
+ content:"HashCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip/SevenZipAliases',
- title:"SevenZipAliases",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand',
+ title:"HashCommand",
description:""
}
);
a(
{
id:64,
- title:"SwitchShowTechnicalInformationBuilder",
- content:"SwitchShowTechnicalInformationBuilder",
+ title:"SevenZipSettings",
+ content:"SevenZipSettings",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchShowTechnicalInformationBuilder',
- title:"SwitchShowTechnicalInformationBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip/SevenZipSettings',
+ title:"SevenZipSettings",
description:""
}
);
a(
{
id:65,
- title:"ISupportSwitchDeleteAfterCompression",
- content:"ISupportSwitchDeleteAfterCompression",
+ title:"SwitchCompressFilesOpenForWritingBuilder",
+ content:"SwitchCompressFilesOpenForWritingBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDeleteAfterCompression',
- title:"ISupportSwitchDeleteAfterCompression",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchCompressFilesOpenForWritingBuilder',
+ title:"SwitchCompressFilesOpenForWritingBuilder",
description:""
}
);
a(
{
id:66,
- title:"RecurseType",
- content:"RecurseType",
+ title:"ISupportSwitchIncludeFilenames",
+ content:"ISupportSwitchIncludeFilenames",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/RecurseType',
- title:"RecurseType",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeFilenames',
+ title:"ISupportSwitchIncludeFilenames",
description:""
}
);
a(
{
id:67,
- title:"SwitchNtfsAlternateStreams",
- content:"SwitchNtfsAlternateStreams",
+ title:"RenameCommand",
+ content:"RenameCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtfsAlternateStreams',
- title:"SwitchNtfsAlternateStreams",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand',
+ title:"RenameCommand",
description:""
}
);
a(
{
id:68,
- title:"TestCommand",
- content:"TestCommand",
+ title:"ISupportSwitchShowTechnicalInformation",
+ content:"ISupportSwitchShowTechnicalInformation",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand',
- title:"TestCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchShowTechnicalInformation',
+ title:"ISupportSwitchShowTechnicalInformation",
description:""
}
);
a(
{
id:69,
- title:"SwitchUpdateOptionsBuilder",
- content:"SwitchUpdateOptionsBuilder",
+ title:"SwitchSetTimestampFromMostRecentFile",
+ content:"SwitchSetTimestampFromMostRecentFile",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchUpdateOptionsBuilder',
- title:"SwitchUpdateOptionsBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetTimestampFromMostRecentFile',
+ title:"SwitchSetTimestampFromMostRecentFile",
description:""
}
);
a(
{
id:70,
- title:"ITestOutput",
- content:"ITestOutput",
+ title:"ISupportSwitchIncludeArchiveFilenames",
+ content:"ISupportSwitchIncludeArchiveFilenames",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/ITestOutput',
- title:"ITestOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeArchiveFilenames',
+ title:"ISupportSwitchIncludeArchiveFilenames",
description:""
}
);
a(
{
id:71,
- title:"ISupportSwitchBuilder",
- content:"ISupportSwitchBuilder",
+ title:"SwitchExcludeArchiveFilenameCollection",
+ content:"SwitchExcludeArchiveFilenameCollection",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/ISupportSwitchBuilder_1',
- title:"ISupportSwitchBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeArchiveFilenameCollection',
+ title:"SwitchExcludeArchiveFilenameCollection",
description:""
}
);
a(
{
id:72,
- title:"SwitchExcludeArchiveFilename",
- content:"SwitchExcludeArchiveFilename",
+ title:"ListCommandBuilder",
+ content:"ListCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeArchiveFilename',
- title:"SwitchExcludeArchiveFilename",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/ListCommandBuilder',
+ title:"ListCommandBuilder",
description:""
}
);
a(
{
id:73,
- title:"BenchmarkCommandBuilder",
- content:"BenchmarkCommandBuilder",
+ title:"CommandBuilder",
+ content:"CommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/BenchmarkCommandBuilder',
- title:"BenchmarkCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/CommandBuilder',
+ title:"CommandBuilder",
description:""
}
);
a(
{
id:74,
- title:"SwitchOutputDirectory",
- content:"SwitchOutputDirectory",
+ title:"BenchmarkCommand",
+ content:"BenchmarkCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchOutputDirectory',
- title:"SwitchOutputDirectory",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/BenchmarkCommand',
+ title:"BenchmarkCommand",
description:""
}
);
a(
{
id:75,
- title:"SwitchNtfsAlternateStreamsBuilder",
- content:"SwitchNtfsAlternateStreamsBuilder",
+ title:"RenameCommandBuilder",
+ content:"RenameCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchNtfsAlternateStreamsBuilder',
- title:"SwitchNtfsAlternateStreamsBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/RenameCommandBuilder',
+ title:"RenameCommandBuilder",
description:""
}
);
a(
{
id:76,
- title:"SwitchOverwriteMode",
- content:"SwitchOverwriteMode",
+ title:"SwitchOverwriteModeBuilder",
+ content:"SwitchOverwriteModeBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchOverwriteMode',
- title:"SwitchOverwriteMode",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchOverwriteModeBuilder',
+ title:"SwitchOverwriteModeBuilder",
description:""
}
);
a(
{
id:77,
- title:"InformationCommand",
- content:"InformationCommand",
+ title:"IBenchmarkOutput",
+ content:"IBenchmarkOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/InformationCommand',
- title:"InformationCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IBenchmarkOutput',
+ title:"IBenchmarkOutput",
description:""
}
);
a(
{
id:78,
- title:"HashCommandBuilder",
- content:"HashCommandBuilder",
+ title:"ISupportSwitchSelfExtractingArchive",
+ content:"ISupportSwitchSelfExtractingArchive",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/HashCommandBuilder',
- title:"HashCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchSelfExtractingArchive',
+ title:"ISupportSwitchSelfExtractingArchive",
description:""
}
);
a(
{
id:79,
- title:"SwitchDeleteAfterCompression",
- content:"SwitchDeleteAfterCompression",
+ title:"SwitchOutputDirectory",
+ content:"SwitchOutputDirectory",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDeleteAfterCompression',
- title:"SwitchDeleteAfterCompression",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchOutputDirectory',
+ title:"SwitchOutputDirectory",
description:""
}
);
a(
{
id:80,
- title:"ISupportSwitchRecurseSubdirectories",
- content:"ISupportSwitchRecurseSubdirectories",
+ title:"ISupportArgumentBuilder",
+ content:"ISupportArgumentBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchRecurseSubdirectories',
- title:"ISupportSwitchRecurseSubdirectories",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/ISupportArgumentBuilder_1',
+ title:"ISupportArgumentBuilder",
description:""
}
);
a(
{
id:81,
- title:"SwitchPassword",
- content:"SwitchPassword",
+ title:"UpdateAction",
+ content:"UpdateAction",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchPassword',
- title:"SwitchPassword",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/UpdateAction',
+ title:"UpdateAction",
description:""
}
);
a(
{
id:82,
- title:"ISupportSwitchCompressionMethod",
- content:"ISupportSwitchCompressionMethod",
+ title:"ISupportSwitchUpdateOptions",
+ content:"ISupportSwitchUpdateOptions",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressionMethod',
- title:"ISupportSwitchCompressionMethod",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchUpdateOptions',
+ title:"ISupportSwitchUpdateOptions",
description:""
}
);
a(
{
id:83,
- title:"DeleteCommandBuilder",
- content:"DeleteCommandBuilder",
+ title:"ITestOutput",
+ content:"ITestOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/DeleteCommandBuilder',
- title:"DeleteCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/ITestOutput',
+ title:"ITestOutput",
description:""
}
);
a(
{
id:84,
- title:"BaseOutputCommand",
- content:"BaseOutputCommand",
+ title:"BaseBoolSwitch",
+ content:"BaseBoolSwitch",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/BaseOutputCommand_1',
- title:"BaseOutputCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/BaseBoolSwitch',
+ title:"BaseBoolSwitch",
description:""
}
);
a(
{
id:85,
- title:"ISupportSwitchWorkingDirectory",
- content:"ISupportSwitchWorkingDirectory",
+ title:"ISupportSwitchNtfsAlternateStreams",
+ content:"ISupportSwitchNtfsAlternateStreams",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchWorkingDirectory',
- title:"ISupportSwitchWorkingDirectory",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchNtfsAlternateStreams',
+ title:"ISupportSwitchNtfsAlternateStreams",
description:""
}
);
a(
{
id:86,
- title:"BaseSwitchCollection",
- content:"BaseSwitchCollection",
+ title:"IHaveArgumentArchive",
+ content:"IHaveArgumentArchive",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/BaseSwitchCollection_1',
- title:"BaseSwitchCollection",
+ url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgumentArchive',
+ title:"IHaveArgumentArchive",
description:""
}
);
a(
{
id:87,
- title:"InformationCommandBuilder",
- content:"InformationCommandBuilder",
+ title:"AddCommand",
+ content:"AddCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/InformationCommandBuilder',
- title:"InformationCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand',
+ title:"AddCommand",
description:""
}
);
a(
{
id:88,
- title:"SwitchExcludeArchiveFilenameCollection",
- content:"SwitchExcludeArchiveFilenameCollection",
+ title:"ISupportSwitchVolume",
+ content:"ISupportSwitchVolume",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeArchiveFilenameCollection',
- title:"SwitchExcludeArchiveFilenameCollection",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchVolume',
+ title:"ISupportSwitchVolume",
description:""
}
);
a(
{
id:89,
- title:"ISupportSwitchUpdateOptions",
- content:"ISupportSwitchUpdateOptions",
+ title:"SwitchIncludeArchiveFilenamesBuilder",
+ content:"SwitchIncludeArchiveFilenamesBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchUpdateOptions',
- title:"ISupportSwitchUpdateOptions",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchIncludeArchiveFilenamesBuilder',
+ title:"SwitchIncludeArchiveFilenamesBuilder",
description:""
}
);
a(
{
id:90,
- title:"HashCommand",
- content:"HashCommand",
+ title:"IArchivedFileListOutput",
+ content:"IArchivedFileListOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand',
- title:"HashCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IArchivedFileListOutput',
+ title:"IArchivedFileListOutput",
description:""
}
);
a(
{
id:91,
- title:"VolumeUnit",
- content:"VolumeUnit",
+ title:"RecurseType",
+ content:"RecurseType",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/VolumeUnit',
- title:"VolumeUnit",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/RecurseType',
+ title:"RecurseType",
description:""
}
);
a(
{
id:92,
- title:"IListOutput",
- content:"IListOutput",
+ title:"SwitchPassword",
+ content:"SwitchPassword",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IListOutput',
- title:"IListOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchPassword',
+ title:"SwitchPassword",
description:""
}
);
a(
{
id:93,
- title:"SwitchCompressionMethodBuilder",
- content:"SwitchCompressionMethodBuilder",
+ title:"SwitchNtfsAlternateStreamsBuilder",
+ content:"SwitchNtfsAlternateStreamsBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchCompressionMethodBuilder',
- title:"SwitchCompressionMethodBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchNtfsAlternateStreamsBuilder',
+ title:"SwitchNtfsAlternateStreamsBuilder",
description:""
}
);
a(
{
id:94,
- title:"ICommand",
- content:"ICommand",
+ title:"SwitchSelfExtractingArchiveBuilder",
+ content:"SwitchSelfExtractingArchiveBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/ICommand',
- title:"ICommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchSelfExtractingArchiveBuilder',
+ title:"SwitchSelfExtractingArchiveBuilder",
description:""
}
);
a(
{
id:95,
- title:"SwitchNtSecurityInformationBuilder",
- content:"SwitchNtSecurityInformationBuilder",
+ title:"ISupportSwitchBuilder",
+ content:"ISupportSwitchBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchNtSecurityInformationBuilder',
- title:"SwitchNtSecurityInformationBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/ISupportSwitchBuilder_1',
+ title:"ISupportSwitchBuilder",
description:""
}
);
a(
{
id:96,
- title:"UpdateAction",
- content:"UpdateAction",
+ title:"SwitchArchiveTypeBuilder",
+ content:"SwitchArchiveTypeBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/UpdateAction',
- title:"UpdateAction",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchArchiveTypeBuilder',
+ title:"SwitchArchiveTypeBuilder",
description:""
}
);
a(
{
id:97,
- title:"IArchiveTestOutput",
- content:"IArchiveTestOutput",
+ title:"SwitchOutputDirectoryBuilder",
+ content:"SwitchOutputDirectoryBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IArchiveTestOutput',
- title:"IArchiveTestOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchOutputDirectoryBuilder',
+ title:"SwitchOutputDirectoryBuilder",
description:""
}
);
a(
{
id:98,
- title:"BaseCommand",
- content:"BaseCommand",
+ title:"SwitchRecurseSubdirectoriesBuilder",
+ content:"SwitchRecurseSubdirectoriesBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/BaseCommand',
- title:"BaseCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchRecurseSubdirectoriesBuilder',
+ title:"SwitchRecurseSubdirectoriesBuilder",
description:""
}
);
a(
{
id:99,
- title:"SwitchWorkingDirectoryBuilder",
- content:"SwitchWorkingDirectoryBuilder",
+ title:"SwitchNtfsAlternateStreams",
+ content:"SwitchNtfsAlternateStreams",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchWorkingDirectoryBuilder',
- title:"SwitchWorkingDirectoryBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtfsAlternateStreams',
+ title:"SwitchNtfsAlternateStreams",
description:""
}
);
a(
{
id:100,
- title:"ISupportArgumentBuilder",
- content:"ISupportArgumentBuilder",
+ title:"IInformationOutput",
+ content:"IInformationOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/ISupportArgumentBuilder_1',
- title:"ISupportArgumentBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IInformationOutput',
+ title:"IInformationOutput",
description:""
}
);
a(
{
id:101,
- title:"SwitchIncludeArchiveFilenamesBuilder",
- content:"SwitchIncludeArchiveFilenamesBuilder",
+ title:"IArchiveListOutput",
+ content:"IArchiveListOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchIncludeArchiveFilenamesBuilder',
- title:"SwitchIncludeArchiveFilenamesBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IArchiveListOutput',
+ title:"IArchiveListOutput",
description:""
}
);
a(
{
id:102,
- title:"ISupportSwitchIncludeArchiveFilenames",
- content:"ISupportSwitchIncludeArchiveFilenames",
+ title:"SevenZipAliases",
+ content:"SevenZipAliases",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchIncludeArchiveFilenames',
- title:"ISupportSwitchIncludeArchiveFilenames",
+ url:'/Cake.7zip/api/Cake.SevenZip/SevenZipAliases',
+ title:"SevenZipAliases",
description:""
}
);
a(
{
id:103,
- title:"ArgumentArchiveBuilder",
- content:"ArgumentArchiveBuilder",
+ title:"SwitchSetHashFunctionCollection",
+ content:"SwitchSetHashFunctionCollection",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/ArgumentArchiveBuilder',
- title:"ArgumentArchiveBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetHashFunctionCollection',
+ title:"SwitchSetHashFunctionCollection",
description:""
}
);
a(
{
id:104,
- title:"IHaveArgumentFiles",
- content:"IHaveArgumentFiles",
+ title:"ISupportSwitch",
+ content:"ISupportSwitch",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgumentFiles',
- title:"IHaveArgumentFiles",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch',
+ title:"ISupportSwitch",
description:""
}
);
a(
{
id:105,
- title:"SwitchFullyQualifiedFilePathsBuilder",
- content:"SwitchFullyQualifiedFilePathsBuilder",
+ title:"ISupportSwitchArchiveType",
+ content:"ISupportSwitchArchiveType",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchFullyQualifiedFilePathsBuilder',
- title:"SwitchFullyQualifiedFilePathsBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchArchiveType',
+ title:"ISupportSwitchArchiveType",
description:""
}
);
a(
{
id:106,
- title:"SwitchCompressionMethod",
- content:"SwitchCompressionMethod",
+ title:"SwitchWorkingDirectory",
+ content:"SwitchWorkingDirectory",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchCompressionMethod',
- title:"SwitchCompressionMethod",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchWorkingDirectory',
+ title:"SwitchWorkingDirectory",
description:""
}
);
a(
{
id:107,
- title:"SwitchExcludeFilenameCollection",
- content:"SwitchExcludeFilenameCollection",
+ title:"ISupportSwitchCompressionMethod",
+ content:"ISupportSwitchCompressionMethod",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeFilenameCollection',
- title:"SwitchExcludeFilenameCollection",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressionMethod',
+ title:"ISupportSwitchCompressionMethod",
description:""
}
);
a(
{
id:108,
- title:"SwitchIncludeFilename",
- content:"SwitchIncludeFilename",
+ title:"SwitchVolume",
+ content:"SwitchVolume",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchIncludeFilename',
- title:"SwitchIncludeFilename",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchVolume',
+ title:"SwitchVolume",
description:""
}
);
a(
{
id:109,
- title:"ISupportSwitchTimestampFromMostRecentFile",
- content:"ISupportSwitchTimestampFromMostRecentFile",
+ title:"SwitchFullyQualifiedFilePaths",
+ content:"SwitchFullyQualifiedFilePaths",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchTimestampFromMostRecentFile',
- title:"ISupportSwitchTimestampFromMostRecentFile",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchFullyQualifiedFilePaths',
+ title:"SwitchFullyQualifiedFilePaths",
description:""
}
);
a(
{
id:110,
- title:"SwitchSetTimestampFromMostRecentFileBuilder",
- content:"SwitchSetTimestampFromMostRecentFileBuilder",
+ title:"ISupportSwitchRecurseSubdirectories",
+ content:"ISupportSwitchRecurseSubdirectories",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchSetTimestampFromMostRecentFileBuilder',
- title:"SwitchSetTimestampFromMostRecentFileBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchRecurseSubdirectories',
+ title:"ISupportSwitchRecurseSubdirectories",
description:""
}
);
a(
{
id:111,
- title:"ISupportSwitchDisableParsingOfArchiveName",
- content:"ISupportSwitchDisableParsingOfArchiveName",
+ title:"BaseSwitchCollection",
+ content:"BaseSwitchCollection",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchDisableParsingOfArchiveName',
- title:"ISupportSwitchDisableParsingOfArchiveName",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/BaseSwitchCollection_1',
+ title:"BaseSwitchCollection",
description:""
}
);
a(
{
id:112,
- title:"SwitchExcludeFilename",
- content:"SwitchExcludeFilename",
+ title:"SwitchPasswordBuilder",
+ content:"SwitchPasswordBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeFilename',
- title:"SwitchExcludeFilename",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchPasswordBuilder',
+ title:"SwitchPasswordBuilder",
description:""
}
);
a(
{
id:113,
- title:"SwitchPasswordBuilder",
- content:"SwitchPasswordBuilder",
+ title:"IHashOutput",
+ content:"IHashOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchPasswordBuilder',
- title:"SwitchPasswordBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IHashOutput',
+ title:"IHashOutput",
description:""
}
);
a(
{
id:114,
- title:"SwitchExcludeFilenamesBuilder",
- content:"SwitchExcludeFilenamesBuilder",
+ title:"TestCommandBuilder",
+ content:"TestCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchExcludeFilenamesBuilder',
- title:"SwitchExcludeFilenamesBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/TestCommandBuilder',
+ title:"TestCommandBuilder",
description:""
}
);
a(
{
id:115,
- title:"BenchmarkCommand",
- content:"BenchmarkCommand",
+ title:"SwitchShowTechnicalInformation",
+ content:"SwitchShowTechnicalInformation",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/BenchmarkCommand',
- title:"BenchmarkCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchShowTechnicalInformation',
+ title:"SwitchShowTechnicalInformation",
description:""
}
);
a(
{
id:116,
- title:"SwitchDisableParsingOfArchiveNameBuilder",
- content:"SwitchDisableParsingOfArchiveNameBuilder",
+ title:"SwitchIncludeFilenamesBuilder",
+ content:"SwitchIncludeFilenamesBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchDisableParsingOfArchiveNameBuilder',
- title:"SwitchDisableParsingOfArchiveNameBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchIncludeFilenamesBuilder',
+ title:"SwitchIncludeFilenamesBuilder",
description:""
}
);
a(
{
id:117,
- title:"ISupportSwitchArchiveType",
- content:"ISupportSwitchArchiveType",
+ title:"SwitchUpdateOptions",
+ content:"SwitchUpdateOptions",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchArchiveType',
- title:"ISupportSwitchArchiveType",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchUpdateOptions',
+ title:"SwitchUpdateOptions",
description:""
}
);
a(
{
id:118,
- title:"SwitchVolume",
- content:"SwitchVolume",
+ title:"OverwriteMode",
+ content:"OverwriteMode",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchVolume',
- title:"SwitchVolume",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/OverwriteMode',
+ title:"OverwriteMode",
description:""
}
);
a(
{
id:119,
- title:"IOutput",
- content:"IOutput",
+ title:"ExtractCommand",
+ content:"ExtractCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IOutput',
- title:"IOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand',
+ title:"ExtractCommand",
description:""
}
);
a(
{
id:120,
- title:"AddCommandBuilder",
- content:"AddCommandBuilder",
+ title:"SwitchUpdateOptionsBuilder",
+ content:"SwitchUpdateOptionsBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/AddCommandBuilder',
- title:"AddCommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchUpdateOptionsBuilder',
+ title:"SwitchUpdateOptionsBuilder",
description:""
}
);
a(
{
id:121,
- title:"SwitchOutputDirectoryBuilder",
- content:"SwitchOutputDirectoryBuilder",
+ title:"AddCommandBuilder",
+ content:"AddCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchOutputDirectoryBuilder',
- title:"SwitchOutputDirectoryBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/AddCommandBuilder',
+ title:"AddCommandBuilder",
description:""
}
);
a(
{
id:122,
- title:"IInformationOutput",
- content:"IInformationOutput",
+ title:"ISupportSwitchTimestampFromMostRecentFile",
+ content:"ISupportSwitchTimestampFromMostRecentFile",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IInformationOutput',
- title:"IInformationOutput",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchTimestampFromMostRecentFile',
+ title:"ISupportSwitchTimestampFromMostRecentFile",
description:""
}
);
a(
{
id:123,
- title:"SwitchOverwriteModeBuilder",
- content:"SwitchOverwriteModeBuilder",
+ title:"SwitchExcludeFilenameCollection",
+ content:"SwitchExcludeFilenameCollection",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchOverwriteModeBuilder',
- title:"SwitchOverwriteModeBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/SwitchExcludeFilenameCollection',
+ title:"SwitchExcludeFilenameCollection",
description:""
}
);
a(
{
id:124,
- title:"ISupportSwitchOverwriteMode",
- content:"ISupportSwitchOverwriteMode",
+ title:"ArgumentArchiveBuilder",
+ content:"ArgumentArchiveBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchOverwriteMode',
- title:"ISupportSwitchOverwriteMode",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/ArgumentArchiveBuilder',
+ title:"ArgumentArchiveBuilder",
description:""
}
);
a(
{
id:125,
- title:"ISupportSwitchCompressFilesOpenForWriting",
- content:"ISupportSwitchCompressFilesOpenForWriting",
+ title:"IHaveArgumentFiles",
+ content:"IHaveArgumentFiles",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchCompressFilesOpenForWriting',
- title:"ISupportSwitchCompressFilesOpenForWriting",
+ url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgumentFiles',
+ title:"IHaveArgumentFiles",
description:""
}
);
a(
{
id:126,
- title:"ISwitch",
- content:"ISwitch",
+ title:"SwitchExcludeFilenamesBuilder",
+ content:"SwitchExcludeFilenamesBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch',
- title:"ISwitch",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchExcludeFilenamesBuilder',
+ title:"SwitchExcludeFilenamesBuilder",
description:""
}
);
a(
{
id:127,
- title:"DeleteCommand",
- content:"DeleteCommand",
+ title:"UpdateCommand",
+ content:"UpdateCommand",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand',
- title:"DeleteCommand",
+ url:'/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand',
+ title:"UpdateCommand",
description:""
}
);
a(
{
id:128,
- title:"CommandBuilder",
- content:"CommandBuilder",
+ title:"SwitchFullyQualifiedFilePathsBuilder",
+ content:"SwitchFullyQualifiedFilePathsBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/CommandBuilder',
- title:"CommandBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchFullyQualifiedFilePathsBuilder',
+ title:"SwitchFullyQualifiedFilePathsBuilder",
description:""
}
);
a(
{
id:129,
- title:"SwitchArchiveTypeBuilder",
- content:"SwitchArchiveTypeBuilder",
+ title:"InformationCommandBuilder",
+ content:"InformationCommandBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchArchiveTypeBuilder',
- title:"SwitchArchiveTypeBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/InformationCommandBuilder',
+ title:"InformationCommandBuilder",
description:""
}
);
a(
{
id:130,
- title:"IHash",
- content:"IHash",
+ title:"IArchiveTestOutput",
+ content:"IArchiveTestOutput",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IHash',
- title:"IHash",
+ url:'/Cake.7zip/api/Cake.SevenZip.Parsers/IArchiveTestOutput',
+ title:"IArchiveTestOutput",
description:""
}
);
a(
{
id:131,
- title:"IHaveArgumentDirectories",
- content:"IHaveArgumentDirectories",
+ title:"SwitchDeleteAfterCompressionBuilder",
+ content:"SwitchDeleteAfterCompressionBuilder",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Arguments/IHaveArgumentDirectories',
- title:"IHaveArgumentDirectories",
+ url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchDeleteAfterCompressionBuilder',
+ title:"SwitchDeleteAfterCompressionBuilder",
description:""
}
);
a(
{
id:132,
- title:"SwitchSelfExtractingArchiveBuilder",
- content:"SwitchSelfExtractingArchiveBuilder",
+ title:"ISupportSwitchExcludeFilenames",
+ content:"ISupportSwitchExcludeFilenames",
description:'',
tags:''
},
{
- url:'/Cake.7zip/api/Cake.SevenZip.Builder/SwitchSelfExtractingArchiveBuilder',
- title:"SwitchSelfExtractingArchiveBuilder",
+ url:'/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitchExcludeFilenames',
+ title:"ISupportSwitchExcludeFilenames",
description:""
}
);
diff --git a/feed.atom b/feed.atom
index aad256df..917d9911 100644
--- a/feed.atom
+++ b/feed.atom
@@ -4,5 +4,5 @@
Cake.7zip
2024
- 2024-12-16T21:46:00Z
+ 2024-12-16T22:02:41Z
\ No newline at end of file
diff --git a/feed.rss b/feed.rss
index d62873f7..e49088bc 100644
--- a/feed.rss
+++ b/feed.rss
@@ -5,7 +5,7 @@
http://cake-contrib.github.io/Cake.7zip
2024
- Mon, 16 Dec 2024 21:46:00 GMT
- Mon, 16 Dec 2024 21:46:00 GMT
+ Mon, 16 Dec 2024 22:02:41 GMT
+ Mon, 16 Dec 2024 22:02:41 GMT
\ No newline at end of file