| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OverlappingModulesDefinitionException | |
|---|---|
| net.sf.jlayercheck.gui | |
| net.sf.jlayercheck.util | |
| Uses of OverlappingModulesDefinitionException in net.sf.jlayercheck.gui | 
|---|
| Methods in net.sf.jlayercheck.gui that throw OverlappingModulesDefinitionException | |
|---|---|
| static void | PackageFrame.main(String[] args) | 
| Constructors in net.sf.jlayercheck.gui that throw OverlappingModulesDefinitionException | |
|---|---|
| PackageFrame(String filename) | |
| Uses of OverlappingModulesDefinitionException in net.sf.jlayercheck.util | 
|---|
| Methods in net.sf.jlayercheck.util that throw OverlappingModulesDefinitionException | |
|---|---|
|  String | XMLConfiguration.getMatchingModule(String classname)Returns the matching module for the given classname or null. | 
|  ModelTree | XMLConfiguration.getModelTree(DependencyVisitor dv)Builds a model that contains all dependency information that was retrieved from the class files. | 
|  Map<String,Map<String,ClassDependency>> | XMLConfiguration.getUnallowedDependencies(Map<String,Map<String,Set<Integer>>> dependencies)Returns a map containing the dependencies (from class, to class) that are not allowed by the rules. | 
|  Set<String> | XMLConfiguration.getUnspecifiedPackages(Map<String,Map<String,Set<Integer>>> dependencies)Returns a list of packages that are not assigned to a module in the given configuration. | 
|  boolean | XMLConfiguration.isUnallowedDependency(String fromClass,
                      String toClass)Returns true if the dependency from fromClass to toClass is not allowed, otherwise false. | 
|  void | XMLConfiguration.updateModelTree(ModelTree mt,
                File classFile)Updates the given modeltree by replacing all information of the given classFile with new information. | 
| protected  void | HTMLOutput.writeDependencyViolations(DependencyVisitor dv,
                          XMLConfiguration xcp,
                          PrintWriter pw,
                          Map<String,Map<String,ClassDependency>> unallowedDependencies,
                          Map<String,URL> sourceFiles)Writes a list of dependency violations to the given PrintWriter using html. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||