The command line args are in the String array passed to the main() method: named args in your code.
Use the normal way to pass an argument to any constructor or method: put the variable inside the...