|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Platform-specific providers need to implement this interface. This is here as a buffer so that PlatformUtils doesn't need to know anything about the implementation classes for platform providers.
Method Summary | |
boolean |
initialize()
Initialize this provider. |
Object |
performOperation(String operation,
Object data)
Perform a platform-specific operation. |
Method Detail |
public boolean initialize()
public Object performOperation(String operation, Object data)
operation
- identification of the operationdata
- parameters
IllegalStateException
- initialize not yet called or returned false.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |