|
Remote System Explorer DataStore Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.dstore.core.java.ClassByteStreamHandlerRegistry
public class ClassByteStreamHandlerRegistry
Constructor Summary | |
---|---|
ClassByteStreamHandlerRegistry()
|
Method Summary | |
---|---|
IClassByteStreamHandler |
getClassByteStreamHandler(String id)
Returns the class byte stream handler with the specified id. |
IClassByteStreamHandler |
getDefault()
Returns the default class byte stream handler |
void |
registerClassByteStreamHandler(IClassByteStreamHandler handler)
Registers a class byte stream handler. |
void |
setDefaultClassByteStreamHandler(IClassByteStreamHandler handler)
Registers the default class byte stream handler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassByteStreamHandlerRegistry()
Method Detail |
---|
public void setDefaultClassByteStreamHandler(IClassByteStreamHandler handler)
handler
- the default byte stream handlerpublic void registerClassByteStreamHandler(IClassByteStreamHandler handler)
handler
- the handler to registerpublic IClassByteStreamHandler getClassByteStreamHandler(String id)
id
- the id of the byte stream handler
public IClassByteStreamHandler getDefault()
|
Remote System Explorer DataStore Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |