ua.gradsoft.javachecker.attributes
Class ConfigurationAttributesStorage

java.lang.Object
  extended by ua.gradsoft.javachecker.attributes.ConfigurationAttributesStorage

public class ConfigurationAttributesStorage
extends java.lang.Object

Storage for configuration of use-supplied type attributes, which are readed from configuration file.

Author:
rssh

Constructor Summary
ConfigurationAttributesStorage(JavaFacts facts)
           
 
Method Summary
 java.util.List<java.lang.String> getPropertyDirs()
           
 AttributesData readConfiguratedAttributes(JavaTypeModel tm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationAttributesStorage

public ConfigurationAttributesStorage(JavaFacts facts)
Method Detail

getPropertyDirs

public java.util.List<java.lang.String> getPropertyDirs()

readConfiguratedAttributes

public AttributesData readConfiguratedAttributes(JavaTypeModel tm)
                                          throws TermWareException,
                                                 EntityNotFoundException
Throws:
TermWareException
EntityNotFoundException