The CLIPParser implements a Command Line User Interface parser following
the iPlanet UI Style Project Guide 2.1.
It parses the command line arguments according to the CLIP full specification.
Refer to the CLIP specification for more details.
CLIPParser instances are thread-safe.
CLIPParser example with sub commands:
import com.iplanet.common.util. |