case class Archiver(addMavenDescriptor: Boolean = true, compress: Boolean = true, forced: Boolean = true, index: Boolean = false, manifest: ManifestObj = null, manifestEntries: Map[String, String] = Map[String, String](), manifestFile: String = null, manifestSections: Seq[ManifestSection] = Seq[ManifestSection](), pomPropertiesFile: String = null) extends Product with Serializable
This class handles the special case of the Maven Archiver which is a piece of shared infrastructure provided by Maven to Plugins to allow compressing of build products into a single file.
- See also
See http://maven.apache.org/shared/maven-archiver/index.html for more details
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Archiver
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Archiver(elem: Elem)
- new Archiver(addMavenDescriptor: Boolean = true, compress: Boolean = true, forced: Boolean = true, index: Boolean = false, manifest: ManifestObj = null, manifestEntries: Map[String, String] = Map[String, String](), manifestFile: String = null, manifestSections: Seq[ManifestSection] = Seq[ManifestSection](), pomPropertiesFile: String = null)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val addMavenDescriptor: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val compress: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val forced: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val index: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val manifest: ManifestObj
- val manifestEntries: Map[String, String]
- val manifestFile: String
- val manifestSections: Seq[ManifestSection]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pomPropertiesFile: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- lazy val xml: Elem