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.
|
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 boolean hasInput()
public File getLogFolder()
public boolean useLogFile()
Copyright © 2021. All rights reserved.