PropertiesPropertiesLoader

The loader data from a .properties file

Implements PropertiesLoader

Members

Functions

getExtensions
string[] getExtensions()

Returns the file extension to delermite the type loader

loadPropertiesFile
Properties loadPropertiesFile(string fileName)

Loading properties from a file

loadPropertiesString
Properties loadPropertiesString(string data)

Loading properties from a string

Inherited Members

From PropertiesLoader

loadPropertiesFile
Properties loadPropertiesFile(string fileName)

Loading properties from a file

loadPropertiesString
Properties loadPropertiesString(string data)

Loading properties from a string

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

Meta