org.lsc
Class AbstractSynchronize

java.lang.Object
  extended by org.lsc.AbstractSynchronize
Direct Known Subclasses:
SimpleSynchronize

public abstract class AbstractSynchronize
extends Object

Abstract main class to derive.

Author:
Sebastien Bahloul <seb@lsc-project.org>

Method Summary
static org.apache.commons.cli.Options getOptions()
          Get options against which the command line is analyzed.
 boolean parseOptions(org.apache.commons.cli.CommandLine cmdLine)
          Parse the command line arguments according the selected filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseOptions

public final boolean parseOptions(org.apache.commons.cli.CommandLine cmdLine)
Parse the command line arguments according the selected filter.

Parameters:
cmdLine - Command line options
Returns:
the parsing status

getOptions

public static final org.apache.commons.cli.Options getOptions()
Get options against which the command line is analyzed.

Returns:
the options


Copyright © 2005-2010 LSC project. All Rights Reserved.