Feedback

object Feedback
class Object
trait Matchable
class Any

Value members

Concrete methods

def inputDifferentLengthOutput(input: List[AbsolutePath], output: List[AbsolutePath]): String
def inputEqualOutput(input: AbsolutePath): String
def mustBeNonEmpty(what: String): String
def outSubdirectoryOfIn(in: Path, out: Path): String
def outputCannotBeDirectory(input: AbsolutePath, output: AbsolutePath): String
def outputCannotBeRegularFile(input: AbsolutePath, output: AbsolutePath): String