ResourceUtils

public class ResourceUtils(source)

A utility class for resource handling.

Functions

Link copied to clipboard
public static String getTypeContent(Class<? extends Object> clazz)
Returns the source code of the given student solution class.
public static String getTypeContent(String className)
Link copied to clipboard
public static String toPathString(String className)
Returns the class name as a path string.
Link copied to clipboard
public static String toShortSignature(Method method)