Uses of Class
org.mesopotamia.MesopotamiaException

Packages that use MesopotamiaException
org.mesopotamia   
org.mesopotamia.util   
 

Uses of MesopotamiaException in org.mesopotamia
 

Methods in org.mesopotamia that throw MesopotamiaException
 Repository RepositoryFactory.createRepository(java.lang.String name)
           
 Scan Repository.createScan(SourceIterator sourceIterator, LanguageSelector selector, java.lang.String description, java.lang.String checkSumName, java.lang.Object environment, ScanLoadListener listener)
           
 void Scan.delete()
          Deletes scan records from database.
 void Repository.delete()
          Removes all scans and repository from the database.
 void RepositoryFactory.deleteSourceUnit(int id)
          Deletes source unit from the database.
 LanguageElement LanguageElement.getChild(int idx)
          Convenience method
 int LanguageElement.getChildId(int idx)
          Convenience method
 java.util.List<java.lang.Object> SimpleLanguageElement.getChildren()
           
 java.util.List<java.lang.Object> LanguageElement.getChildren()
          Language element should not keep references to children, but a collection of children's primary keys (java.lang.Integer) and use converting collection (biz.hammurapi.util.ConvertingCollection), which would use Repository's languageElementCache to look up child instance.
 java.lang.Object Loader.getData(int sourceUnitId, java.lang.Integer scanId)
           
 java.lang.Object ContentLoader.getData(int sourceUnitId, java.lang.Integer scanId)
          Returns source unit data as input stream.
 java.lang.String Source.getDigest(java.security.MessageDigest digest)
           
 java.lang.String FileSource.getDigest(java.security.MessageDigest digest)
           
 java.security.MessageDigest RepositoryFactory.getMessageDigest(java.lang.String algorithm)
          Returns message digest by name.
 Repository RepositoryFactory.getRepository(int id)
           
 Scan RepositoryFactory.getScan(int id)
           
 java.util.Collection<Scan> Repository.getScans()
           
 java.util.Collection<SourceUnit> Scan.getSourceUnits()
           
 boolean Scan.loadSource(Source source, Language language, java.lang.String checkSumAlgorithm, SourceUnitLoadListener listener)
          Loads sourceUnit
<T> UnmodifiableConvertingList<T>
LanguageElement.select(java.lang.Class<T> targetClass, java.lang.String path)
          Selects collection of language elements based on path expression.
<T> T
LanguageElement.selectSingleElement(java.lang.Class<T> targetClass, java.lang.String path)
          Selects single language element based on path expression
 LanguageElementHandle LanguageElement.selectSingleElementHandle(java.lang.Class targetClass, java.lang.String path)
          Selects single language element handle based on path expression
<T> java.lang.String
LanguageElement.selectSingleElementText(java.lang.Class<T> targetClass, java.lang.String path)
           
 java.util.List<java.lang.String> LanguageElement.selectText(java.lang.Class targetClass, java.lang.String path)
           
 int RepositoryLanguage.tokenName2id(java.lang.String tokenName)
           
 void Scan.unlinkSourceUnit(int id)
          Unlinks source unit from scan.
 

Constructors in org.mesopotamia that throw MesopotamiaException
AstSourceUnit(org.mesopotamia.sql.SourceUnit dbData, Scan scan, RepositoryLanguage repoLanguage, java.util.Collection<java.lang.Number> loadLevels)
          Instances of SourceUnit shall be created only by repository
SourceUnit(org.mesopotamia.sql.SourceUnit dbData, Scan scan, RepositoryLanguage repoLanguage, java.util.Collection<java.lang.Number> loadLevels)
          Instances of SourceUnit shall be created only by repository
 

Uses of MesopotamiaException in org.mesopotamia.util
 

Constructors in org.mesopotamia.util that throw MesopotamiaException
BnfModel(java.io.Reader r, java.lang.Class tokenTypesClass, java.lang.String rootLanguageElementClassName)
           
 



Copyright © 2005 Hammurapi Group. All Rights Reserved.