PropertiesLoader

Interface properties loader

Members

Functions

getExtensions
string[] getExtensions()

Returns the file extension to delermite the type loader

isPropertiesFile
bool isPropertiesFile(string fileName)

Checking the possibility to download the file current loader

loadPropertiesFile
Properties loadPropertiesFile(string fileName)

Loading properties from a file

loadPropertiesString
Properties loadPropertiesString(string data)

Loading properties from a string

Meta