Uses of Class
net.sf.jlayercheck.util.exceptions.OrphanedSearchException

Packages that use OrphanedSearchException
net.sf.jlayercheck.util   
 

Uses of OrphanedSearchException in net.sf.jlayercheck.util
 

Methods in net.sf.jlayercheck.util that throw OrphanedSearchException
 Set<String> XMLConfiguration.getOrphanedClasses(Map<String,Map<String,Set<Integer>>> dependencies)
          Calculates the orphaned classes based on the entry points of the configuration file and the dependency data from the DependencyVisitor.
protected  Set<String> XMLConfiguration.getUnvisitedDependendClasses(Set<String> visitedClasses, Map<String,Map<String,Set<Integer>>> dependencies, Map<String,URL> allClassSources)
          Returns all classnames that are directly referenced by the visited classes but not yet contained.
 



Copyright © 2007. All Rights Reserved.