com.typesafe.sbt.packager.validation
==validation==
This package contains stanard validators that can be used by format and archetype plugins.
Attributes
Members list
Type members
Classlikes
Validation result.
Validation result.
Value parameters
- errors
-
all errors that were found during the validation
- warnings
-
all warnings that were found during the validation
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Validation
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Validation.type
final case class ValidationError(description: String, howToFix: String) extends ValidationResult
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationResultclass Objecttrait Matchableclass AnyShow all
trait ValidationKeys
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object ValidationKeysobject Keys
object ValidationKeys extends ValidationKeys
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ValidationKeys.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ValidationErrorclass ValidationWarning
final case class ValidationWarning(description: String, howToFix: String) extends ValidationResult
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValidationResultclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
Basic validator to check if the resulting package will be empty or not.
Basic validator to check if the resulting package will be empty or not.
Value parameters
- mappings
-
the mappings that should be validated
Attributes
- Returns
-
a validator that checks if the mappins are empty
In this article