implicit final
class
ArtifactOps extends AnyVal
Instance Constructors
-
new
ArtifactOps(_a: Artifact)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
def
withClassifier(classifier: Option[String]): Artifact
-
def
withExtension(extension: String): Artifact
-
def
withExtraAttributes(extraAttributes: Map[String, String]): Artifact
-
def
withType(type: String): Artifact
-
def
withUrl(url: Option[URL]): Artifact
Inherited from AnyVal
Inherited from NotNull
Inherited from Any