Files

enum Files

Author

martin

Since

1.0

Constructors

Link copied to clipboard
private constructor(Java_Filename: String, Casio_Filename: Array<Short>, Last_Step: Int, All_File: Boolean, Loaded_Programs_1: String, Loaded_Programs_2: String)

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
filename of Testfile usable for java file I/O
Link copied to clipboard
filename of Testfile usable for CASIO file I/O
Link copied to clipboard
Execute and all file load load
Link copied to clipboard
private val Header_Footer_Size: Int = 8
Link copied to clipboard
the last test loaded
Link copied to clipboard
File length
Link copied to clipboard
Text to be displayed when Mode 2 is active
Link copied to clipboard
Text to be displayed when Mode 2 is active
Link copied to clipboard
private val Loaded_Programs_Length: Int = 16
Length of the loaded program string.
Link copied to clipboard
private val Logger: Logger
Class logger instance.
Link copied to clipboard
private val Project_Home: String
Project home
Link copied to clipboard
Text to be displayed when Mode 2 is active
Link copied to clipboard
private val TAG: String
Class logger tag.
Link copied to clipboard
filename of Testfile usable for java file I/O

Functions

Link copied to clipboard
open fun As_Absolute_Path(Base_Name: String): File
Resolves the absolute file for Unit testing.
Link copied to clipboard
Resolves the absolute file for Unit testing.
Link copied to clipboard
protected fun clone(): Any
Link copied to clipboard
fun compareTo(o: E): Int
Link copied to clipboard
fun equals(other: Any): Boolean
Link copied to clipboard
protected fun finalize()
Link copied to clipboard
Link copied to clipboard
fun hashCode(): Int
Link copied to clipboard
fun name(): String
Link copied to clipboard
fun ordinal(): Int
Link copied to clipboard
Resolves the absolute file for Unit testing.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun <T : Enum<T>?> valueOf(enumType: Class<T>, name: String): T

open fun valueOf(name: String): Files

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<Files>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.