getTypeContent

public static String getTypeContent(String className)(source)


public static String getTypeContent(Class<? extends Object> clazz)(source)

Returns the source code of the given student solution class.

Return

the source code

Parameters

clazz

the student solution class