|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.spi.selection.LocatorScheme
public class LocatorScheme
This class is used to represent a locator scheme that is supported by a SelectionProvider.
Constructor Summary | |
---|---|
LocatorScheme(java.lang.String scheme,
boolean providerFirst)
Construct a LocatorScheme. |
Method Summary | |
---|---|
boolean |
getProviderFirst()
Returns whether the provider is to handle the scheme before any platform handler for the scheme. |
java.lang.String |
getScheme()
Returns the scheme. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocatorScheme(java.lang.String scheme, boolean providerFirst)
scheme
- the name of the locator scheme which is handled,
not including the ":" characterproviderFirst
- true if this provider shall handle the scheme before
any handler in the platform implementation, false if this provider
shall handle the scheme after any handler in the platform
implementation and only for locators not handled by the platform
implementation.Method Detail |
---|
public java.lang.String getScheme()
public boolean getProviderFirst()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |