sdb.cmd
Class ModConfig

java.lang.Object
  extended by arq.cmdline.ModBase
      extended by sdb.cmd.ModConfig
All Implemented Interfaces:
arq.cmdline.ArgModule, arq.cmdline.ArgModuleGeneral

public class ModConfig
extends arq.cmdline.ModBase


Constructor Summary
ModConfig()
           
 
Method Summary
 boolean addIndexes()
           
 boolean createStore()
           
 boolean dropIndexes()
           
 void enact(Store store)
           
 void enact(Store store, arq.cmdline.ModTime timer)
           
 boolean format()
           
 void processArgs(arq.cmdline.CmdArgModule cmdLine)
           
 void registerWith(arq.cmdline.CmdGeneral cmdLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModConfig

public ModConfig()
Method Detail

registerWith

public void registerWith(arq.cmdline.CmdGeneral cmdLine)

processArgs

public void processArgs(arq.cmdline.CmdArgModule cmdLine)

addIndexes

public boolean addIndexes()

dropIndexes

public boolean dropIndexes()

format

public boolean format()

createStore

public boolean createStore()

enact

public void enact(Store store)

enact

public void enact(Store store,
                  arq.cmdline.ModTime timer)


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.