org.alfresco.service.cmr.avm.deploy
Class DeploymentReport
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeploymentReport
public DeploymentReport()
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.