scalax.io

class ResourceFactory

[source: scalax/io/ResourceFactory.scala]

abstract class ResourceFactory
extends AnyRef
Direct Known Subclasses:
InputStreamResource, ReaderResource, OutputStreamResource, WriterResource

Type 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
abstract type RT
Resource type

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


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.