net.sf.mvnflexreports
Class RemoteObjectReportGenerator

java.lang.Object
  extended by net.sf.mvnflexreports.AbstractGraphvizMavenReportGenerator
      extended by net.sf.mvnflexreports.RemoteObjectReportGenerator

public class RemoteObjectReportGenerator
extends AbstractGraphvizMavenReportGenerator

Author:
Rémi Flament

Field Summary
 
Fields inherited from class net.sf.mvnflexreports.AbstractGraphvizMavenReportGenerator
fontName, fontSize, layout, programName, sink
 
Constructor Summary
RemoteObjectReportGenerator(org.apache.maven.doxia.sink.Sink sink)
           
 
Method Summary
 void beginDocument()
          Method that generates the start
 void generate(java.lang.Iterable<RemoteObject> remoteObjects, java.lang.Iterable<MXMLComponent> components, java.io.File outputDirectory, org.apache.maven.plugin.logging.Log log)
          Method that generates the contents
 java.lang.String getMxmlComponentColor()
           
 java.lang.String getRemoteObjectColor()
           
 void setMxmlComponentColor(java.lang.String mxmlComponentColor)
           
 void setRemoteObjectColor(java.lang.String remoteObjectColor)
           
 
Methods inherited from class net.sf.mvnflexreports.AbstractGraphvizMavenReportGenerator
getFontName, getFontSize, getLayout, getProgramName, getSink, invokeDot, setFontName, setFontSize, setLayout, setProgramName, setSink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteObjectReportGenerator

public RemoteObjectReportGenerator(org.apache.maven.doxia.sink.Sink sink)
Method Detail

beginDocument

public void beginDocument()
Method that generates the start


generate

public void generate(java.lang.Iterable<RemoteObject> remoteObjects,
                     java.lang.Iterable<MXMLComponent> components,
                     java.io.File outputDirectory,
                     org.apache.maven.plugin.logging.Log log)
              throws java.lang.Exception
Method that generates the contents

Parameters:
remoteObjects -
components -
log -
Throws:
java.lang.Exception

getRemoteObjectColor

public java.lang.String getRemoteObjectColor()

setRemoteObjectColor

public void setRemoteObjectColor(java.lang.String remoteObjectColor)

getMxmlComponentColor

public java.lang.String getMxmlComponentColor()

setMxmlComponentColor

public void setMxmlComponentColor(java.lang.String mxmlComponentColor)


Copyright © 2008. All Rights Reserved.