org.xnap.commons.pkg
Class PackageBuilder

java.lang.Object
  extended by org.xnap.commons.pkg.PackageBuilder

public class PackageBuilder
extends Object

Starts the main application.


Field Summary
static String CONTROL_FILENAME
           
 
Constructor Summary
PackageBuilder()
           
 
Method Summary
static void exit(String error)
           
static String getReleaseNr()
           
static void main(String[] argv)
           
static void print(Properties p)
           
static void printControl(String packageName, String zipFilename)
           
static void printProperties(String packageName, String[] keys, String[] optKeys)
           
static Properties put(Properties p, String[] keys, String[] optKeys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTROL_FILENAME

public static final String CONTROL_FILENAME
See Also:
Constant Field Values
Constructor Detail

PackageBuilder

public PackageBuilder()
Method Detail

main

public static void main(String[] argv)
                 throws IOException
Throws:
IOException

printProperties

public static void printProperties(String packageName,
                                   String[] keys,
                                   String[] optKeys)
                            throws IOException
Throws:
IOException

printControl

public static void printControl(String packageName,
                                String zipFilename)
                         throws IOException
Throws:
IOException

getReleaseNr

public static String getReleaseNr()

put

public static Properties put(Properties p,
                             String[] keys,
                             String[] optKeys)
                      throws IOException
Throws:
IOException

print

public static void print(Properties p)
                  throws IOException
Throws:
IOException

exit

public static void exit(String error)


Copyright © 2004-2006 XNap Commons Team. All Rights Reserved.