JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
F
L
M
N
R
S
T
B
Builder()
- Constructor for class ch.usi.si.seart.cloc.
CLOC.Builder
C
ch.usi.si.seart.cloc
- package ch.usi.si.seart.cloc
Provides all the core classes for interfacing with the
cloc
command.
CLOC
- Class in
ch.usi.si.seart.cloc
Counts blank lines, comment lines, and physical lines of source code in many programming languages.
CLOC.Builder
- Class in
ch.usi.si.seart.cloc
Facilitates the construction of
CLOC
command instances.
CLOCException
- Exception in
ch.usi.si.seart.cloc
Base class for all exceptions representing
cloc
errors.
command()
- Static method in class ch.usi.si.seart.cloc.
CLOC
Obtain a new
Builder
for constructing a command.
cores(int)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Set the number of cores to use for executing the command.
countFiles()
- Method in class ch.usi.si.seart.cloc.
CLOC
Count the number of files, reporting results by language.
D
docstringAsCode(boolean)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Controls whether
cloc
treats docstrings as code.
F
followLinks(boolean)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Follow symbolic links to directories.
L
linesByFile()
- Method in class ch.usi.si.seart.cloc.
CLOC
Count the physical lines of source code, reporting results by file.
linesByFileAndLanguage()
- Method in class ch.usi.si.seart.cloc.
CLOC
Count the physical lines of source code, reporting results by file and language.
linesByLanguage()
- Method in class ch.usi.si.seart.cloc.
CLOC
Count the physical lines of source code, reporting results by language.
M
maxFileSize(int)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Skip files exceeding the specified maximum size in megabytes.
N
noRecurse(boolean)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Count files in the given directories without recursively descending into their subdirectories.
R
readBinaryFiles(boolean)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Process binary files in addition to text files.
S
setOutputMapper(JsonMapper)
- Static method in class ch.usi.si.seart.cloc.
CLOC
Set the
JsonMapper
to use for parsing the output of the command.
skipUniqueness(boolean)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Skip the file uniqueness check.
T
target(Path)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Create a new command instance targeting the specified path.
timeout(int)
- Method in class ch.usi.si.seart.cloc.
CLOC.Builder
Set the timeout for executing the command.
B
C
D
F
L
M
N
R
S
T
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2024
SEART
. All rights reserved.