|
|||||||||
| Home >> All >> org >> jellyfish >> [ implementation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jellyfish.implementation
Class IOManagerDefault

java.lang.Objectorg.jellyfish.implementation.IOManagerDefault
- All Implemented Interfaces:
- org.jellyfish.IOManager
- public class IOManagerDefault
- extends java.lang.Object
- implements org.jellyfish.IOManager
- extends java.lang.Object
| Field Summary | |
private static org.jellyfish.IOManager |
instance
|
| Fields inherited from interface org.jellyfish.IOManager |
ROLE |
| Constructor Summary | |
IOManagerDefault()
|
|
| Method Summary | |
java.io.Reader |
getResource(java.lang.String resourceName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
instance
private static org.jellyfish.IOManager instance
| Constructor Detail |
IOManagerDefault
public IOManagerDefault()
| Method Detail |
getResource
public java.io.Reader getResource(java.lang.String resourceName)
- Specified by:
getResourcein interfaceorg.jellyfish.IOManager
|
|||||||||
| Home >> All >> org >> jellyfish >> [ implementation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jellyfish.implementation.IOManagerDefault