hudson.plugins.dependencyanalyzer.result
Class ModuleResultTransformer

java.lang.Object
  extended by hudson.plugins.dependencyanalyzer.result.ModuleResultTransformer
All Implemented Interfaces:
org.apache.commons.collections.Transformer

public final class ModuleResultTransformer
extends Object
implements org.apache.commons.collections.Transformer

Transform ModuleResult, read from the maven log or the serialized file, into a DisplayModuleResult.

Author:
Etienne Jouvin

Method Summary
static ModuleResultTransformer getInstance()
           
 Object transform(Object input)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ModuleResultTransformer getInstance()
Returns:
Singleton instance.

transform

public Object transform(Object input)

Specified by:
transform in interface org.apache.commons.collections.Transformer


Copyright © 2004-2014. All Rights Reserved.