Uses of Class
com.biglybt.pif.platform.PlatformManagerException
-
-
Uses of PlatformManagerException in com.biglybt.pif.platform
Methods in com.biglybt.pif.platform that throw PlatformManagerException Modifier and Type Method Description java.io.File
PlatformManager. getLocation(long location_id)
Get a well-known location, if defined for the platformboolean
PlatformManager. isAdditionalFileTypeRegistered(java.lang.String name, java.lang.String type)
Checks to see if the supplied file type is registered with this applicationvoid
PlatformManager. registerAdditionalFileType(java.lang.String name, java.lang.String description, java.lang.String type, java.lang.String content_type)
Registers a file type with this applicationvoid
PlatformManager. showFile(java.lang.String file_name)
Reveals the file or directory with the platform's default browservoid
PlatformManager. unregisterAdditionalFileType(java.lang.String name, java.lang.String type)
Removes a file-type registration -
Uses of PlatformManagerException in com.biglybt.platform
Methods in com.biglybt.platform that throw PlatformManagerException Modifier and Type Method Description void
PlatformManager. copyFilePermissions(java.lang.String from_file_name, java.lang.String to_file_name)
void
PlatformManager. createProcess(java.lang.String command_line, boolean inherit_handles)
java.lang.String
PlatformManager. getApplicationCommandLine()
java.lang.String[]
PlatformManager. getExplicitVMOptions()
int
PlatformManager. getMaxOpenFiles()
This max-open-files concept here is from linux/osx where network connections are treated as 'files'boolean
PlatformManager. getRunAtLogin()
java.lang.String
PlatformManager. getUserDataDirectory()
java.lang.String
PlatformManager. getVersion()
java.io.File
PlatformManager. getVMOptionFile()
boolean
PlatformManager. isApplicationRegistered()
java.lang.Class<?>
PlatformManager. loadClass(java.lang.ClassLoader loader, java.lang.String class_name)
Gives a particular platform the ability to alter the class-loading methodvoid
PlatformManager. performRecoverableFileDelete(java.lang.String file_name)
void
PlatformManager. ping(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManager. registerApplication()
void
PlatformManager. requestUserAttention(int type, java.lang.Object data)
Requests the user's attention such as bouncing the application icon on OSXvoid
PlatformManager. setExplicitVMOptions(java.lang.String[] options)
void
PlatformManager. setPreventComputerSleep(boolean prevent_it)
void
PlatformManager. setRunAtLogin(boolean run)
void
PlatformManager. setTCPTOSEnabled(boolean enabled)
enable or disable the platforms support for TCP TOSdefault boolean
PlatformManager. setUseSystemTheme(boolean use_it)
void
PlatformManager. shutdown(int type)
void
PlatformManager. startup(Core core)
boolean
PlatformManager. testNativeAvailability(java.lang.String name)
void
PlatformManager. traceRoute(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
-
Uses of PlatformManagerException in com.biglybt.platform.dummy
Methods in com.biglybt.platform.dummy that throw PlatformManagerException Modifier and Type Method Description void
PlatformManagerImpl. copyFilePermissions(java.lang.String from_file_name, java.lang.String to_file_name)
void
PlatformManagerImpl. createProcess(java.lang.String command_line, boolean inherit_handles)
java.lang.String
PlatformManagerImpl. getApplicationCommandLine()
java.lang.String
PlatformManagerImpl. getAzComputerID()
java.lang.String[]
PlatformManagerImpl. getExplicitVMOptions()
java.io.File
PlatformManagerImpl. getLocation(long location_id)
int
PlatformManagerImpl. getMaxOpenFiles()
boolean
PlatformManagerImpl. getRunAtLogin()
java.lang.String
PlatformManagerImpl. getUserDataDirectory()
java.lang.String
PlatformManagerImpl. getVersion()
java.io.File
PlatformManagerImpl. getVMOptionFile()
boolean
PlatformManagerImpl. isAdditionalFileTypeRegistered(java.lang.String name, java.lang.String type)
boolean
PlatformManagerImpl. isApplicationRegistered()
java.lang.Class<?>
PlatformManagerImpl. loadClass(java.lang.ClassLoader loader, java.lang.String class_name)
void
PlatformManagerImpl. performRecoverableFileDelete(java.lang.String file_name)
void
PlatformManagerImpl. ping(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. registerAdditionalFileType(java.lang.String name, java.lang.String description, java.lang.String type, java.lang.String content_type)
void
PlatformManagerImpl. registerApplication()
void
PlatformManagerImpl. requestUserAttention(int type, java.lang.Object data)
void
PlatformManagerImpl. setExplicitVMOptions(java.lang.String[] options)
void
PlatformManagerImpl. setPreventComputerSleep(boolean b)
void
PlatformManagerImpl. setRunAtLogin(boolean run)
void
PlatformManagerImpl. setTCPTOSEnabled(boolean enabled)
enable or disable the platforms support for TCP TOSvoid
PlatformManagerImpl. showFile(java.lang.String file_name)
Reveals the file or directory with the platform's default browservoid
PlatformManagerImpl. shutdown(int type)
void
PlatformManagerImpl. startup(Core core)
boolean
PlatformManagerImpl. testNativeAvailability(java.lang.String name)
void
PlatformManagerImpl. traceRoute(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. unregisterAdditionalFileType(java.lang.String name, java.lang.String type)
-
Uses of PlatformManagerException in com.biglybt.platform.macosx
Methods in com.biglybt.platform.macosx that throw PlatformManagerException Modifier and Type Method Description private java.io.File
PlatformManagerImpl. checkAndGetLocalVMOptionFile()
private void
PlatformManagerImpl. checkCapability(PlatformManagerCapabilities capability)
private void
PlatformManagerImpl. convertToXML(java.io.File file)
void
PlatformManagerImpl. copyFilePermissions(java.lang.String from_file_name, java.lang.String to_file_name)
void
PlatformManagerImpl. createProcess(java.lang.String cmd, boolean inheritsHandles)
java.lang.String
PlatformManagerImpl. getApplicationCommandLine()
command to launch Vuzejava.lang.String
PlatformManagerImpl. getAzComputerID()
java.lang.String[]
PlatformManagerImpl. getExplicitVMOptions()
java.io.File
PlatformManagerImpl. getLocation(long location_id)
private java.io.File
PlatformManagerImpl. getLoginPList()
int
PlatformManagerImpl. getMaxOpenFiles()
boolean
PlatformManagerImpl. getRunAtLogin()
java.lang.String
PlatformManagerImpl. getUserDataDirectory()
java.lang.String
PlatformManagerImpl. getVersion()
java.io.File
PlatformManagerImpl. getVMOptionFile()
boolean
PlatformManagerImpl. isAdditionalFileTypeRegistered(java.lang.String name, java.lang.String type)
boolean
PlatformManagerImpl. isApplicationRegistered()
java.lang.Class<?>
PlatformManagerImpl. loadClass(java.lang.ClassLoader loader, java.lang.String class_name)
void
PlatformManagerImpl. performRecoverableFileDelete(java.lang.String path)
void
PlatformManagerImpl. ping(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. registerAdditionalFileType(java.lang.String name, java.lang.String description, java.lang.String type, java.lang.String content_type)
void
PlatformManagerImpl. registerApplication()
void
PlatformManagerImpl. requestUserAttention(int type, java.lang.Object data)
If the application is not active causes the application icon at the bottom to bounce until the application becomes active If the application is already active then this method does nothing.void
PlatformManagerImpl. setExplicitVMOptions(java.lang.String[] options)
void
PlatformManagerImpl. setPreventComputerSleep(boolean prevent_it)
void
PlatformManagerImpl. setRunAtLogin(boolean run)
void
PlatformManagerImpl. setTCPTOSEnabled(boolean enabled)
enable or disable the platforms support for TCP TOSboolean
PlatformManagerImpl. setUseSystemTheme(boolean use_it)
void
PlatformManagerImpl. showFile(java.lang.String path)
Reveals the file or directory with the platform's default browservoid
PlatformManagerImpl. shutdown(int type)
void
PlatformManagerImpl. startup(Core _core)
boolean
PlatformManagerImpl. testNativeAvailability(java.lang.String name)
void
PlatformManagerImpl. traceRoute(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. unregisterAdditionalFileType(java.lang.String name, java.lang.String type)
-
Uses of PlatformManagerException in com.biglybt.platform.unix
Methods in com.biglybt.platform.unix that throw PlatformManagerException Modifier and Type Method Description private void
PlatformManagerImpl. checkCapability(PlatformManagerCapabilities capability)
void
PlatformManagerImpl. copyFilePermissions(java.lang.String from_file_name, java.lang.String to_file_name)
void
PlatformManagerImpl. createProcess(java.lang.String command_line, boolean inherit_handles)
java.lang.String
PlatformManagerImpl. getApplicationCommandLine()
java.lang.String
PlatformManagerImpl. getAzComputerID()
java.lang.String[]
PlatformManagerImpl. getExplicitVMOptions()
java.io.File
PlatformManagerImpl. getLocation(long location_id)
int
PlatformManagerImpl. getMaxOpenFiles()
boolean
PlatformManagerImpl. getRunAtLogin()
java.lang.String
PlatformManagerImpl. getUserDataDirectory()
java.lang.String
PlatformManagerImpl. getVersion()
java.io.File
PlatformManagerImpl. getVMOptionFile()
boolean
PlatformManagerImpl. isAdditionalFileTypeRegistered(java.lang.String name, java.lang.String type)
boolean
PlatformManagerImpl. isApplicationRegistered()
java.lang.Class<?>
PlatformManagerImpl. loadClass(java.lang.ClassLoader loader, java.lang.String class_name)
void
PlatformManagerImpl. performRecoverableFileDelete(java.lang.String file_name)
void
PlatformManagerImpl. ping(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. registerAdditionalFileType(java.lang.String name, java.lang.String description, java.lang.String type, java.lang.String content_type)
void
PlatformManagerImpl. registerApplication()
void
PlatformManagerImpl. requestUserAttention(int type, java.lang.Object data)
void
PlatformManagerImpl. setExplicitVMOptions(java.lang.String[] options)
void
PlatformManagerImpl. setPreventComputerSleep(boolean b)
void
PlatformManagerImpl. setRunAtLogin(boolean run)
void
PlatformManagerImpl. setTCPTOSEnabled(boolean enabled)
void
PlatformManagerImpl. showFile(java.lang.String file_name)
void
PlatformManagerImpl. shutdown(int type)
void
PlatformManagerImpl. startup(Core core)
boolean
PlatformManagerImpl. testNativeAvailability(java.lang.String name)
void
PlatformManagerImpl. traceRoute(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. unregisterAdditionalFileType(java.lang.String name, java.lang.String type)
-
Uses of PlatformManagerException in com.biglybt.platform.win32
Methods in com.biglybt.platform.win32 that throw PlatformManagerException Modifier and Type Method Description private java.io.File
PlatformManagerImpl. checkAndGetLocalVMOptionFile()
private void
PlatformManagerImpl. checkCapability(PlatformManagerCapabilities capability)
void
PlatformManagerImpl. copyFilePermissions(java.lang.String from_file_name, java.lang.String to_file_name)
void
PlatformManagerImpl. createProcess(java.lang.String command_line, boolean inherit_handles)
protected void
PlatformManagerImpl. fixPermissions(java.io.File parent, java.io.File dir)
int
PlatformManagerImpl. getAdditionalFileTypeRegistrationDetails(java.lang.String name, java.lang.String type)
protected java.io.File
PlatformManagerImpl. getApplicationEXELocation()
java.lang.String[]
PlatformManagerImpl. getExplicitVMOptions()
protected int
PlatformManagerImpl. getIconIndex()
java.io.File
PlatformManagerImpl. getLocation(long location_id)
int
PlatformManagerImpl. getMaxOpenFiles()
boolean
PlatformManagerImpl. getRunAtLogin()
static PlatformManagerImpl
PlatformManagerImpl. getSingleton()
java.lang.String
PlatformManagerImpl. getUserDataDirectory()
java.io.File
PlatformManagerImpl. getVMOptionFile()
boolean
PlatformManagerImpl. isAdditionalFileTypeRegistered(java.lang.String name, java.lang.String type)
boolean
PlatformManagerImpl. isApplicationRegistered()
java.lang.Class<?>
PlatformManagerImpl. loadClass(java.lang.ClassLoader loader, java.lang.String class_name)
void
PlatformManagerImpl. performRecoverableFileDelete(java.lang.String file_name)
void
PlatformManagerImpl. ping(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. registerAdditionalFileType(java.lang.String name, java.lang.String description, java.lang.String type, java.lang.String content_type)
void
PlatformManagerImpl. registerAdditionalFileType(java.lang.String name, java.lang.String description, java.lang.String type, java.lang.String content_type, boolean url_protocol)
void
PlatformManagerImpl. registerApplication()
void
PlatformManagerImpl. requestUserAttention(int type, java.lang.Object data)
void
PlatformManagerImpl. setExplicitVMOptions(java.lang.String[] options)
void
PlatformManagerImpl. setRunAtLogin(boolean run)
void
PlatformManagerImpl. setTCPTOSEnabled(boolean enabled)
int
PlatformManagerImpl. shellExecute(java.lang.String operation, java.lang.String file, java.lang.String parameters, java.lang.String directory, int SW_const)
void
PlatformManagerImpl. showFile(java.lang.String file_name)
Reveals the file or directory with the platform's default browservoid
PlatformManagerImpl. shutdown(int type)
void
PlatformManagerImpl. startup(Core core)
boolean
PlatformManagerImpl. testNativeAvailability(java.lang.String name)
void
PlatformManagerImpl. traceRoute(java.net.InetAddress interface_address, java.net.InetAddress target, PlatformManagerPingCallback callback)
void
PlatformManagerImpl. unregisterAdditionalFileType(java.lang.String name, java.lang.String type)
Constructors in com.biglybt.platform.win32 that throw PlatformManagerException Constructor Description PlatformManagerImpl()
-
Uses of PlatformManagerException in com.biglybt.ui.config
Methods in com.biglybt.ui.config that throw PlatformManagerException Modifier and Type Method Description private void
ConfigSectionStartShutdown. buildOptions(PlatformManager platform, java.util.List<Parameter> list)
-