ModuleUtilities

class Object
trait Matchable
class Any

Value members

Concrete methods

def getCheckedObject[T](className: String, loader: ClassLoader)(implicit mf: ClassTag[T]): T
def getCheckedObjects[T](classNames: Seq[String], loader: ClassLoader)(implicit mf: ClassTag[T]): Seq[(String, T)]
def getObject(className: String, loader: ClassLoader): AnyRef

Reflectively loads and returns the companion object for top-level class className from loader. The class name should not include the $ that scalac appends to the underlying jvm class for a companion object.

Reflectively loads and returns the companion object for top-level class className from loader. The class name should not include the $ that scalac appends to the underlying jvm class for a companion object.