goldengate.ftp.exec.config
Class AUTHUPDATE

java.lang.Object
  extended by goldengate.ftp.core.command.AbstractCommand
      extended by goldengate.ftp.exec.config.AUTHUPDATE
All Implemented Interfaces:
goldengate.common.command.CommandInterface

public class AUTHUPDATE
extends goldengate.ftp.core.command.AbstractCommand

AUTHTUPDATE command: implements the command that will try to update the authentications from the file given as argument or the original one if no argument is given.
Two optional arguments exist:
- PURGE: empty first the current authentications before applying the update
- SAVE: save the final authentications on the original name given at startup.

Author:
Frederic Bregier

Constructor Summary
AUTHUPDATE()
           
 
Method Summary
 void exec()
           
 
Methods inherited from class goldengate.ftp.core.command.AbstractCommand
getArg, getArgs, getCode, getCommand, getConfiguration, getObject, getSession, getValue, hasArg, invalidCurrentCommand, isNextCommandValid, setArgs, setExtraNextCommand, setObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AUTHUPDATE

public AUTHUPDATE()
Method Detail

exec

public void exec()
          throws goldengate.common.command.exception.CommandAbstractException
Throws:
goldengate.common.command.exception.CommandAbstractException


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.