ResourcePath

Represents path to a resource on the java classpath.

Classloaders are tricky: http://stackoverflow.com/questions/12292926

Companion:
object
trait BasePath
class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

def getInputStream: InputStream
def lastOpt: Option[String]
def startsWith(target: ResourcePath): Boolean
override def toString: String
Definition Classes
Any

Inherited methods

def /(chunk: PathChunk): ThisType
Inherited from:
SegmentedPath
override def baseName: String
Definition Classes
Inherited from:
BasePathImpl
def endsWith(target: RelPath): Boolean
Inherited from:
SegmentedPath
def ext: String
Inherited from:
BasePathImpl
def last: String
Inherited from:
BasePathImpl

Relativizes this path with the given target path, finding a sub path p such that base/p == this.

Relativizes this path with the given target path, finding a sub path p such that base/p == this.

Inherited from:
BasePath

Concrete fields

val segments: IndexedSeq[String]