Constructor and Description |
---|
DiffTask(SVNApp app,
List<? extends FileRow> rows)
Constructor DiffTask
|
DiffTask(SVNApp app,
List<? extends FileRow> rows,
boolean diffTogether)
Constructor DiffTask
|
DiffTask(SVNApp app,
List<? extends FileRow> rows,
org.tmatesoft.svn.core.wc.SVNRevision revision)
Constructor DiffTask
|
DiffTask(SVNApp app,
List<? extends FileRow> rows,
org.tmatesoft.svn.core.wc.SVNRevision revision1,
org.tmatesoft.svn.core.wc.SVNRevision revision2)
Constructor DiffTask
|
Modifier and Type | Method and Description |
---|---|
static void |
copyTo(File from,
File to)
Method copyTo
|
protected Void |
doInBackground() |
protected void |
finished() |
static boolean |
isInternalDiffAvailable()
Method isInternalDiffAvailable
|
addTaskListener, cancelled, done, failed, getApplication, getContext, getDescription, getExecutionDuration, getInputBlocker, getMessage, getMessageDuration, getResourceMap, getTaskListeners, getTaskService, getTitle, getUserCanCancel, interrupted, isPending, isProgressPropertyValid, isStarted, message, process, removeTaskListener, resourceName, setDescription, setInputBlocker, setMessage, setProgress, setProgress, setProgress, setTitle, setUserCanCancel, succeeded
public DiffTask(SVNApp app, List<? extends FileRow> rows)
app
- rows
- public DiffTask(SVNApp app, List<? extends FileRow> rows, boolean diffTogether)
app
- rows
- diffTogether
- public DiffTask(SVNApp app, List<? extends FileRow> rows, org.tmatesoft.svn.core.wc.SVNRevision revision)
app
- rows
- revision
- public static boolean isInternalDiffAvailable()
protected void finished()
public static void copyTo(File from, File to) throws IOException
from
- to
- IOException
Copyright © 2015 sd-svn. All rights reserved.