RenameFileOptions

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

Rename file options

Value parameters

ignoreIfExists

Ignores if target exists.

overwrite

Overwrite target if existing. Overwrite wins over ignoreIfExists

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product