main
method, then call {@link #setFromCmdLine} with thegiven args. Next, an instanceof the class being invoked is created, and {@link #setInto} is called with that instance as a parameter. With thispattern, the user can configure any bean properties of the class, or even properties of classes reachable from the class, through the command line.
@author Abe White
@nojavadoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|