org.edg.data.reptor.info
Class StubInfoPrinter
java.lang.Object
org.edg.data.reptor.info.InfoPrinter
org.edg.data.reptor.info.StubInfoPrinter
- public final class StubInfoPrinter
- extends InfoPrinter
Print the information from the Info System in a format that is recognizable
as a InfoServiceStub
object
- Version:
- $ Id:$
- Author:
- James Casey
Constructor Summary |
StubInfoPrinter(java.io.PrintWriter out,
int alignment)
|
Method Summary |
void |
entry(java.lang.String key,
java.lang.String desc,
java.util.Iterator values)
|
void |
entry(java.lang.String key,
java.lang.String desc,
java.lang.String value)
|
void |
warning(InfoServiceException e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubInfoPrinter
public StubInfoPrinter(java.io.PrintWriter out,
int alignment)
entry
public void entry(java.lang.String key,
java.lang.String desc,
java.lang.String value)
- Specified by:
entry
in class InfoPrinter
entry
public void entry(java.lang.String key,
java.lang.String desc,
java.util.Iterator values)
- Specified by:
entry
in class InfoPrinter
warning
public void warning(InfoServiceException e)
throws InfoServiceException
- Specified by:
warning
in class InfoPrinter
- Throws:
InfoServiceException