org.openprivacy.reptile.actions.util
Class UpdateResource

java.lang.Object
  |
  +--org.openprivacy.reptile.actions.util.UpdateResource

public class UpdateResource
extends java.lang.Object

Given a resource, will apply a sequence and then save the output back to this resource..

Version:
$Id: UpdateResource.java,v 1.7 2001/12/24 08:18:38 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
UpdateResource()
           
 
Method Summary
static void update(java.lang.String resource, java.lang.String sequence, ParameterPasser params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateResource

public UpdateResource()
Method Detail

update

public static void update(java.lang.String resource,
                          java.lang.String sequence,
                          ParameterPasser params)
                   throws ReptileException
ReptileException