AsciiDoctorJRunnerSettingsExtensions.

WithClassPaths(AsciiDoctorJRunnerSettings, IEnumerable<DirectoryPath>) Method

Summary

Add multiple paths to ClassPath.

Syntax

public static AsciiDoctorJRunnerSettings WithClassPaths(this AsciiDoctorJRunnerSettings this, IEnumerable<DirectoryPath> paths)

Parameters

Name Type Description
this AsciiDoctorJRunnerSettings The AsciiDoctorJRunnerSettings that extended by this.
paths IEnumerable<DirectoryPath> the list of directories to add to ClassPath.

Return Value

Type Description
AsciiDoctorJRunnerSettings The reference to the AsciiDoctorJRunnerSettings.