FileInJar

wvlet.log.io.Resource$.FileInJar
case class FileInJar(resourceURL: URL, logicalPath: String, isDirectory: Boolean) extends VirtualFile

A virtual file implementation for file resources contained in a JAR file

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait VirtualFile
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def url: URL

Gets the URL of this file

Gets the URL of this file

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product