net.sourceforge.jeuclid.app.support
Class CommandLineParser.ParseResults

java.lang.Object
  extended by net.sourceforge.jeuclid.app.support.CommandLineParser.ParseResults
Enclosing class:
CommandLineParser

public static class CommandLineParser.ParseResults
extends Object

Results from command line parsing.


Constructor Summary
CommandLineParser.ParseResults(File s, File t, Map<ParameterKey,String> p)
          Construct a ParseResults Object.
 
Method Summary
 Map<ParameterKey,String> getParams()
           
 File getSource()
           
 File getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineParser.ParseResults

public CommandLineParser.ParseResults(File s,
                                      File t,
                                      Map<ParameterKey,String> p)
Construct a ParseResults Object.

Parameters:
s - source file
t - target file
p - rendering parameters
Method Detail

getParams

public final Map<ParameterKey,String> getParams()
Returns:
the params

getSource

public final File getSource()
Returns:
the source

getTarget

public final File getTarget()
Returns:
the target


Copyright © 2002-2008 The JEuclid project. All Rights Reserved.