|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.io.j2me.ParameterParser
public abstract class ParameterParser
Helper class for parsing extra parameters from a connection URL.
| Constructor Summary | |
|---|---|
ParameterParser()
|
|
| Method Summary | |
|---|---|
abstract boolean |
parameter(String name,
String value)
Notifies a subclass of a |
String |
parse(String name)
Parses the |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterParser()
| Method Detail |
|---|
public String parse(String name)
name - the name part of a connection URL
public abstract boolean parameter(String name,
String value)
throws IllegalArgumentException
IllegalArgumentException
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||