Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebResourceFile
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WebResourceFile(fspath: String, resourceName: String, ext: Option[String] = None)

    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.

Value Members

  1. val ext: Option[String]
  2. val fspath: String
  3. val resourceName: String