net.sourceforge.jeuclid.app.support
Class CommandLineParser.ParseResults
java.lang.Object
net.sourceforge.jeuclid.app.support.CommandLineParser.ParseResults
- Enclosing class:
- CommandLineParser
public static class CommandLineParser.ParseResults
- extends Object
Results from command line parsing.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineParser.ParseResults
public CommandLineParser.ParseResults(File s,
File t,
Map<ParameterKey,String> p)
- Construct a ParseResults Object.
- Parameters:
s - source filet - target filep - rendering parameters
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.