com.eviware.soapui.support
Class SoapUIVersionUpdate

java.lang.Object
  extended by com.eviware.soapui.support.SoapUIVersionUpdate

public class SoapUIVersionUpdate
extends java.lang.Object


Nested Class Summary
protected  class SoapUIVersionUpdate.IgnoreUpdateAction
           
 class SoapUIVersionUpdate.OpenDownloadUrlAction
           
protected  class SoapUIVersionUpdate.RemindLaterAction
           
 
Field Summary
protected static java.lang.String NO_RELEASE_NOTES_INFO
           
static java.lang.String VERSION_TO_SKIP
           
 
Constructor Summary
SoapUIVersionUpdate()
           
 
Method Summary
protected  javax.swing.JPanel buildToolbar(javax.swing.JDialog dialog)
           
 void checkForNewVersion(boolean helpAction)
           
protected  javax.swing.JEditorPane createReleaseNotesPane()
           
protected  java.lang.String getDownloadLinkCore()
           
protected  java.lang.String getDownloadLinkPro()
           
 java.lang.String getLatestVersion()
           
 void getLatestVersionAvailable(java.net.URL versionUrl)
           
protected  java.lang.String getReleaseNotes()
           
 java.lang.String getReleaseNotesCore()
           
 java.lang.String getReleaseNotesPro()
           
protected  org.w3c.dom.Document getVersionDocument(java.net.URL versionUrl)
           
 void showNewVersionDownloadDialog()
           
 boolean skipThisVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_TO_SKIP

public static final java.lang.String VERSION_TO_SKIP

NO_RELEASE_NOTES_INFO

protected static final java.lang.String NO_RELEASE_NOTES_INFO
See Also:
Constant Field Values
Constructor Detail

SoapUIVersionUpdate

public SoapUIVersionUpdate()
Method Detail

getLatestVersionAvailable

public void getLatestVersionAvailable(java.net.URL versionUrl)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getVersionDocument

protected org.w3c.dom.Document getVersionDocument(java.net.URL versionUrl)
                                           throws java.net.MalformedURLException,
                                                  javax.xml.parsers.ParserConfigurationException,
                                                  org.xml.sax.SAXException,
                                                  java.io.IOException
Throws:
java.net.MalformedURLException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

getReleaseNotes

protected java.lang.String getReleaseNotes()

getReleaseNotesCore

public java.lang.String getReleaseNotesCore()

getReleaseNotesPro

public java.lang.String getReleaseNotesPro()

getLatestVersion

public java.lang.String getLatestVersion()

showNewVersionDownloadDialog

public void showNewVersionDownloadDialog()

createReleaseNotesPane

protected javax.swing.JEditorPane createReleaseNotesPane()

buildToolbar

protected javax.swing.JPanel buildToolbar(javax.swing.JDialog dialog)

skipThisVersion

public boolean skipThisVersion()

checkForNewVersion

public void checkForNewVersion(boolean helpAction)

getDownloadLinkCore

protected java.lang.String getDownloadLinkCore()

getDownloadLinkPro

protected java.lang.String getDownloadLinkPro()


Copyright © 2005-2011 eviware.com. All Rights Reserved.