javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/DownloadJad.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    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     {