case class WebResourceFile(fspath: String, resourceName: String, ext: Option[String] = None) extends Product with Serializable
Web Resource OS file descriptor.
- fspath
The OS filesystem path that was used to create the remaining args.
- resourceName
From the publisher prefix segment forward from fspath.
- ext
Extension of filename.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebResourceFile
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All