public class PathSettingsCLIInputBean extends Object
| Constructor and Description |
|---|
PathSettingsCLIInputBean(org.apache.commons.cli.CommandLine aLine)
Construct a FollowUpCLIInputBean from an Apache CLI instance.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getLogFolder()
Returns the folder where to save the log files.
|
HashMap<String,String> |
getPaths()
Returns the specific paths provided by the user in a map: Path id >
path.
|
String |
getTempFolder()
Returns the temp folder, an empty string if not set.
|
boolean |
hasInput()
Indicates whether the user gave some path configuration input.
|
boolean |
useLogFile()
Return true if a log file is to be used.
|
public PathSettingsCLIInputBean(org.apache.commons.cli.CommandLine aLine)
aLine - the command linepublic String getTempFolder()
public HashMap<String,String> getPaths()
public boolean hasInput()
public File getLogFolder()
public boolean useLogFile()
Copyright © 2021. All rights reserved.