jrowe.getopt
Interface OptionMethod
- All Known Implementing Classes:
- AbstractOptionMethod
- public interface OptionMethod
- extends Runnable
A concrete Runnable
object that stores an argument.
This is used when an Option
takes an argument.
- Version:
- 1.1 MAR 10 2000 Moved from package org.jrowe.getopt to
jrowe.getopt.
- Author:
- Joshua T. Rowe
Method Summary |
Option |
getOption()
Returns the Option to which this functionality belongs. |
Methods inherited from interface java.lang.Runnable |
run |
getOption
public Option getOption()
- Returns the
Option
to which this functionality belongs.
- Returns:
- the
Option
to which this functionality belongs.