public class SVNApp
extends org.jdesktop.application.SingleFrameApplication
| Constructor and Description |
|---|
SVNApp() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureWindow(Window root)
This method is to initialize the specified window by injecting resources.
|
void |
executeTask(org.jdesktop.application.Task task)
Method executeTask
|
static SVNApp |
getApplication()
A convenient static getter for the application instance.
|
org.tmatesoft.svn.core.wc.SVNInfo |
getFileInfo(File file)
Method getFileInfo
|
Preferences |
getPreferences()
Method getPreferences
|
org.tmatesoft.svn.core.SVNURL |
getRootURL(File file)
Method getRootURL
|
org.tmatesoft.svn.core.wc.SVNClientManager |
getSVNClientManager()
Method getSVNClientManager
|
static void |
main(String[] args)
Main method launching the application.
|
void |
resetSVNClientManager()
Method resetSVNClientManager
|
void |
setPreferences(String repoName,
String uuid)
Method setPreferencesUUID
|
protected void |
startup()
At startup create and show the main frame of the application.
|
getMainFrame, getMainView, setMainFrame, show, show, show, show, shutdownaddExitListener, end, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, initialize, launch, quit, ready, removeExitListenerprotected void startup()
startup in class org.jdesktop.application.Applicationprotected void configureWindow(Window root)
configureWindow in class org.jdesktop.application.SingleFrameApplicationpublic static SVNApp getApplication()
public static void main(String[] args)
args - public void executeTask(org.jdesktop.application.Task task)
task - public Preferences getPreferences()
public void setPreferences(String repoName, String uuid)
repoName - uuid - public org.tmatesoft.svn.core.wc.SVNClientManager getSVNClientManager()
public void resetSVNClientManager()
public org.tmatesoft.svn.core.wc.SVNInfo getFileInfo(File file)
file - public org.tmatesoft.svn.core.SVNURL getRootURL(File file)
file - Copyright © 2015 sd-svn. All rights reserved.