gov.nasa.pds.report
Class ReportManagerLauncher

java.lang.Object
  extended by gov.nasa.pds.report.ReportManagerLauncher

public class ReportManagerLauncher
extends Object


Constructor Summary
ReportManagerLauncher()
           
 
Method Summary
 void displayHelp()
          Displays tool usage.
 void displayVersion()
          Displays the current version and disclaimer notice.
 void execute()
          Executes the necessary functions in order to copy the log files and update the database.
static void main(String[] args)
           
 org.apache.commons.cli.CommandLine parse(String[] args)
          A method to parse the command-line arguments.
 void query(org.apache.commons.cli.CommandLine line)
          Examines the command-line arguments passed into the RSUpdate Tool and takes the appropriate action based on what flags were set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportManagerLauncher

public ReportManagerLauncher()
Method Detail

displayHelp

public final void displayHelp()
Displays tool usage.


displayVersion

public final void displayVersion()
Displays the current version and disclaimer notice.


parse

public final org.apache.commons.cli.CommandLine parse(String[] args)
                                               throws org.apache.commons.cli.ParseException
A method to parse the command-line arguments.

Parameters:
args - The command-line arguments
Returns:
A class representation of the command-line arguments
Throws:
org.apache.commons.cli.ParseException - If there was an error during parsing.

query

public final void query(org.apache.commons.cli.CommandLine line)
                 throws Exception
Examines the command-line arguments passed into the RSUpdate Tool and takes the appropriate action based on what flags were set.

Parameters:
line - A class representation of the command-line arguments.
Throws:
Exception - If there was an error while querying the options that were set on the command-line.

execute

public void execute()
Executes the necessary functions in order to copy the log files and update the database.


main

public static void main(String[] args)
Parameters:
args -


Copyright © 2010–2015 Planetary Data System. All rights reserved.