| 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)
cloc considers docstrings to be comments, but this is not always correct as docstrings represent
regular strings when they appear on the right hand side of an assignment or as function arguments. |
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.