private final Path homePath;
private final Path basePath;
public CommandLineConfigSource(String rawargs[])
{
this.args = new RawArgs();
this.props = new Props();
for (String arg : rawargs)
{
this.args.addArg(arg,ORIGIN_CMD_LINE);
this.props.addPossibleProperty(arg,ORIGIN_CMD_LINE);