net.sf.jpkgmk
Class RequestCreator

java.lang.Object
  extended by net.sf.jpkgmk.RequestCreator

public class RequestCreator
extends java.lang.Object

Creates the request file for a solaris package

Since:
1.0
Version:
$Revision: 3 $ $Date: 2008-08-20 22:22:44 +0200 (Mi, 20 Aug 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

Nested Class Summary
static class RequestCreator.DefaultRequestEntry
           
static class RequestCreator.ListRequestEntry
           
static class RequestCreator.RequestEntry
           
static class RequestCreator.RequestEntryParser
           
static class RequestCreator.RequestEntryType
          Enum for the different types of request entries
 
Constructor Summary
RequestCreator(java.io.InputStream requestEntries)
           
 
Method Summary
 void addEntry(RequestCreator.RequestEntry entry)
           
 void create(java.io.File target)
           
 void create(java.io.Writer target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestCreator

public RequestCreator(java.io.InputStream requestEntries)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addEntry

public void addEntry(RequestCreator.RequestEntry entry)

create

public void create(java.io.File target)
            throws java.io.IOException
Throws:
java.io.IOException

create

public void create(java.io.Writer target)
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2008. All Rights Reserved.