Uses of Class
ch.elca.dependency.exception.AnalyseException

Packages that use AnalyseException
ch.elca.dependency.core This package contains the proper data used by the DependencyTool application. 
 

Uses of AnalyseException in ch.elca.dependency.core
 

Methods in ch.elca.dependency.core that throw AnalyseException
 void RawModel.createModel()
          Creates the graph with the information in the hash table.
 void DependencyModel.create(DependencyContext dependencyContext)
          Create this DependencyModel accordingly to the specified DependencyContext.
 void Analyzer.analyse()
          Performs the analyse on the specified directory root in the constructor.
 java.util.HashMap Analyzer.getDependencies()
          Gets the dependencies encountered by the analyse.
 Statistic Analyzer.getStatistics()
          Gets the Statistic object containing all the statistical data gained from the analyse.
 

Constructors in ch.elca.dependency.core that throw AnalyseException
RawModel(Analyzer analyzer)
          Creates a new RawModel instance.
DependencyModel(DependencyContext dependencyContext)
          Creates a new DependencyModel instance.
Analyzer(java.io.File root, Filter filter)
          Creates a new Analyzer instance.
 



Copyright © 2003 ELCA Informatique SA. All Rights Reserved.