Deprecated API
Contents
-
Deprecated ClassesClassDescriptionMixing this with Lister
is no good because a return thisin a superclass function returns the wrong type, namelyLister<String>notStringLister.
-
Deprecated MethodsMethodDescriptionRather use
Build.parseCmdline(java.lang.String[])to avoid confusion over the priority between system properties set with-Dkey=valueas a JVM argument andkey=valueas a main method argument.