installer
Class Install

java.lang.Object
  extended byinstaller.Install

public class Install
extends Object


Constructor Summary
Install()
           
 
Method Summary
 void copy(InputStream in, String outfile, Progress progress)
           
 int getIntegerProperty(String name)
           
 String getProperty(String name)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Install

public Install()
Method Detail

main

public static void main(String[] args)

getProperty

public String getProperty(String name)

getIntegerProperty

public int getIntegerProperty(String name)

copy

public void copy(InputStream in,
                 String outfile,
                 Progress progress)
          throws IOException
Throws:
IOException