installer
Class Install

java.lang.Object
  extended by installer.Install

public class Install
extends java.lang.Object


Constructor Summary
Install()
           
 
Method Summary
 void copy(java.io.InputStream in, java.lang.String outfile, Progress progress)
           
 int getIntegerProperty(java.lang.String name)
           
 java.lang.String getProperty(java.lang.String name)
           
static void main(java.lang.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(java.lang.String[] args)

getProperty

public java.lang.String getProperty(java.lang.String name)

getIntegerProperty

public int getIntegerProperty(java.lang.String name)

copy

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