|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
---|---|
com.funambol.syncclient.spap |
Uses of Application in com.funambol.syncclient.spap |
---|
Methods in com.funambol.syncclient.spap that return Application | |
---|---|
static Application |
ApplicationManager.applicationFromADF(java.lang.String adf)
Creates an application object from the ADF file. |
static Application |
ApplicationManager.applicationFromAsset(Asset asset)
Creates an application object from an asset. |
Application[] |
ApplicationManager.getApplications()
Returns the installed applications. |
Application |
ApplicationManager.install(java.io.File f)
Install an application packaged in a jar/zip file as described in the class description. |
Methods in com.funambol.syncclient.spap with parameters of type Application | |
---|---|
static Asset |
ApplicationManager.makeAsset(Application app,
java.io.File packageFile)
Creates an Asset object from an Application and its package. |
void |
ApplicationManager.uninstall(Application app)
Uninstall the application ideintified by the given application URI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |