Uses of Class net.dpml.cli.OptionException

Uses in package net.dpml.cli.commandline

Methods which throw type net.dpml.cli.OptionException

CommandLine
Parser.parse(String[] arguments)
Parse the arguments according to the specified options and properties.

Uses in package net.dpml.cli.util

Methods with parameter type net.dpml.cli.OptionException

void
Sets the exception to document

Methods with return type net.dpml.cli.OptionException

OptionException
Return the option exception

Uses in package net.dpml.cli.option

Methods which throw type net.dpml.cli.OptionException

void
ArgumentImpl.process(WriteableCommandLine commandLine, ListIterator args)
Processes String arguments into a CommandLine.
void
GroupImpl.process(WriteableCommandLine commandLine, ListIterator arguments)
Processes String arguments into a CommandLine.
void
ParentImpl.process(WriteableCommandLine commandLine, ListIterator arguments)
Processes String arguments into a CommandLine.
void
PropertyOption.process(WriteableCommandLine commandLine, ListIterator arguments)
Processes String arguments into a CommandLine.
void
Command.processParent(WriteableCommandLine commandLine, ListIterator arguments)
Process the parent.
void
DefaultOption.processParent(WriteableCommandLine commandLine, ListIterator arguments)
Process the parent.
void
Switch.processParent(WriteableCommandLine commandLine, ListIterator arguments)
Processes the parent part of the Option.
void
ArgumentImpl.processValues(WriteableCommandLine commandLine, ListIterator arguments, Option option)
Processes the "README" style element of the argument.
void
Performs any necessary validation on the values added to the CommandLine.
void
Checks that the supplied CommandLine is valid with respect to this option.
void
Checks that the supplied CommandLine is valid with respect to this option.
void
Checks that the supplied CommandLine is valid with respect to this option.
void
Checks that the supplied CommandLine is valid with respect to this option.
void
Checks that the supplied CommandLine is valid with respect to this option.
void
Checks that the supplied CommandLine is valid with respect to this option.
void
Performs any necessary validation on the values added to the CommandLine.
void
Checks that the supplied CommandLine is valid with respect to the suppled option.

Uses in package net.dpml.cli

Methods which throw type net.dpml.cli.OptionException

void
Option.process(WriteableCommandLine commandLine, ListIterator args)
Processes String arguments into a CommandLine.
void
Parent.processParent(WriteableCommandLine commandLine, ListIterator args)
Processes the parent part of the Option.
void
Argument.processValues(WriteableCommandLine commandLine, ListIterator args, Option option)
Processes the "README" style element of the argument.
void
Checks that the supplied CommandLine is valid with respect to this option.
void
Performs any necessary validation on the values added to the CommandLine.