Module propFile

Class TypedTextPropertyFile

All Implemented Interfaces:
FileReaderSource, FilterSource, InputStreamSource, ReaderSource, VirtualFileReaderSource, RegistryContext, CountingInputStream.Monitor

public class TypedTextPropertyFile extends PropertyFile
A "key value" property file. The file do not save the type of the objects saved. Thus, To load the properties a object of the target type is REQUIRED as parameter of the getProperty(key, OBJECT);