public class MergeBreakpointFilesPlugin
extends AbstractPlugin
public MergeBreakpointFilesPlugin()
public MergeBreakpointFilesPlugin(java.awt.Frame parentFrame,
boolean isInteractive)
public javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()
public java.lang.Boolean selectFiles()
Select the files to merge. Alternatively, merge all files in a directory. (Default = false)
public MergeBreakpointFilesPlugin selectFiles(java.lang.Boolean value)
Set Select Files to Merge. Select the files to merge. Alternatively, merge all files in a directory. (Default = false)
value - Select Files to Mergepublic java.lang.String selectedFilesList()
The name and path of a file containing the names of the breakpoint files to be merged.
public MergeBreakpointFilesPlugin selectedFilesList(java.lang.String value)
Set List of files to merge. The name and path of a file containing the names of the breakpoint files to be merged.
value - List of files to mergepublic java.lang.String outputFile()
The output file. If the filename ends in gz it will be zipped. Required.
public MergeBreakpointFilesPlugin outputFile(java.lang.String value)
Set Output File. The output file. If the filename ends in gz it will be zipped. Required.
value - Output File