Scalax
|
|
scalax/io/ResourceFactory.scala
]
abstract
class
ResourceFactory
extends
AnyRefType Summary | |
abstract type
|
RT
Resource type
|
Method Summary | |
def
|
apply (path : java.lang.String) : RT |
abstract def
|
file (f : java.io.File) : RT |
def
|
file (path : java.lang.String) : RT |
abstract def
|
url (u : java.lang.String) : RT |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Method Details |
abstract
def
file(f : java.io.File) : RT
def
file(path : java.lang.String) : RT
abstract
def
url(u : java.lang.String) : RT
def
apply(path : java.lang.String) : RT
Scalax
|
|