A B C E F G H I R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ADD - io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionType
B
- basedOn(CodeTFChange) - Static method in class io.codemodder.codetf.CodeTFChange
-
Create a new
CodeTFChange
builder based on an existing instance. - basedOn(CodeTFResult) - Static method in class io.codemodder.codetf.CodeTFResult
-
Create a new CodeTFResult builder based on an existing instance.
- build() - Method in class io.codemodder.codetf.CodeTFChange.Builder
- build() - Method in class io.codemodder.codetf.CodeTFResult.Builder
C
- CodeTFChange - Class in io.codemodder.codetf
-
Describes a "change" in a report.
- CodeTFChange(int, Map<String, String>, String, List<CodeTFPackageAction>, String, List<CodeTFParameter>) - Constructor for class io.codemodder.codetf.CodeTFChange
- CodeTFChange.Builder - Class in io.codemodder.codetf
-
Builder for
CodeTFChange
which was based on an existing instance. - CodeTFChangesetEntry - Class in io.codemodder.codetf
-
Describes an individual changeset entry.
- CodeTFChangesetEntry(String, String, List<CodeTFChange>) - Constructor for class io.codemodder.codetf.CodeTFChangesetEntry
- CodeTFPackageAction - Class in io.codemodder.codetf
- CodeTFPackageAction(CodeTFPackageAction.CodeTFPackageActionType, CodeTFPackageAction.CodeTFPackageActionResult, String) - Constructor for class io.codemodder.codetf.CodeTFPackageAction
- CodeTFPackageAction.CodeTFPackageActionResult - Enum in io.codemodder.codetf
- CodeTFPackageAction.CodeTFPackageActionType - Enum in io.codemodder.codetf
- CodeTFParameter - Class in io.codemodder.codetf
-
Describes a "parameter" for a change in a report.
- CodeTFParameter(String, String, String, String, String) - Constructor for class io.codemodder.codetf.CodeTFParameter
- CodeTFReference - Class in io.codemodder.codetf
- CodeTFReference(String, String) - Constructor for class io.codemodder.codetf.CodeTFReference
- CodeTFReport - Class in io.codemodder.codetf
-
Top level reporting object.
- CodeTFReport(CodeTFRun, List<CodeTFResult>) - Constructor for class io.codemodder.codetf.CodeTFReport
- CodeTFReportGenerator - Interface in io.codemodder.codetf
-
This type is responsible for generating a
CodeTFReport
based on the domain objects representing our inputs and outputs. - CodeTFResult - Class in io.codemodder.codetf
-
Describes the "result" section of a CodeTF document.
- CodeTFResult(String, String, String, Set<String>, List<CodeTFReference>, Map<String, String>, List<CodeTFChangesetEntry>) - Constructor for class io.codemodder.codetf.CodeTFResult
- CodeTFResult.Builder - Class in io.codemodder.codetf
-
Builder for CodeTFResult which was based on an existing instance.
- CodeTFRun - Class in io.codemodder.codetf
-
Describes the "run" section of a report.
- CodeTFRun(String, String, String, String, Long, String, List<CodeTFSarifInput>) - Constructor for class io.codemodder.codetf.CodeTFRun
- CodeTFSarifInput - Class in io.codemodder.codetf
-
Describes a SARIF "input" for the report.
- CodeTFSarifInput(String, String) - Constructor for class io.codemodder.codetf.CodeTFSarifInput
- COMPLETED - io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionResult
- createDefault() - Static method in interface io.codemodder.codetf.CodeTFReportGenerator
- createReport(Path, String, List<Path>, List<CodeTFResult>, long) - Method in interface io.codemodder.codetf.CodeTFReportGenerator
-
Creates the report.
E
- equals(Object) - Method in class io.codemodder.codetf.CodeTFChange
- equals(Object) - Method in class io.codemodder.codetf.CodeTFChangesetEntry
- equals(Object) - Method in class io.codemodder.codetf.CodeTFReference
F
- FAILED - io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionResult
G
- getAction() - Method in class io.codemodder.codetf.CodeTFPackageAction
- getArtifact() - Method in class io.codemodder.codetf.CodeTFSarifInput
- getChanges() - Method in class io.codemodder.codetf.CodeTFChangesetEntry
- getChangeset() - Method in class io.codemodder.codetf.CodeTFResult
- getCodemod() - Method in class io.codemodder.codetf.CodeTFResult
- getCommandLine() - Method in class io.codemodder.codetf.CodeTFRun
- getDefaultValue() - Method in class io.codemodder.codetf.CodeTFParameter
- getDescription() - Method in class io.codemodder.codetf.CodeTFChange
- getDescription() - Method in class io.codemodder.codetf.CodeTFReference
- getDescription() - Method in class io.codemodder.codetf.CodeTFResult
- getDiff() - Method in class io.codemodder.codetf.CodeTFChangesetEntry
- getDirectory() - Method in class io.codemodder.codetf.CodeTFRun
- getElapsed() - Method in class io.codemodder.codetf.CodeTFRun
- getFailedFiles() - Method in class io.codemodder.codetf.CodeTFResult
- getLabel() - Method in class io.codemodder.codetf.CodeTFParameter
- getLineNumber() - Method in class io.codemodder.codetf.CodeTFChange
- getName() - Method in class io.codemodder.codetf.CodeTFParameter
- getPackage() - Method in class io.codemodder.codetf.CodeTFPackageAction
- getPackageActions() - Method in class io.codemodder.codetf.CodeTFChange
- getParameters() - Method in class io.codemodder.codetf.CodeTFChange
- getPath() - Method in class io.codemodder.codetf.CodeTFChangesetEntry
- getProperties() - Method in class io.codemodder.codetf.CodeTFChange
- getProperties() - Method in class io.codemodder.codetf.CodeTFResult
- getQuestion() - Method in class io.codemodder.codetf.CodeTFParameter
- getReferences() - Method in class io.codemodder.codetf.CodeTFResult
- getResult() - Method in class io.codemodder.codetf.CodeTFPackageAction
- getResults() - Method in class io.codemodder.codetf.CodeTFReport
-
Return a
List
of individual codemod's results. - getRun() - Method in class io.codemodder.codetf.CodeTFReport
- getSarifs() - Method in class io.codemodder.codetf.CodeTFRun
- getSha1() - Method in class io.codemodder.codetf.CodeTFSarifInput
- getSourceControlUrl() - Method in class io.codemodder.codetf.CodeTFChange
- getSummary() - Method in class io.codemodder.codetf.CodeTFResult
- getTool() - Method in class io.codemodder.codetf.CodeTFRun
- getType() - Method in class io.codemodder.codetf.CodeTFParameter
- getUrl() - Method in class io.codemodder.codetf.CodeTFReference
- getVendor() - Method in class io.codemodder.codetf.CodeTFRun
- getVersion() - Method in class io.codemodder.codetf.CodeTFRun
H
- hasCodeChanges() - Method in class io.codemodder.codetf.CodeTFReport
-
Returns true if the CodeTF describes any changes made to the code.
- hashCode() - Method in class io.codemodder.codetf.CodeTFChange
- hashCode() - Method in class io.codemodder.codetf.CodeTFChangesetEntry
- hashCode() - Method in class io.codemodder.codetf.CodeTFReference
I
- io.codemodder.codetf - package io.codemodder.codetf
R
- REMOVE - io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionType
S
- SKIPPED - io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionResult
T
- toString() - Method in class io.codemodder.codetf.CodeTFChange
- toString() - Method in class io.codemodder.codetf.CodeTFChangesetEntry
- toString() - Method in class io.codemodder.codetf.CodeTFReference
V
- valueOf(String) - Static method in enum io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.codemodder.codetf.CodeTFPackageAction.CodeTFPackageActionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withAdditionalProperties(Map<String, String>) - Method in class io.codemodder.codetf.CodeTFChange.Builder
-
Update the
CodeTFChange
with additional properties. - withAdditionalReferences(List<CodeTFReference>) - Method in class io.codemodder.codetf.CodeTFResult.Builder
-
Update the CodeTFResult with additional references.
- withDescription(String) - Method in class io.codemodder.codetf.CodeTFChange.Builder
-
Update the
CodeTFChange
with the given description. - withDescription(String) - Method in class io.codemodder.codetf.CodeTFResult.Builder
-
Update the CodeTFResult with the given description.
- withSummary(String) - Method in class io.codemodder.codetf.CodeTFResult.Builder
-
Update the CodeTFResult with the given summary.
All Classes All Packages