A B C D E F G H I L M O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- arguments - Variable in class org.openapitools.codegen.cmd.CompletionCommand
B
- buildInfo - Variable in class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
- BuildInfo - Class in org.openapitools.codegen.cmd
-
Presents build-time information
- BuildInfo() - Constructor for class org.openapitools.codegen.cmd.BuildInfo
C
- call() - Method in class org.openapitools.codegen.cmd.CompletionCommand
- chars1 - Variable in class pro.bilous.codegen.experimental.diff_match_patch.LinesToCharsResult
- chars2 - Variable in class pro.bilous.codegen.experimental.diff_match_patch.LinesToCharsResult
- CLI_NAME - Static variable in class org.openapitools.codegen.Constants
- CompletionCommand - Class in org.openapitools.codegen.cmd
- CompletionCommand() - Constructor for class org.openapitools.codegen.cmd.CompletionCommand
- ConfigHelp - Class in org.openapitools.codegen.cmd
- ConfigHelp() - Constructor for class org.openapitools.codegen.cmd.ConfigHelp
- Constants - Class in org.openapitools.codegen
D
- DELETE - pro.bilous.codegen.experimental.diff_match_patch.Operation
- Diff(diff_match_patch.Operation, String) - Constructor for class pro.bilous.codegen.experimental.diff_match_patch.Diff
-
Constructor.
- diff_bisect(String, String, long) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Find the 'middle snake' of a diff, split the problem in two and return the recursively constructed diff.
- diff_charsToLines(List<diff_match_patch.Diff>, List<String>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Rehydrate the text in a diff from a string of line hashes to real lines of text.
- diff_cleanupEfficiency(LinkedList<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Reduce the number of edits by eliminating operationally trivial equalities.
- diff_cleanupMerge(LinkedList<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Reorder and merge like edit sections.
- diff_cleanupSemantic(LinkedList<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Reduce the number of edits by eliminating semantically trivial equalities.
- diff_cleanupSemanticLossless(LinkedList<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Look for single edits surrounded on both sides by equalities which can be shifted sideways to align the edit to a word boundary.
- diff_commonOverlap(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Determine if the suffix of one string is the prefix of another.
- diff_commonPrefix(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Determine the common prefix of two strings
- diff_commonSuffix(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Determine the common suffix of two strings
- Diff_EditCost - Variable in class pro.bilous.codegen.experimental.diff_match_patch
-
Cost of an empty edit operation in terms of edit characters.
- diff_fromDelta(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Given the original text1, and an encoded string which describes the operations required to transform text1 into text2, compute the full diff.
- diff_halfMatch(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Do the two texts share a substring which is at least half the length of the longer text? This speedup can produce non-minimal diffs.
- diff_levenshtein(List<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Compute the Levenshtein distance; the number of inserted, deleted or substituted characters.
- diff_linesToChars(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Split two texts into a list of strings.
- diff_main(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Find the differences between two texts.
- diff_main(String, String, boolean) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Find the differences between two texts.
- diff_match_patch - Class in pro.bilous.codegen.experimental
-
Class containing the diff, match and patch methods.
- diff_match_patch() - Constructor for class pro.bilous.codegen.experimental.diff_match_patch
- diff_match_patch.Diff - Class in pro.bilous.codegen.experimental
-
Class representing one diff operation.
- diff_match_patch.LinesToCharsResult - Class in pro.bilous.codegen.experimental
-
Internal class for returning results from diff_linesToChars().
- diff_match_patch.Operation - Enum in pro.bilous.codegen.experimental
-
The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
- diff_match_patch.Patch - Class in pro.bilous.codegen.experimental
-
Class representing one patch operation.
- diff_prettyHtml(List<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Convert a Diff list into a pretty HTML report.
- diff_text1(List<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Compute and return the source text (all equalities and deletions).
- diff_text2(List<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Compute and return the destination text (all equalities and insertions).
- Diff_Timeout - Variable in class pro.bilous.codegen.experimental.diff_match_patch
-
Number of seconds to map a diff before giving up (0 for infinity).
- diff_toDelta(List<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Crush the diff into an encoded string which describes the operations required to transform text1 into text2.
- diff_xIndex(List<diff_match_patch.Diff>, int) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
loc is a location in text1, compute and return the equivalent location in text2.
- diffs - Variable in class pro.bilous.codegen.experimental.diff_match_patch.Patch
E
- EQUAL - pro.bilous.codegen.experimental.diff_match_patch.Operation
- equals(Object) - Method in class pro.bilous.codegen.experimental.diff_match_patch.Diff
-
Is this Diff equivalent to another Diff?
- execute() - Method in class org.openapitools.codegen.cmd.Meta
F
- FORMAT_MARKDOWN - Static variable in class org.openapitools.codegen.cmd.ConfigHelp
- FORMAT_TEXT - Static variable in class org.openapitools.codegen.cmd.ConfigHelp
- FORMAT_YAMLSAMPLE - Static variable in class org.openapitools.codegen.cmd.ConfigHelp
G
- Generate - Class in org.openapitools.codegen.cmd
-
User: lanwen Date: 24.03.15 Time: 20:22
- Generate() - Constructor for class org.openapitools.codegen.cmd.Generate
- generateSuggestions() - Method in class org.openapitools.codegen.cmd.CompletionCommand
- getBuildTime() - Method in class org.openapitools.codegen.cmd.BuildInfo
-
Gets the time when this tool was built.
- getSha() - Method in class org.openapitools.codegen.cmd.BuildInfo
-
Gets the git commit SHA1 hash.
- getVersion() - Method in class org.openapitools.codegen.cmd.BuildInfo
-
Gets the version of the toolset.
- GIT_REPO - Static variable in class org.openapitools.codegen.Constants
- global - Variable in class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
- globalOptions - Variable in class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
- GlobalOptions - Class in org.openapitools.codegen.cmd
- GlobalOptions() - Constructor for class org.openapitools.codegen.cmd.GlobalOptions
H
- hashCode() - Method in class pro.bilous.codegen.experimental.diff_match_patch.Diff
-
Create a numeric hash value for a Diff.
- help - Variable in class org.openapitools.codegen.cmd.GlobalOptions
I
- INSERT - pro.bilous.codegen.experimental.diff_match_patch.Operation
L
- length1 - Variable in class pro.bilous.codegen.experimental.diff_match_patch.Patch
- length2 - Variable in class pro.bilous.codegen.experimental.diff_match_patch.Patch
- lineArray - Variable in class pro.bilous.codegen.experimental.diff_match_patch.LinesToCharsResult
- LinesToCharsResult(String, String, List<String>) - Constructor for class pro.bilous.codegen.experimental.diff_match_patch.LinesToCharsResult
- ListGenerators - Class in org.openapitools.codegen.cmd
- ListGenerators() - Constructor for class org.openapitools.codegen.cmd.ListGenerators
M
- match_alphabet(String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Initialise the alphabet for the Bitap algorithm.
- match_bitap(String, String, int) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Locate the best instance of 'pattern' in 'text' near 'loc' using the Bitap algorithm.
- Match_Distance - Variable in class pro.bilous.codegen.experimental.diff_match_patch
-
How far to search for a match (0 = exact location, 1000+ = broad match).
- match_main(String, String, int) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Locate the best instance of 'pattern' in 'text' near 'loc'.
- Match_Threshold - Variable in class pro.bilous.codegen.experimental.diff_match_patch
-
At what point is no match declared (0.0 = perfection, 1.0 = very loose).
- Meta - Class in org.openapitools.codegen.cmd
-
User: lanwen Date: 24.03.15 Time: 20:22
- Meta() - Constructor for class org.openapitools.codegen.cmd.Meta
- metadata - Variable in class org.openapitools.codegen.cmd.CompletionCommand
O
- OpenApiGeneratorCommand - Class in org.openapitools.codegen.cmd
- OpenApiGeneratorCommand() - Constructor for class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
- operation - Variable in class pro.bilous.codegen.experimental.diff_match_patch.Diff
-
One of: INSERT, DELETE or EQUAL.
- OperationResponseResolver - Class in pro.bilous.codegen.process
- OperationResponseResolver(CodeCodegen) - Constructor for class pro.bilous.codegen.process.OperationResponseResolver
- org.openapitools.codegen - package org.openapitools.codegen
- org.openapitools.codegen.cmd - package org.openapitools.codegen.cmd
P
- Patch() - Constructor for class pro.bilous.codegen.experimental.diff_match_patch.Patch
-
Constructor.
- patch_addContext(diff_match_patch.Patch, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Increase the context until it is unique, but don't let the pattern expand beyond Match_MaxBits.
- patch_addPadding(LinkedList<diff_match_patch.Patch>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Add some padding on text start and end so that edges can match something.
- patch_apply(LinkedList<diff_match_patch.Patch>, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Merge a set of patches onto the text.
- patch_deepCopy(LinkedList<diff_match_patch.Patch>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Given an array of patches, return another array that is identical.
- Patch_DeleteThreshold - Variable in class pro.bilous.codegen.experimental.diff_match_patch
-
When deleting a large block of text (over ~64 characters), how close do the contents have to be to match the expected contents.
- patch_fromText(String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Parse a textual representation of patches and return a List of Patch objects.
- patch_make(String, String) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Compute a list of patches to turn text1 into text2.
- patch_make(String, String, LinkedList<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Deprecated.Prefer patch_make(String text1, LinkedList diffs).
- patch_make(String, LinkedList<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Compute a list of patches to turn text1 into text2.
- patch_make(LinkedList<diff_match_patch.Diff>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Compute a list of patches to turn text1 into text2.
- Patch_Margin - Variable in class pro.bilous.codegen.experimental.diff_match_patch
-
Chunk size for context length.
- patch_splitMax(LinkedList<diff_match_patch.Patch>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Look through the patches and break up any which are longer than the maximum limit of the match algorithm.
- patch_toText(List<diff_match_patch.Patch>) - Method in class pro.bilous.codegen.experimental.diff_match_patch
-
Take a list of patches and return a textual representation.
- pro.bilous.codegen.experimental - package pro.bilous.codegen.experimental
- pro.bilous.codegen.process - package pro.bilous.codegen.process
R
- readVersionFromResources() - Static method in class org.openapitools.codegen.cmd.Version
- resolve(Operation, CodegenOperation) - Method in class pro.bilous.codegen.process.OperationResponseResolver
- run() - Method in class org.openapitools.codegen.cmd.CompletionCommand
- run() - Method in class org.openapitools.codegen.cmd.ConfigHelp
- run() - Method in class org.openapitools.codegen.cmd.Generate
- run() - Method in class org.openapitools.codegen.cmd.ListGenerators
- run() - Method in class org.openapitools.codegen.cmd.OpenApiGeneratorCommand
- run() - Method in class org.openapitools.codegen.cmd.Validate
- run() - Method in class org.openapitools.codegen.cmd.Version
S
- setGenerateInvoker(IGenerateInvoker) - Method in class org.openapitools.codegen.cmd.Generate
- SITE - Static variable in class org.openapitools.codegen.Constants
- start1 - Variable in class pro.bilous.codegen.experimental.diff_match_patch.Patch
- start2 - Variable in class pro.bilous.codegen.experimental.diff_match_patch.Patch
T
- text - Variable in class pro.bilous.codegen.experimental.diff_match_patch.Diff
-
The text associated with this diff operation.
- toString() - Method in class pro.bilous.codegen.experimental.diff_match_patch.Diff
-
Display a human-readable version of this Diff.
- toString() - Method in class pro.bilous.codegen.experimental.diff_match_patch.Patch
-
Emulate GNU diff's format.
V
- Validate - Class in org.openapitools.codegen.cmd
- Validate() - Constructor for class org.openapitools.codegen.cmd.Validate
- valueOf(String) - Static method in enum pro.bilous.codegen.experimental.diff_match_patch.Operation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pro.bilous.codegen.experimental.diff_match_patch.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version - Variable in class org.openapitools.codegen.cmd.GlobalOptions
- Version - Class in org.openapitools.codegen.cmd
- Version() - Constructor for class org.openapitools.codegen.cmd.Version
- versionDisplayText() - Method in class org.openapitools.codegen.cmd.BuildInfo
-
Gets the full version display text, as one would expect from a '--version' CLI option
All Classes All Packages