Is it possible to retrieve the "command line" parameters using Apache Commons? I'm trying to retrieve the parameters of, for example:
./test -d 5 file.txt
I'd like to retrieve file.txt
parameter, but I didn't find an Apache Commons class for that.