org.alfresco.service.cmr.avm.deploy
Class DeploymentReport

java.lang.Object
  extended by org.alfresco.service.cmr.avm.deploy.DeploymentReport
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable

public class DeploymentReport
extends java.lang.Object
implements java.io.Serializable, java.lang.Iterable

A value class that contains the results of a deployment run.

See Also:
Serialized Form

Constructor Summary
DeploymentReport()
           
 
Method Summary
 void add(DeploymentEvent event)
          Add an event.
 java.util.List getEvents()
           
 java.util.Iterator iterator()
           
 java.lang.String toString()
          Get a String representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentReport

public DeploymentReport()
Method Detail

toString

public java.lang.String toString()
Get a String representation.

Overrides:
toString in class java.lang.Object

add

public void add(DeploymentEvent event)
Add an event.

Parameters:
event -

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.lang.Iterable

getEvents

public java.util.List getEvents()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.