net.sf.jmd.communicate
Class Communicator

java.lang.Object
  extended by net.sf.jmd.communicate.Communicator

public class Communicator
extends java.lang.Object

Author:
Jan Hinzmann

Constructor Summary
Communicator()
           
 
Method Summary
 void addRole(Role role)
           
 void communicate(IReport report)
           
 java.util.List<Role> getRoles()
           
static void main(java.lang.String[] args)
           
 void removeRole(Role role)
           
 void setUpRolesFromConfig()
           
 IReport setUpTestReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Communicator

public Communicator()
             throws MoDiException
Throws:
MoDiException
Method Detail

getRoles

public java.util.List<Role> getRoles()

addRole

public void addRole(Role role)

removeRole

public void removeRole(Role role)

setUpRolesFromConfig

public void setUpRolesFromConfig()
                          throws MoDiException
Throws:
MoDiException

communicate

public void communicate(IReport report)
                 throws org.apache.commons.mail.EmailException,
                        MoDiException
Throws:
org.apache.commons.mail.EmailException
MoDiException

setUpTestReport

public IReport setUpTestReport()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2010. All Rights Reserved.