Package com.sun.enterprise.module.impl
Class Utils
- java.lang.Object
-
- com.sun.enterprise.module.impl.Utils
-
public class Utils extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Utils()
Creates a new instance of Utils
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
identifyCyclicDependency(ModuleImpl m, java.util.logging.Logger logger)
private static boolean
traverseAndFind(Module toTraverse, ModuleImpl toFind, java.util.Vector<Module> traversed)
-
-
-
Method Detail
-
identifyCyclicDependency
public static void identifyCyclicDependency(ModuleImpl m, java.util.logging.Logger logger)
-
traverseAndFind
private static boolean traverseAndFind(Module toTraverse, ModuleImpl toFind, java.util.Vector<Module> traversed)
-
-