com.funambol.syncclient.spap.installer
Class InstallationContext
java.lang.Object
com.funambol.syncclient.spap.installer.InstallationContext
public class InstallationContext
- extends java.lang.Object
This class keeps information about the installation process and provides a
way for installation program to interact with the installation engine,
without the need of the AssetManager.
- Version:
- $Id: InstallationContext.java,v 1.3 2007-12-22 18:09:17 nichele Exp $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallationContext
public InstallationContext()
- Creates a new instance of InstallationContext
setWorkingDirectory
public void setWorkingDirectory(java.lang.String workingDirectory)
getWorkingDirectory
public java.lang.String getWorkingDirectory()
setBinDirectory
public void setBinDirectory(java.lang.String binDirectory)
getBinDirectory
public java.lang.String getBinDirectory()
setLibDirectory
public void setLibDirectory(java.lang.String libDirectory)
getLibDirectory
public java.lang.String getLibDirectory()
setAsset
public void setAsset(Asset asset)
getAsset
public Asset getAsset()
Copyright © 2010 Funambol. All Rights Reserved.