| Modifier and Type | Class and Description |
|---|---|
class |
File
File information about the related binary/library used by an executable, or
the script used by a script interpreter
|
static class |
File.Builder
File information about the related binary/library used by an executable, or
the script used by a script interpreter
|
| Modifier and Type | Method and Description |
|---|---|
FileOrBuilder |
Process.getBinaryOrBuilder()
File information for the process executable.
|
FileOrBuilder |
Process.Builder.getBinaryOrBuilder()
File information for the process executable.
|
FileOrBuilder |
ProcessOrBuilder.getBinaryOrBuilder()
File information for the process executable.
|
FileOrBuilder |
FindingOrBuilder.getFilesOrBuilder(int index)
File associated with the finding.
|
FileOrBuilder |
Finding.getFilesOrBuilder(int index)
File associated with the finding.
|
FileOrBuilder |
Finding.Builder.getFilesOrBuilder(int index)
File associated with the finding.
|
FileOrBuilder |
Process.getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
|
FileOrBuilder |
Process.Builder.getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
|
FileOrBuilder |
ProcessOrBuilder.getLibrariesOrBuilder(int index)
File information for libraries loaded by the process.
|
FileOrBuilder |
Process.getScriptOrBuilder()
When the process represents the invocation of a script, `binary` provides
information about the interpreter, while `script` provides information
about the script file provided to the interpreter.
|
FileOrBuilder |
Process.Builder.getScriptOrBuilder()
When the process represents the invocation of a script, `binary` provides
information about the interpreter, while `script` provides information
about the script file provided to the interpreter.
|
FileOrBuilder |
ProcessOrBuilder.getScriptOrBuilder()
When the process represents the invocation of a script, `binary` provides
information about the interpreter, while `script` provides information
about the script file provided to the interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends FileOrBuilder> |
FindingOrBuilder.getFilesOrBuilderList()
File associated with the finding.
|
List<? extends FileOrBuilder> |
Finding.getFilesOrBuilderList()
File associated with the finding.
|
List<? extends FileOrBuilder> |
Finding.Builder.getFilesOrBuilderList()
File associated with the finding.
|
List<? extends FileOrBuilder> |
Process.getLibrariesOrBuilderList()
File information for libraries loaded by the process.
|
List<? extends FileOrBuilder> |
Process.Builder.getLibrariesOrBuilderList()
File information for libraries loaded by the process.
|
List<? extends FileOrBuilder> |
ProcessOrBuilder.getLibrariesOrBuilderList()
File information for libraries loaded by the process.
|
Copyright © 2024 Google LLC. All rights reserved.