Package org.apache.ivy.tools.analyser
Class JarJarDependencyAnalyser
- java.lang.Object
-
- org.apache.ivy.tools.analyser.JarJarDependencyAnalyser
-
- All Implemented Interfaces:
DependencyAnalyser
public class JarJarDependencyAnalyser extends java.lang.Object implements DependencyAnalyser
-
-
Constructor Summary
Constructors Constructor Description JarJarDependencyAnalyser(java.io.File jarjarjarLocation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleDescriptor[]
analyze(JarModule[] modules)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
analyze
public ModuleDescriptor[] analyze(JarModule[] modules)
- Specified by:
analyze
in interfaceDependencyAnalyser
-
main
public static void main(java.lang.String[] args)
-
-