com.google.caja.reporting
Class MessagePart.Factory.ArrayPart

java.lang.Object
  extended by com.google.caja.reporting.MessagePart.Factory.ArrayPart
All Implemented Interfaces:
MessagePart
Enclosing class:
MessagePart.Factory

private static class MessagePart.Factory.ArrayPart
extends java.lang.Object
implements MessagePart


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.caja.reporting.MessagePart
MessagePart.Factory
 
Field Summary
private  MessagePart[] partArr
           
 
Constructor Summary
MessagePart.Factory.ArrayPart(MessagePart[] partArr)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 void format(MessageContext context, java.lang.Appendable out)
          Formats this part to out.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

partArr

private final MessagePart[] partArr
Constructor Detail

MessagePart.Factory.ArrayPart

MessagePart.Factory.ArrayPart(MessagePart[] partArr)
Method Detail

format

public void format(MessageContext context,
                   java.lang.Appendable out)
            throws java.io.IOException
Description copied from interface: MessagePart
Formats this part to out.

Specified by:
format in interface MessagePart
out - receives the formatted form of this.
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright (C) 2008 Google Inc.
Licensed under the Apache License, Version 2.0