final case class WebpackStats(version: String, hash: String, time: Long, outputPath: Option[Path], errors: List[WebpackError], warnings: List[WebpackWarning], assets: List[Asset]) extends Product with Serializable
- Source
- Stats.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebpackStats
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WebpackStats(version: String, hash: String, time: Long, outputPath: Option[Path], errors: List[WebpackError], warnings: List[WebpackWarning], assets: List[Asset])
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assetName(project: String): Option[String]
Attempts to find the name of the asset for the project name Note that we only search on files ending on .js skipping e.g.
Attempts to find the name of the asset for the project name Note that we only search on files ending on .js skipping e.g. map files
- val assets: List[Asset]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errors: List[WebpackError]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hash: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val outputPath: Option[Path]
-
def
print(log: sbt.Logger): Unit
Prints to the log an output similar to what webpack pushes to stdout
-
def
resolveAllAssets(altDir: Path): List[File]
Resolve alles asset on the output path or the target dir if unavailable
-
def
resolveAsset(altDir: Path, asset: String): Option[File]
Resolve the asset on the output path or the target dir if unavailable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val time: Long
- val version: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val warnings: List[WebpackWarning]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated