LimeWire Consolidated API

org.limewire.core.api
Interface Application


public interface Application

Contains methods relating to the overall application.


Method Summary
 String getUniqueUrl(String baseUrl)
          Returns a URL that is uniquified according to the unique properties of the running app.
 String getVersion()
          Returns the version of the program.
 boolean isProVersion()
          Returns true if this version of LimeWire is a 'Pro' Version.
 boolean isTestingVersion()
          Returns true if the application is in a 'testing' version.
 void setShutdownFlag(String flag)
          Sets a command than will be executed after shutdown.
 void startCore()
          Starts the core services of the application.
 void stopCore()
          Stops the core services of the application.
 

Method Detail

getUniqueUrl

String getUniqueUrl(String baseUrl)
Returns a URL that is uniquified according to the unique properties of the running app.


isTestingVersion

boolean isTestingVersion()
Returns true if the application is in a 'testing' version.


startCore

void startCore()
Starts the core services of the application.


stopCore

void stopCore()
Stops the core services of the application.


setShutdownFlag

void setShutdownFlag(String flag)
Sets a command than will be executed after shutdown.


getVersion

String getVersion()
Returns the version of the program.


isProVersion

boolean isProVersion()
Returns true if this version of LimeWire is a 'Pro' Version.


LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.