Package net.charlesames.utility.io

Interface Summary
FileDocument Interface for entities which persist their content in files.
TextFileDocument<T extends TextError> Interface for entities which persist their content in text files.
XmlFileDocument Interface for entities which persist their content in XML files.
 

Class Summary
FileMethods Miscellaneous methods concerned with files.
ManifestProperties Singleton class which extracts MANIFEST.MF info from the application resource
ParsingBuffer Parsing buffer.
PomProperties Singleton class which extracts Maven pom.properties info from the application resource
PrivilegedFilePropertyGetter Reads a text string from a file in a privileged context.
PrivilegedPropertyGetter PrivilegedAction to access a system property.
PrivilegedTextReader Reads a text string from a file in a privileged context.
PrivilegedTextWriter Writes a text string to a file in a privileged context.
SystemMethods Miscellaneous methods concerned with system information.
 

Exception Summary
ParsingException