- database - Variable in class com.dslplatform.compiler.client.parameters.DatabaseInfo
-
- DatabaseInfo - Class in com.dslplatform.compiler.client.parameters
-
- dbVersion - Variable in class com.dslplatform.compiler.client.parameters.DatabaseInfo
-
- deletePath(File) - Static method in class com.dslplatform.compiler.client.Utils
-
- Dependencies - Enum in com.dslplatform.compiler.client.parameters
-
- description - Variable in class com.dslplatform.compiler.client.parameters.DslCompiler.RuleInfo
-
- Diff(diff_match_patch.Operation, String) - Constructor for class com.dslplatform.compiler.client.diff.diff_match_patch.Diff
-
Constructor.
- Diff - Enum in com.dslplatform.compiler.client.parameters
-
- diff_bisect(String, String, long) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Find the 'middle snake' of a diff, split the problem in two
and return the recursively constructed diff.
- diff_charsToLines(LinkedList<diff_match_patch.Diff>, List<String>) - Method in class com.dslplatform.compiler.client.diff.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 com.dslplatform.compiler.client.diff.diff_match_patch
-
Reduce the number of edits by eliminating operationally trivial equalities.
- diff_cleanupMerge(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Reorder and merge like edit sections.
- diff_cleanupSemantic(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Reduce the number of edits by eliminating semantically trivial equalities.
- diff_cleanupSemanticLossless(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.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 com.dslplatform.compiler.client.diff.diff_match_patch
-
Determine if the suffix of one string is the prefix of another.
- diff_commonPrefix(String, String) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Determine the common prefix of two strings
- diff_commonSuffix(String, String) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Determine the common suffix of two strings
- Diff_EditCost - Variable in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Cost of an empty edit operation in terms of edit characters.
- diff_fromDelta(String, String) - Method in class com.dslplatform.compiler.client.diff.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 com.dslplatform.compiler.client.diff.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(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Compute the Levenshtein distance; the number of inserted, deleted or
substituted characters.
- diff_linesToChars(String, String) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Split two texts into a list of strings.
- diff_main(String, String) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Find the differences between two texts.
- diff_main(String, String, boolean) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Find the differences between two texts.
- diff_match_patch - Class in com.dslplatform.compiler.client.diff
-
Class containing the diff, match and patch methods.
- diff_match_patch() - Constructor for class com.dslplatform.compiler.client.diff.diff_match_patch
-
- diff_match_patch.Diff - Class in com.dslplatform.compiler.client.diff
-
Class representing one diff operation.
- diff_match_patch.LinesToCharsResult - Class in com.dslplatform.compiler.client.diff
-
Internal class for returning results from diff_linesToChars().
- diff_match_patch.Operation - Enum in com.dslplatform.compiler.client.diff
-
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 com.dslplatform.compiler.client.diff
-
Class representing one patch operation.
- diff_prettyHtml(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Convert a Diff list into a pretty HTML report.
- diff_text1(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Compute and return the source text (all equalities and deletions).
- diff_text2(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Compute and return the destination text (all equalities and insertions).
- Diff_Timeout - Variable in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Number of seconds to map a diff before giving up (0 for infinity).
- diff_toDelta(LinkedList<diff_match_patch.Diff>) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
Crush the diff into an encoded string which describes the operations
required to transform text1 into text2.
- diff_xIndex(LinkedList<diff_match_patch.Diff>, int) - Method in class com.dslplatform.compiler.client.diff.diff_match_patch
-
loc is a location in text1, compute and return the equivalent location in
text2.
- diffs - Variable in class com.dslplatform.compiler.client.diff.diff_match_patch.Patch
-
- DisableColors - Enum in com.dslplatform.compiler.client.parameters
-
- DisablePrompt - Enum in com.dslplatform.compiler.client.parameters
-
- DotNet - Enum in com.dslplatform.compiler.client.parameters
-
- DotNet.CompilerVersion - Enum in com.dslplatform.compiler.client.parameters
-
- Download - Enum in com.dslplatform.compiler.client.parameters
-
- downloadAndUnpack(Context, String, File) - Static method in enum com.dslplatform.compiler.client.parameters.Download
-
- downloadFile(File, URL) - Static method in class com.dslplatform.compiler.client.Utils
-
- downloadZip(File, Context, String, String) - Static method in enum com.dslplatform.compiler.client.parameters.Download
-
- dsl - Variable in class com.dslplatform.compiler.client.parameters.DatabaseInfo
-
- DslCompiler - Enum in com.dslplatform.compiler.client.parameters
-
- DslCompiler.ParseError - Class in com.dslplatform.compiler.client.parameters
-
- DslCompiler.ParseResult - Class in com.dslplatform.compiler.client.parameters
-
- DslCompiler.RuleInfo - Class in com.dslplatform.compiler.client.parameters
-
- DslCompiler.SyntaxConcept - Class in com.dslplatform.compiler.client.parameters
-
- DslCompiler.SyntaxType - Enum in com.dslplatform.compiler.client.parameters
-
- DslCompiler.TokenParser - Class in com.dslplatform.compiler.client.parameters
-
- DslPath - Enum in com.dslplatform.compiler.client.parameters
-
- value - Variable in class com.dslplatform.compiler.client.parameters.DslCompiler.SyntaxConcept
-
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.diff.diff_match_patch.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.ApplyMigration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Dependencies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Diff
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.DisableColors
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.DisablePrompt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.DotNet.CompilerVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.DotNet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Download
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.DslCompiler.SyntaxType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.DslCompiler
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.DslPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Force
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.GrantRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.JavaPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.LogOutput
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Maven
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Migration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Mono
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Namespace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Nuget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.OracleConnection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Parse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.PostgresConnection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.ScalaPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Settings.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Settings
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.SqlPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Targets.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Targets
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.TempPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.VarraySize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dslplatform.compiler.client.parameters.Version
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.dslplatform.compiler.client.diff.diff_match_patch.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.ApplyMigration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Dependencies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Diff
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.DisableColors
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.DisablePrompt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.DotNet.CompilerVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.DotNet
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Download
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.DslCompiler.SyntaxType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.DslCompiler
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.DslPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Force
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.GrantRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.JavaPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.LogOutput
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Maven
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Migration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Mono
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Namespace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Nuget
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.OracleConnection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Parse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.PostgresConnection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.ScalaPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Settings.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Settings
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.SqlPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Targets.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Targets
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.TempPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.VarraySize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.dslplatform.compiler.client.parameters.Version
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarraySize - Enum in com.dslplatform.compiler.client.parameters
-
- Version - Enum in com.dslplatform.compiler.client.parameters
-