This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Asciidoctor.
Summary
Optional settings for Asciidoctor
- Assembly
- Cake
.Asciidoctor .dll - Namespace
- Cake
.Asciidoctor - Base Types
-
- ToolSettings
- Asciidoctor
Settings Base
graph BT
Type-->Base0["AsciidoctorSettingsBase"]
click Base0 "/api/Cake.Asciidoctor/AsciidoctorSettingsBase"
Base0-->Base1["ToolSettings"]
Type["AsciidoctorSettings"]
class Type type-node
Syntax
public class AsciidoctorSettings : AsciidoctorSettingsBase
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
AsciidoctorSettings |
Properties
Name | Value | Summary |
---|---|---|
Attributes | Asciidoctor |
The attributes to set, override or unset when converting documents (command line option
--attribute )
Inherited from Asciidoctor
|
Backend | string |
The output file format (command line option
--backend )
|
BaseDirectory | DirectoryPath |
The base directory containing the input document and resources (command line option
--base-dir )
Inherited from Asciidoctor
|
DestinationDirectory | DirectoryPath |
The output directory for converted documents (command line option
--destination-dir )
Inherited from Asciidoctor
|
Doctype | Nullable |
The document type to use for converting AsciiDoc documents (command line option
--doctype )
|
Embedded | bool |
When set to
true , generate an embeddable document which excludes content other than the document body (command line option --embedded )
Inherited from Asciidoctor
|
FailureLevel | Nullable |
The minimual log level that causes the document conversion to fail (command line option
--failure-level )
Inherited from Asciidoctor
|
LoadPaths | ICollection |
Specifies additional path where extensions can be loaded from (command line option
--load-path )
Inherited from Asciidoctor
|
OutFile | FilePath |
The outpath for the converted docments (command line option
--out-file )
Inherited from Asciidoctor
|
Quiet | bool |
When set to
true , disables log messages (command line option --quiet )
Inherited from Asciidoctor
|
Require | ICollection |
Specifies additional library to load before converting the input document (command line option
--require )
Inherited from Asciidoctor
|
SafeMode | Nullable |
The "safe mode" to use when converting documents (command line option
--safe-mode )
Inherited from Asciidoctor
|
SectionNumbers | bool |
When set to
true , enables automatic numbering of sections (command line option --section-numbers ).
Inherited from Asciidoctor
|
SourceDirectory | DirectoryPath |
The path of the source directory (command line option
--source-dir )
Inherited from Asciidoctor
|
TemplateDirectories | ICollection |
Specifies the paths of directories containing custom converted templates (command line option
--template-dir )
Inherited from Asciidoctor
|
TemplateEngine | string |
The template engine to use for custom converter templates (command line option
--template-engine )
|
Timings | bool |
When set to
true , prints out a timing report (command line option --timings )
Inherited from Asciidoctor
|
Trace | bool |
When set to
true , includes additional information when logging errors in the console output (command line option --trace )
Inherited from Asciidoctor
|
Verbose | bool |
When set to
true , includes INFO and DEBUF messages in the log output (command line option --verbose )
Inherited from Asciidoctor
|
Warnings | bool |
When set to
true , enables script warnings (command line option --warnings )
Inherited from Asciidoctor
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|