getParts(String chosenImpl) Return the parts this Argument consists of, if the
implementation matches the chosen implementation.
See Also: org.apache.tools.ant.types.Commandline.Argument.getParts Parameters: chosenImpl - the implementation to check against.
Return the parts this Argument consists of, if the
implementation matches the chosen implementation.
See Also: org.apache.tools.ant.types.Commandline.Argument.getParts Parameters: chosenImpl - the implementation to check against. the parts if the implemention matches or an zero lengtharray if not.