hudson.plugins.dependencyanalyzer.result
Class ModuleResultTransformer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.