hudson.plugins.dependencyanalyzer.result
Class DependencyTransformer
java.lang.Object
hudson.plugins.dependencyanalyzer.result.DependencyTransformer
- All Implemented Interfaces:
- org.apache.commons.collections.Transformer
public final class DependencyTransformer
- extends Object
- implements org.apache.commons.collections.Transformer
Transform the dependency result, read from the maven log or the serialized file, into Dependency instance.
- Author:
- Etienne Jouvin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DependencyTransformer 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.