platform
Class UnknownOS

java.lang.Object
  extended by platform.AbstractOS
      extended by platform.UnknownOS
All Implemented Interfaces:
JAPHelp.IExternalEMailCaller, JAPHelp.IExternalURLCaller

public class UnknownOS
extends AbstractOS

This class is instantiated by AbstractOS if the OS cannot be determined. It only provides dummy methods.


Nested Class Summary
 
Nested classes/interfaces inherited from class platform.AbstractOS
AbstractOS.AbstractRetryCopyProcess, AbstractOS.AbstractURLOpener, AbstractOS.IURLErrorNotifier
 
Field Summary
 
Fields inherited from class platform.AbstractOS
URL_MAIL_TO
 
Constructor Summary
UnknownOS()
           
 
Method Summary
 java.lang.String getConfigPath(java.lang.String a_applicationName)
          Implementations must return a valid path to the config file.
 boolean openLink(java.lang.String a_link)
           
 
Methods inherited from class platform.AbstractOS
copyAsRoot, createBrowserCommand, createURLLink, createURLLink, getActiveVMs, getAppdataDefaultDirectory, getAsString, getDefaultBrowserPath, getDefaultHelpPath, getDefaultTempPath, getenv, getInstance, getProperty, getTempPath, init, initEnv, isDefaultURLAvailable, isHelpAutoInstalled, openBrowser, openBrowser, openEMail, openURL, toAbsolutePath, toRelativePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownOS

public UnknownOS()
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

openLink

public boolean openLink(java.lang.String a_link)
Specified by:
openLink in class AbstractOS

getConfigPath

public java.lang.String getConfigPath(java.lang.String a_applicationName)
Description copied from class: AbstractOS
Implementations must return a valid path to the config file.

Specified by:
getConfigPath in class AbstractOS