| Modifier and Type | Method and Description |
|---|---|
static CLOC.Builder |
CLOC.command()
Obtain a new
Builder for constructing a command. |
CLOC.Builder |
CLOC.Builder.cores(int value)
Set the number of cores to use for executing the command.
|
CLOC.Builder |
CLOC.Builder.docstringAsCode(boolean value)
Controls whether
cloc treats docstrings as code. |
CLOC.Builder |
CLOC.Builder.followLinks(boolean value)
Follow symbolic links to directories.
|
CLOC.Builder |
CLOC.Builder.maxFileSize(int value)
Skip files exceeding the specified maximum size in megabytes.
|
CLOC.Builder |
CLOC.Builder.noRecurse(boolean value)
Count files in the given directories without recursively descending into their subdirectories.
|
CLOC.Builder |
CLOC.Builder.readBinaryFiles(boolean value)
Process binary files in addition to text files.
|
CLOC.Builder |
CLOC.Builder.skipUniqueness(boolean value)
Skip the file uniqueness check.
|
CLOC.Builder |
CLOC.Builder.timeout(int value)
Set the timeout for executing the command.
|
Copyright © 2024 SEART. All rights reserved.