RenameFileOptions

langoustine.lsp.structures$.RenameFileOptions
See theRenameFileOptions companion object
case class RenameFileOptions(overwrite: Opt[Boolean], ignoreIfExists: Opt[Boolean])

Rename file options

Attributes

ignoreIfExists

Ignores if target exists.

overwrite

Overwrite target if existing. Overwrite wins over ignoreIfExists

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product