org.edg.data.reptor.info
Class StubInfoPrinter

java.lang.Object
  extended byorg.edg.data.reptor.info.InfoPrinter
      extended byorg.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

Field Summary
 
Fields inherited from class org.edg.data.reptor.info.InfoPrinter
m_alignment, m_comment, m_sep, m_spaces
 
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 org.edg.data.reptor.info.InfoPrinter
comment, comment, comment, entry, entry, newline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubInfoPrinter

public StubInfoPrinter(java.io.PrintWriter out,
                       int alignment)
Method Detail

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