ostrat.pjvm

package ostrat.pjvm

This package is for JavaFx code.

Attributes

Members list

Value members

Concrete methods

Function object apply method to get FileStatements from a Java build resource.

Function object apply method to get FileStatements from a Java build resource.

Attributes

def fileWrite(path: DirPathAbs, fileName: String, content: String): EMon[String]

Writes the String given in the third parameter to the full path and filename given by the first name. Returns a successful message on success.

Writes the String given in the third parameter to the full path and filename given by the first name. Returns a successful message on success.

Attributes

def fileWrite(path: String, fileName: String, content: String): EMon[String]

Writes the String given in the third parameter to the full path and filename given by the first name. Returns a successful message on success.

Writes the String given in the third parameter to the full path and filename given by the first name. Returns a successful message on success.

Attributes

def findDevSettingElse[A : Unshow](settingStr: String, elseValue: => A): A

Find a setting of the given name and type from the file DevSettings.rson, else return the given default value..

Find a setting of the given name and type from the file DevSettings.rson, else return the given default value..

Attributes

Find a setting of the given name and and return its Expr from the file DevSettings.rson.

Find a setting of the given name and and return its Expr from the file DevSettings.rson.

Attributes

def findDevSettingT[A : Unshow](settingStr: String): EMon[A]

Find a setting of the given name and type from the file DevSettings.rson.

Find a setting of the given name and type from the file DevSettings.rson.

Attributes

def fromRsonFileFind[A : Unshow](fileName: String): EMon[A]

Attempts to load a value of the specified type from an RSON format file.

Attempts to load a value of the specified type from an RSON format file.

Attributes

def fromRsonFileFindElse[A : Unshow](fileName: String, elseValue: => A): A

Attempts to load a value of the specified type from an RSON format file, in case of failure returns the else default value.

Attempts to load a value of the specified type from an RSON format file, in case of failure returns the else default value.

Attributes

def fromRsonFileFindForeach[A : Unshow](fileName: String, f: A => Unit): Unit

Attempts to find find and load file, attempts to parse the file, attempts to find object of type A. If all stages successful, calls procedure (Unit returning function) with that object of type A

Attempts to find find and load file, attempts to parse the file, attempts to find object of type A. If all stages successful, calls procedure (Unit returning function) with that object of type A

Attributes

def homeWrite(dir: String, fileName: String, str: String): EMon[String]
def loadTextFile(pathFileName: String): EMon[String]

Attempts to load text file into a String.

Attempts to load text file into a String.

Attributes

def saveTextFile(path: String, fileName: String, output: String): Unit

Saves text file to specified file at given path directory.

Saves text file to specified file at given path directory.

Attributes

def settFromFile[A : Unshow](settingStr: String, fileName: String): EMon[A]

Attempts to load the value of a setting of the specified name from a file.

Attempts to load the value of a setting of the specified name from a file.

Attributes

def settFromFileElse[A : Unshow](settingStr: String, fileName: String, elseValue: A): A

Attempts to load the value of a setting of the specified name from a file, in case of failure returns the else default value.

Attempts to load the value of a setting of the specified name from a file, in case of failure returns the else default value.

Attributes

Function object apply method to get statements from a Java build resource.

Function object apply method to get statements from a Java build resource.

Attributes

Concrete fields

The resource folders and hence the developer settings folder are set in the build tool Sbt and Mill. They are not set in the code.

The resource folders and hence the developer settings folder are set in the build tool Sbt and Mill. They are not set in the code.

Attributes