All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalax.file.option.scala Maven / Gradle / Ivy

The newest version!
package scalax.file

import scalax.io.OpenOption

/**
 * Flags an option as an options that declares how to deal with links
 * 

* See LinkOption object for the common options *

* * @author Jesse Eichar * @since 1.0 */ trait LinkOption /** * Contains the common Link Options * * @author Jesse Eichar * @since 1.0 */ object LinkOption extends Enumeration { val NoFollowLinks = new Val(nextId) with LinkOption with OpenOption with CopyOption } /** * Flags an option as an option that declares how a file should be copied * * @author Jesse Eichar * @since 1.0 */ trait CopyOption




© 2015 - 2025 Weber Informatics LLC | Privacy Policy