|
@@ -189,6 +189,102 @@ li.class_li
|
|
|
<li class="class_li"><a class="default_link_layout" href="#time_windowsclock">WindowsClock</a></li>
|
|
|
</ul>
|
|
|
<h2>Classes</h2>
|
|
|
+<h3 id="io_filewriter">io.FileWriter</h3>
|
|
|
+<p class="default_text">This class can write to a file.</p>
|
|
|
+<h3 id="io_filepathseparatormatch">io.FilePathSeparatorMatch</h3>
|
|
|
+<p class="default_text">This class can filter file path separators.</p>
|
|
|
+<h3 id="io_fileoutputstream">io.FileOutputStream</h3>
|
|
|
+<p class="default_text">This class can be used for writing to a file stream.</p>
|
|
|
+<h3 id="io_storablefile">io.StorableFile</h3>
|
|
|
+<p class="default_text">This class can be used to store any serialized information to a file.</p>
|
|
|
+<h3 id="io_newline">io.NewLine</h3>
|
|
|
+<p class="default_text">This class can be used as new line based on the preferred operating system. Currently, Windows and Unix-like operating systems are supported.</p>
|
|
|
+<h3 id="io_filereader">io.FileReader</h3>
|
|
|
+<p class="default_text">This class can read the content of a file and return it as byte field.</p>
|
|
|
+<h3 id="io_file">io.File</h3>
|
|
|
+<p class="default_text">This class represents a file in the file system and provides functionalities for location, operations and fetching property information.</p>
|
|
|
+<h3 id="io_standardoutputwriter">io.StandardOutputWriter</h3>
|
|
|
+<p class="default_text">This class can be used to write a string to stdout.</p>
|
|
|
+<h3 id="io_filepathseparator">io.FilePathSeparator</h3>
|
|
|
+<p class="default_text">This class represents the OS specific separator withing file paths on either Windows- or Unix-like operating systems.</p>
|
|
|
+<h3 id="io_fileexistenceevaluator">io.FileExistenceEvaluator</h3>
|
|
|
+<p class="default_text">This class evaluates whether a file exists and throws an exception in case it does not.</p>
|
|
|
+<h3 id="io_sectionpairmessageformatter">io.SectionPairMessageFormatter</h3>
|
|
|
+<p class="default_text">This message formatter replaces new line sequences, which are OS specific, to a readable tag for error message formatting.</p>
|
|
|
+<h3 id="io_sectionpairfilereaderparameter">io.SectionPairFileReaderParameter</h3>
|
|
|
+<p class="default_text">This class holds evaluators and the document instance for Section Pair file reading.</p>
|
|
|
+<h3 id="io_sectionpairfilereader">io.SectionPairFileReader</h3>
|
|
|
+<p class="default_text">This class reads a Section Pair file and writes it to a Section Pair document instance.</p>
|
|
|
+<h3 id="io_sectionpairsectionargumentevaluator">io.SectionPairSectionArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class checks whether a whole section argument is valid and throws an exception if that is not the case.</p>
|
|
|
+<h3 id="io_sectionpairvalueargumentevaluator">io.SectionPairValueArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class checks whether a value argument is valid and throws an exception if that is not the case.</p>
|
|
|
+<h3 id="io_sectionpairrowlistvalueargumentevaluator">io.SectionPairRowListValueArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class checks whether a row list value argument is valid and throws an exception if that is not the case.</p>
|
|
|
+<h3 id="io_sectionpairrowsinglevalueargumentevaluator">io.SectionPairRowSingleValueArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class checks whether a single row value argument is valid and throws an exception if that is not the case.</p>
|
|
|
+<h3 id="io_sectionpairrowargumentevaluator">io.SectionPairRowArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class checks whether a row argument is valid and throws an exception if that is not the case.</p>
|
|
|
+<h3 id="io_sectionpairidentifierargumentevaluator">io.SectionPairIdentifierArgumentEvaluator</h3>
|
|
|
+<p class="default_text">This class checks whether an identifier argument is valid and throws an exception if that is not the case.</p>
|
|
|
+<h3 id="io_sectionpairidentifiervalidator">io.SectionPairIdentifierValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a string is a valid Section Pair identifier.</p>
|
|
|
+<h3 id="io_sectionpairsectionvalidator">io.SectionPairSectionValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a content is a valid Section Pair section.</p>
|
|
|
+<h3 id="io_sectionpairrowlistvaluevalidator">io.SectionPairRowListValueValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a content is a valid Section Pair row list value.</p>
|
|
|
+<h3 id="io_sectionpairrowsinglevaluevalidator">io.SectionPairRowSingleValueValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a content is a valid Section Pair row single value.</p>
|
|
|
+<h3 id="io_sectionpairdocumentvalidator">io.SectionPairDocumentValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a content is a valid Section Pair document.</p>
|
|
|
+<h3 id="io_sectionpairvaluevalidator">io.SectionPairValueValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a content is a valid Section Pair value.</p>
|
|
|
+<h3 id="io_sectionpairfileextensionvalidator">io.SectionPairFileExtensionValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a file name has a valid Section Pair file extension.</p>
|
|
|
+<h3 id="io_sectionpairrowvalidator">io.SectionPairRowValidator</h3>
|
|
|
+<p class="default_text">This validator checks whether a content is a valid Section Pair row.</p>
|
|
|
+<h3 id="io_serializablesectionpairsection">io.SerializableSectionPairSection</h3>
|
|
|
+<p class="default_text">This class can serialize a Section Pair section for file persistence.</p>
|
|
|
+<h3 id="io_serializablesectionpairrowsinglevalue">io.SerializableSectionPairRowSingleValue</h3>
|
|
|
+<p class="default_text">This class can serialize a Section Pair single value for file persistence.</p>
|
|
|
+<h3 id="io_serializablesectionpairrow">io.SerializableSectionPairRow</h3>
|
|
|
+<p class="default_text">This class can serialize a Section Pair row for file persistence.</p>
|
|
|
+<h3 id="io_serializablesectionpairrowlistvalue">io.SerializableSectionPairRowListValue</h3>
|
|
|
+<p class="default_text">This class can serialize a Section Pair row list value for file persistence.</p>
|
|
|
+<h3 id="io_serializablesectionpairparameter">io.SerializableSectionPairParameter</h3>
|
|
|
+<p class="default_text">This class is holding information for Section Pair serialization.</p>
|
|
|
+<h3 id="io_serializablesectionpairdocument">io.SerializableSectionPairDocument</h3>
|
|
|
+<p class="default_text">This class can serialize a Section Pair document for file persistence.</p>
|
|
|
+<h3 id="io_sectionpairrowvalue">io.SectionPairRowValue</h3>
|
|
|
+<p class="default_text">This class represents a Section Pair row value.</p>
|
|
|
+<h3 id="io_sectionpairdocument">io.SectionPairDocument</h3>
|
|
|
+<p class="default_text">This class represents a whole Section Pair document.</p>
|
|
|
+<h3 id="io_sectionpairrowlistvalue">io.SectionPairRowListValue</h3>
|
|
|
+<p class="default_text">This class represents a Section Pair row list value.</p>
|
|
|
+<h3 id="io_sectionpairrow">io.SectionPairRow</h3>
|
|
|
+<p class="default_text">This class represents a Section Pair row.</p>
|
|
|
+<h3 id="io_sectionpairsection">io.SectionPairSection</h3>
|
|
|
+<p class="default_text">This class represents a Section Pair section.</p>
|
|
|
+<h3 id="io_sectionpairrowsinglevalue">io.SectionPairRowSingleValue</h3>
|
|
|
+<p class="default_text">This class represents a Section Pair row single value.</p>
|
|
|
+<h3 id="io_xmldeclaration">io.XmlDeclaration</h3>
|
|
|
+<p class="default_text">This class represents an XML declaration and can be serialized to an XML tag.</p>
|
|
|
+<h3 id="io_xmlparser">io.XmlParser</h3>
|
|
|
+<p class="default_text">This class parses a whole XML tree in form of an XML document.</p>
|
|
|
+<h3 id="io_xmlreader">io.XmlReader</h3>
|
|
|
+<p class="default_text">This class reads an XML file and returns an XML document.</p>
|
|
|
+<h3 id="io_xmldocument">io.XmlDocument</h3>
|
|
|
+<p class="default_text">This class represents a whole XML document and can be serialized to a whole XML tree.</p>
|
|
|
+<h3 id="io_xmlattribute">io.XmlAttribute</h3>
|
|
|
+<p class="default_text">This class represents an XML attribute and can be serialized to an XML tag.</p>
|
|
|
+<h3 id="io_xmlparseparameter">io.XmlParseParameter</h3>
|
|
|
+<p class="default_text">This class holds information regarding parsing an XML tree.</p>
|
|
|
+<h3 id="io_xmlnode">io.XmlNode</h3>
|
|
|
+<p class="default_text">This class represents an XML node and can be serialized to an XML tree.</p>
|
|
|
+<h3 id="io_logger">io.Logger</h3>
|
|
|
+<p class="default_text">This is a logger which can log to any implemented target.</p>
|
|
|
+<h3 id="io_loglevel">io.LogLevel</h3>
|
|
|
+<p class="default_text">This class represents the log level controlling how noisy a log should be.</p>
|
|
|
<h3 id="core_class">core.Class</h3>
|
|
|
<p class="default_text">This class represents a base class offering minimal reflection on the class name.</p>
|
|
|
<h3 id="core_libraryversion">core.LibraryVersion</h3>
|
|
@@ -225,6 +321,8 @@ li.class_li
|
|
|
<p class="default_text">This exception can be thrown in case an event is not handled.</p>
|
|
|
<h3 id="core_illegalargumentexception">core.IllegalArgumentException</h3>
|
|
|
<p class="default_text">This exception can be thrown in case a passed argument is illegal, which can be individually interpreted.</p>
|
|
|
+<h3 id="core_exceptionmessage">core.ExceptionMessage</h3>
|
|
|
+<p class="default_text">This is the message container being used by these libraries provided exceptions.</p>
|
|
|
<h3 id="core_fileoperationexception">core.FileOperationException</h3>
|
|
|
<p class="default_text">This exception can be thrown in case a file could not be processed, like opened or being read.</p>
|
|
|
<h3 id="core_illegalarithmeticoperationexception">core.IllegalArithmeticOperationException</h3>
|