Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
O
P
S
T
U
V
_
A
ACS_ProviderA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Engine.
ACS_ProviderPropertyPanelA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Choose diff engine.
ACS_ProviderPropertyPanelA11yName()
- Static method in class com.cloudbees.diff.
Bundle
Engine Property Panel
ACS_VisualizerA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Visualizer.
ACS_VisualizerPropertyPanelA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Choose diff visualizer.
ACS_VisualizerPropertyPanelA11yName()
- Static method in class com.cloudbees.diff.
Bundle
Visualizer Property Panel
ACSD_Diff_Top_Component()
- Static method in class com.cloudbees.diff.
Bundle
Differences between source files
ACSD_PatchDialog()
- Static method in class com.cloudbees.diff.
Bundle
This dialog allows you to choose patch
ACSN_Diff_Top_Component()
- Static method in class com.cloudbees.diff.
Bundle
Diff Component
ADD
- Static variable in class com.cloudbees.diff.
Difference
Add type of difference - a portion of a file was added in the other
apply(Reader)
- Method in class com.cloudbees.diff.
Diff
Apply the difference to the specified source.
B
baseCount
- Variable in class com.cloudbees.diff.
Hunk
baseStart
- Variable in class com.cloudbees.diff.
Hunk
BK0001()
- Static method in class com.cloudbees.diff.
Bundle
Diffing...
BK0002()
- Static method in class com.cloudbees.diff.
Bundle
If true then starting and trailing line whitespaces are ignored.
BTN_Patch()
- Static method in class com.cloudbees.diff.
Bundle
Patch
BTN_Patch_mnc()
- Static method in class com.cloudbees.diff.
Bundle
P
BTN_Patch_tooltip()
- Static method in class com.cloudbees.diff.
Bundle
Select the diff patch file to apply.
BuiltInDiffProvider
- Class in
com.cloudbees.diff.provider
BuiltInDiffProvider()
- Constructor for class com.cloudbees.diff.provider.
BuiltInDiffProvider
Creates a new instance of BuiltInDiffProvider
BuiltInDiffProvider_displayName()
- Static method in class com.cloudbees.diff.
Bundle
Built-in Diff Engine
BuiltInDiffProvider_shortDescription()
- Static method in class com.cloudbees.diff.
Bundle
Default built-in diff engine that computes differences between two sources.
Bundle
- Class in
com.cloudbees.diff
Bundle()
- Constructor for class com.cloudbees.diff.
Bundle
C
CHANGE
- Static variable in class com.cloudbees.diff.
Difference
Change type of difference - a portion of a file was changed in the other
CmdlineDiffProvider
- Class in
com.cloudbees.diff.provider
The parser of an external diff utility compatible with Unix diff output.
CmdlineDiffProvider(String)
- Constructor for class com.cloudbees.diff.provider.
CmdlineDiffProvider
Creates new CmdlineDiffProvider
CmdlineDiffProvider_displayName()
- Static method in class com.cloudbees.diff.
Bundle
Command-line Diff
CmdlineDiffProvider_runtimeError(Object)
- Static method in class com.cloudbees.diff.
Bundle
The diff command ''{0}'' failed to execute in the system.
CmdlineDiffProvider_shortDescription()
- Static method in class com.cloudbees.diff.
Bundle
An external diff engine that produces a list of differences in a format compatible with the UNIX diff command.
com.cloudbees.diff
- package com.cloudbees.diff
Pure-Java implementation of diff/patch capability.
com.cloudbees.diff.provider
- package com.cloudbees.diff.provider
Abstraction for configuring how to generate diff separately upfront prior to the diff computation.
computeDiff(Reader, Reader)
- Method in class com.cloudbees.diff.provider.
BuiltInDiffProvider
Create the differences of the content two streams.
computeDiff(Reader, Reader)
- Method in class com.cloudbees.diff.provider.
CmdlineDiffProvider
Create the differences of the content two streams.
computeDiff(Reader, Reader)
- Method in class com.cloudbees.diff.provider.
DiffProvider
Create the differences of the content two streams.
ContextualPatch
- Class in
com.cloudbees.diff
Applies contextual patches to files.
ContextualPatch.PatchReport
- Class in
com.cloudbees.diff
ContextualPatch.PatchStatus
- Enum in
com.cloudbees.diff
create(File, File)
- Static method in class com.cloudbees.diff.
ContextualPatch
createDefault()
- Static method in class com.cloudbees.diff.provider.
CmdlineDiffProvider
CTL_DiffActionName()
- Static method in class com.cloudbees.diff.
Bundle
Di&ff
CTL_PatchActionName()
- Static method in class com.cloudbees.diff.
Bundle
Appl&y Diff Patch...
CTL_PatchDialog_FileFilter()
- Static method in class com.cloudbees.diff.
Bundle
Patch Files (*.diff, *.patch)
D
DefaultDiff_displayName()
- Static method in class com.cloudbees.diff.
Bundle
Built-in Diff Service
DELETE
- Static variable in class com.cloudbees.diff.
Difference
Delete type of difference - a portion of a file was removed in the other
Diff
- Class in
com.cloudbees.diff
Represents a diff between two files.
Diff()
- Constructor for class com.cloudbees.diff.
Diff
diff(File, File, boolean)
- Static method in class com.cloudbees.diff.
Diff
Computes a diff between two files.
diff(Reader, Reader, boolean)
- Static method in class com.cloudbees.diff.
Diff
Create the differences of the content two streams.
diff(List<String>, List<String>, boolean)
- Static method in class com.cloudbees.diff.
Diff
Compares two "files" that are passed in as a list of lines.
diff_prog()
- Static method in class com.cloudbees.diff.
Bundle
Computing differences:
DIFF_REGEXP
- Static variable in class com.cloudbees.diff.provider.
CmdlineDiffProvider
Difference
- Class in
com.cloudbees.diff
This class represents a single difference between two files.
Difference(int, int, int, int, int)
- Constructor for class com.cloudbees.diff.
Difference
Creates a new instance of Difference
Difference(int, int, int, int, int, String, String)
- Constructor for class com.cloudbees.diff.
Difference
Creates a new instance of Difference
Difference(int, int, int, int, int, String, String, Difference.Part[], Difference.Part[])
- Constructor for class com.cloudbees.diff.
Difference
Creates a new instance of Difference
Difference.Part
- Class in
com.cloudbees.diff
This class represents a difference on a single line.
Difference.Part(int, int, int, int)
- Constructor for class com.cloudbees.diff.
Difference.Part
Creates a new instance of LineDiff
DiffProvider
- Class in
com.cloudbees.diff.provider
This class represents a provider of diff algorithm.
DiffProvider()
- Constructor for class com.cloudbees.diff.provider.
DiffProvider
E
ENDING_NEWLINE
- Static variable in class com.cloudbees.diff.
Hunk
EXC_CannotRemoveBackup(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
The following backup copies cannot be removed after successful application of a patch: {0} Reason(s): {1}
EXC_CopyOfAppliedPatchFailed()
- Static method in class com.cloudbees.diff.
Bundle
The patch application failed, it's not possible to write to {0}.
EXC_PatchApplicationFailed(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
Application of the patch to ''{1}'' failed: {0}
EXC_PatchParsingFailed(Object)
- Static method in class com.cloudbees.diff.
Bundle
Parsing of the patch file failed: {0}
G
getDiffCommand()
- Method in class com.cloudbees.diff.provider.
CmdlineDiffProvider
Get the diff command being used.
getEndPosition()
- Method in class com.cloudbees.diff.
Difference.Part
Get the position on which the difference ends on this line.
getFailure()
- Method in class com.cloudbees.diff.
ContextualPatch.PatchReport
getFile()
- Method in class com.cloudbees.diff.
ContextualPatch.PatchReport
getFirstEnd()
- Method in class com.cloudbees.diff.
Difference
Get the line number on which the difference ends in the first file.
getFirstLineDiffs()
- Method in class com.cloudbees.diff.
Difference
The list of differences on lines in the first file.
getFirstStart()
- Method in class com.cloudbees.diff.
Difference
Get the line number on which the difference starts in the first file.
getFirstText()
- Method in class com.cloudbees.diff.
Difference
Get the text content of the difference in the first file.
getLine()
- Method in class com.cloudbees.diff.
Difference.Part
Get the line number.
getOriginalBackupFile()
- Method in class com.cloudbees.diff.
ContextualPatch.PatchReport
getSecondEnd()
- Method in class com.cloudbees.diff.
Difference
Get the line number on which the difference ends in the second file.
getSecondLineDiffs()
- Method in class com.cloudbees.diff.
Difference
The list of differences on lines in the second file.
getSecondStart()
- Method in class com.cloudbees.diff.
Difference
Get the line number on which the difference starts in the second file.
getSecondText()
- Method in class com.cloudbees.diff.
Difference
Get the text content of the difference in the second file.
getStartPosition()
- Method in class com.cloudbees.diff.
Difference.Part
Get the position on which the difference starts on this line.
getStatus()
- Method in class com.cloudbees.diff.
ContextualPatch.PatchReport
getType()
- Method in class com.cloudbees.diff.
Difference
Get the difference type.
getType()
- Method in class com.cloudbees.diff.
Difference.Part
Get the difference type.
H
HINT_diffCmd()
- Static method in class com.cloudbees.diff.
Bundle
The command executed by the external diff engine.
HINT_showDiffSelector()
- Static method in class com.cloudbees.diff.
Bundle
Show panel with engine and visualizer selectors.
Hunk
- Class in
com.cloudbees.diff
One unidiff or context hunk.
Hunk()
- Constructor for class com.cloudbees.diff.
Hunk
I
isBinary()
- Method in class com.cloudbees.diff.
ContextualPatch.PatchReport
isTrimLines()
- Method in class com.cloudbees.diff.provider.
BuiltInDiffProvider
On true all lines are trimmed before passing to diff engine.
L
LBL_Provider()
- Static method in class com.cloudbees.diff.
Bundle
&Engine:
LBL_Visualizer()
- Static method in class com.cloudbees.diff.
Bundle
&Visualizer:
lines
- Variable in class com.cloudbees.diff.
Hunk
M
MAGIC
- Static variable in class com.cloudbees.diff.
ContextualPatch
modifiedCount
- Variable in class com.cloudbees.diff.
Hunk
modifiedStart
- Variable in class com.cloudbees.diff.
Hunk
MSG_DiffFailed(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
Diff failed for {0} and {1}.
MSG_NoDifference(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
No differences were found between ''{0}'' and ''{1}''.
MSG_NoDifferenceInFile(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
No differences were found between {0} and {1}.
MSG_NoDifferences(Object)
- Static method in class com.cloudbees.diff.
Bundle
No differences found in file {0}.
MSG_NoDiffProvider()
- Static method in class com.cloudbees.diff.
Bundle
No Diff Engine is registered in the system.
MSG_NoDiffVisualizer()
- Static method in class com.cloudbees.diff.
Bundle
No Diff Visualizer is registered in the system.
MSG_NotFoundFiles(Object)
- Static method in class com.cloudbees.diff.
Bundle
Following files are to be patched, but not found: {0}
MSG_PatchAppliedPartially()
- Static method in class com.cloudbees.diff.
Bundle
Patch applied partially.
MSG_PatchAppliedSuccessfully()
- Static method in class com.cloudbees.diff.
Bundle
Patch applied successfully.
MSG_ProvidersMissing()
- Static method in class com.cloudbees.diff.
Bundle
There are no diff engines registered in the system
MSG_VisualizersMissing()
- Static method in class com.cloudbees.diff.
Bundle
There are no diff visualizers registered in the system
MSG_WrongPatch()
- Static method in class com.cloudbees.diff.
Bundle
The patch cannot be applied in the selected context.
MSG_WrongPatch_Hint(Object)
- Static method in class com.cloudbees.diff.
Bundle
The patch cannot be applied in the selected context.
O
OpenIDE_Module_Display_Category()
- Static method in class com.cloudbees.diff.
Bundle
Tools
OpenIDE_Module_Long_Description()
- Static method in class com.cloudbees.diff.
Bundle
The Diff module provides an action, that is enabled when two files are selected in the IDE.
OpenIDE_Module_Name()
- Static method in class com.cloudbees.diff.
Bundle
Diff
OpenIDE_Module_Short_Description()
- Static method in class com.cloudbees.diff.
Bundle
Provides the diff action to view file differences.
outputLine(String, Pattern, List<Difference>, StringBuffer, StringBuffer)
- Static method in class com.cloudbees.diff.provider.
CmdlineDiffProvider
This method is called, with elements of the output data.
P
patch(boolean)
- Method in class com.cloudbees.diff.
ContextualPatch
PatchException
- Exception in
com.cloudbees.diff
The patch is invalid or cannot be applied on the specified file.
PatchException(String)
- Constructor for exception com.cloudbees.diff.
PatchException
PROP_diffCmd()
- Static method in class com.cloudbees.diff.
Bundle
The Diff Command
PROP_showDiffSelector()
- Static method in class com.cloudbees.diff.
Bundle
Show Diff Service Selector
S
Services_DiffProviders()
- Static method in class com.cloudbees.diff.
Bundle
Diff Engines
Services_Diffs()
- Static method in class com.cloudbees.diff.
Bundle
Diff Services
Services_DiffVisualizers()
- Static method in class com.cloudbees.diff.
Bundle
Diff Visualizers
setDiffCommand(String)
- Method in class com.cloudbees.diff.provider.
CmdlineDiffProvider
Set a new diff command.
setTextOnLastDifference(List<Difference>, StringBuffer, StringBuffer)
- Static method in class com.cloudbees.diff.provider.
CmdlineDiffProvider
setTrimLines(boolean)
- Method in class com.cloudbees.diff.provider.
BuiltInDiffProvider
Setter for property trimLines.
T
TITLE_SelectPatchForFile(Object)
- Static method in class com.cloudbees.diff.
Bundle
Select The Diff Patch For {0}
TITLE_SelectPatchForFolder(Object)
- Static method in class com.cloudbees.diff.
Bundle
Select The Diff Patch For Files In {0}
toString()
- Method in class com.cloudbees.diff.
Difference
toUnifiedDiff(String, String, Reader, Reader, int)
- Method in class com.cloudbees.diff.
Diff
Prints the difference in the unified diff format.
U
UI_Services_IDEConfiguration_ServerAndExternalToolSettings_DiffTypes()
- Static method in class com.cloudbees.diff.
Bundle
Diff and Merge Types
V
valueOf(String)
- Static method in enum com.cloudbees.diff.
ContextualPatch.PatchStatus
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.cloudbees.diff.
ContextualPatch.PatchStatus
Returns an array containing the constants of this enum type, in the order they are declared.
_
_ACS_ProviderA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Engine.
_ACS_ProviderPropertyPanelA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Choose diff engine.
_ACS_ProviderPropertyPanelA11yName()
- Static method in class com.cloudbees.diff.
Bundle
Engine Property Panel
_ACS_VisualizerA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Visualizer.
_ACS_VisualizerPropertyPanelA11yDesc()
- Static method in class com.cloudbees.diff.
Bundle
Choose diff visualizer.
_ACS_VisualizerPropertyPanelA11yName()
- Static method in class com.cloudbees.diff.
Bundle
Visualizer Property Panel
_ACSD_Diff_Top_Component()
- Static method in class com.cloudbees.diff.
Bundle
Differences between source files
_ACSD_PatchDialog()
- Static method in class com.cloudbees.diff.
Bundle
This dialog allows you to choose patch
_ACSN_Diff_Top_Component()
- Static method in class com.cloudbees.diff.
Bundle
Diff Component
_BK0001()
- Static method in class com.cloudbees.diff.
Bundle
Diffing...
_BK0002()
- Static method in class com.cloudbees.diff.
Bundle
If true then starting and trailing line whitespaces are ignored.
_BTN_Patch()
- Static method in class com.cloudbees.diff.
Bundle
Patch
_BTN_Patch_mnc()
- Static method in class com.cloudbees.diff.
Bundle
P
_BTN_Patch_tooltip()
- Static method in class com.cloudbees.diff.
Bundle
Select the diff patch file to apply.
_BuiltInDiffProvider_displayName()
- Static method in class com.cloudbees.diff.
Bundle
Built-in Diff Engine
_BuiltInDiffProvider_shortDescription()
- Static method in class com.cloudbees.diff.
Bundle
Default built-in diff engine that computes differences between two sources.
_CmdlineDiffProvider_displayName()
- Static method in class com.cloudbees.diff.
Bundle
Command-line Diff
_CmdlineDiffProvider_runtimeError(Object)
- Static method in class com.cloudbees.diff.
Bundle
The diff command ''{0}'' failed to execute in the system.
_CmdlineDiffProvider_shortDescription()
- Static method in class com.cloudbees.diff.
Bundle
An external diff engine that produces a list of differences in a format compatible with the UNIX diff command.
_CTL_DiffActionName()
- Static method in class com.cloudbees.diff.
Bundle
Di&ff
_CTL_PatchActionName()
- Static method in class com.cloudbees.diff.
Bundle
Appl&y Diff Patch...
_CTL_PatchDialog_FileFilter()
- Static method in class com.cloudbees.diff.
Bundle
Patch Files (*.diff, *.patch)
_DefaultDiff_displayName()
- Static method in class com.cloudbees.diff.
Bundle
Built-in Diff Service
_diff_prog()
- Static method in class com.cloudbees.diff.
Bundle
Computing differences:
_EXC_CannotRemoveBackup(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
The following backup copies cannot be removed after successful application of a patch: {0} Reason(s): {1}
_EXC_CopyOfAppliedPatchFailed()
- Static method in class com.cloudbees.diff.
Bundle
The patch application failed, it's not possible to write to {0}.
_EXC_PatchApplicationFailed(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
Application of the patch to ''{1}'' failed: {0}
_EXC_PatchParsingFailed(Object)
- Static method in class com.cloudbees.diff.
Bundle
Parsing of the patch file failed: {0}
_HINT_diffCmd()
- Static method in class com.cloudbees.diff.
Bundle
The command executed by the external diff engine.
_HINT_showDiffSelector()
- Static method in class com.cloudbees.diff.
Bundle
Show panel with engine and visualizer selectors.
_LBL_Provider()
- Static method in class com.cloudbees.diff.
Bundle
&Engine:
_LBL_Visualizer()
- Static method in class com.cloudbees.diff.
Bundle
&Visualizer:
_MSG_DiffFailed(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
Diff failed for {0} and {1}.
_MSG_NoDifference(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
No differences were found between ''{0}'' and ''{1}''.
_MSG_NoDifferenceInFile(Object, Object)
- Static method in class com.cloudbees.diff.
Bundle
No differences were found between {0} and {1}.
_MSG_NoDifferences(Object)
- Static method in class com.cloudbees.diff.
Bundle
No differences found in file {0}.
_MSG_NoDiffProvider()
- Static method in class com.cloudbees.diff.
Bundle
No Diff Engine is registered in the system.
_MSG_NoDiffVisualizer()
- Static method in class com.cloudbees.diff.
Bundle
No Diff Visualizer is registered in the system.
_MSG_NotFoundFiles(Object)
- Static method in class com.cloudbees.diff.
Bundle
Following files are to be patched, but not found: {0}
_MSG_PatchAppliedPartially()
- Static method in class com.cloudbees.diff.
Bundle
Patch applied partially.
_MSG_PatchAppliedSuccessfully()
- Static method in class com.cloudbees.diff.
Bundle
Patch applied successfully.
_MSG_ProvidersMissing()
- Static method in class com.cloudbees.diff.
Bundle
There are no diff engines registered in the system
_MSG_VisualizersMissing()
- Static method in class com.cloudbees.diff.
Bundle
There are no diff visualizers registered in the system
_MSG_WrongPatch()
- Static method in class com.cloudbees.diff.
Bundle
The patch cannot be applied in the selected context.
_MSG_WrongPatch_Hint(Object)
- Static method in class com.cloudbees.diff.
Bundle
The patch cannot be applied in the selected context.
_OpenIDE_Module_Display_Category()
- Static method in class com.cloudbees.diff.
Bundle
Tools
_OpenIDE_Module_Long_Description()
- Static method in class com.cloudbees.diff.
Bundle
The Diff module provides an action, that is enabled when two files are selected in the IDE.
_OpenIDE_Module_Name()
- Static method in class com.cloudbees.diff.
Bundle
Diff
_OpenIDE_Module_Short_Description()
- Static method in class com.cloudbees.diff.
Bundle
Provides the diff action to view file differences.
_PROP_diffCmd()
- Static method in class com.cloudbees.diff.
Bundle
The Diff Command
_PROP_showDiffSelector()
- Static method in class com.cloudbees.diff.
Bundle
Show Diff Service Selector
_Services_DiffProviders()
- Static method in class com.cloudbees.diff.
Bundle
Diff Engines
_Services_Diffs()
- Static method in class com.cloudbees.diff.
Bundle
Diff Services
_Services_DiffVisualizers()
- Static method in class com.cloudbees.diff.
Bundle
Diff Visualizers
_TITLE_SelectPatchForFile(Object)
- Static method in class com.cloudbees.diff.
Bundle
Select The Diff Patch For {0}
_TITLE_SelectPatchForFolder(Object)
- Static method in class com.cloudbees.diff.
Bundle
Select The Diff Patch For Files In {0}
_UI_Services_IDEConfiguration_ServerAndExternalToolSettings_DiffTypes()
- Static method in class com.cloudbees.diff.
Bundle
Diff and Merge Types
A
B
C
D
E
G
H
I
L
M
O
P
S
T
U
V
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011-2012. All Rights Reserved.