javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DownloadJad.java
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
    29  * Installation step DownloadJad takes care of downloading Jad
    29  * Installation step DownloadJad takes care of downloading Jad
    30  * file if Jad url is specified in the command line arguments.
    30  * file if Jad url is specified in the command line arguments.
    31  * This is mostly used in Linux platform because in S60 platform
    31  * This is mostly used in Linux platform because in S60 platform
    32  * either jad or Jar is already present in the device when
    32  * either jad or Jar is already present in the device when
    33  * installation is started.
    33  * installation is started.
    34  *
       
    35  * @author Nokia Corporation
       
    36  * @version $Rev:  $ $Date:  $
       
    37  */
    34  */
    38 public class DownloadJad extends ExeStep
    35 public class DownloadJad extends ExeStep
    39 {
    36 {
    40     public void execute(ExeBall aBall)
    37     public void execute(ExeBall aBall)
    41     {
    38     {