FileInJar

case class FileInJar(resourceURL: URL, logicalPath: String, isDirectory: Boolean) extends VirtualFile

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

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

Authors

leo

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def url: URL

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product