Uses of Class
net.sf.magicproject.database.propertyconfig.PropertyConfig

Packages that use PropertyConfig
net.sf.magicproject.database Database components : manage data download, cache, picture and card name translations. 
net.sf.magicproject.database.data Kinds of data : collection, string, i18n string... 
net.sf.magicproject.database.propertyconfig All database component is composed by some data (string, collection,...) configured by the classes of this package. 
 

Uses of PropertyConfig in net.sf.magicproject.database
 

Fields in net.sf.magicproject.database with type parameters of type PropertyConfig
static java.util.Map<java.lang.String,PropertyConfig> DatabaseFactory.propertiesCacheConfig
          Available properties of current TBS for databases.
 

Uses of PropertyConfig in net.sf.magicproject.database.data
 

Constructors in net.sf.magicproject.database.data with parameters of type PropertyConfig
CollectionData(PropertyConfig propertyConfig, java.lang.String... values)
          Default public constructor.
StringData(PropertyConfig config, java.lang.String value)
          Default public constructor.
TranslatableData(PropertyConfig propertyConfig)
          Default public constructor.
TranslatedCollectionData(PropertyConfig propertyConfig, java.lang.String... values)
          Default public constructor.
TranslatedStringData(PropertyConfig config, java.lang.String value)
          Default public constructor.
 

Uses of PropertyConfig in net.sf.magicproject.database.propertyconfig
 

Subclasses of PropertyConfig in net.sf.magicproject.database.propertyconfig
 class Cache
           
 class PropertyProxyConfig
           
 

Methods in net.sf.magicproject.database.propertyconfig that return PropertyConfig
static PropertyConfig PropertyConfigFactory.getPropertyConfig(java.io.InputStream dbStream)
          Return the next PropertyConfig instance read from the given stream.
 



Copyright © 2003-2007 Magic-Project. All Rights Reserved.