com.waveset.session
Class MetaViewUpdater

java.lang.Object
  extended bycom.waveset.session.MetaViewUpdater
All Implemented Interfaces:
ImportCommand

public class MetaViewUpdater
extends java.lang.Object
implements ImportCommand

Upgrade the MetaView by adding new events/attributes.

Version:
$Revision: 1.2 $

Field Summary
static java.lang.String ARG_FILE
           
static java.lang.String code_id
           
static java.lang.String DEFAULT_FILE
           
 
Constructor Summary
MetaViewUpdater()
           
 
Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Upgrade the MetaView by adding any missing attributes and events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values

DEFAULT_FILE

public static final java.lang.String DEFAULT_FILE
See Also:
Constant Field Values

ARG_FILE

public static final java.lang.String ARG_FILE
See Also:
Constant Field Values
Constructor Detail

MetaViewUpdater

public MetaViewUpdater()
Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Upgrade the MetaView by adding any missing attributes and events.

Specified by:
process in interface ImportCommand
Throws:
WavesetException