Class ResourceUtils
java.lang.Object
org.tudalgo.algoutils.tutor.general.ResourceUtils
A utility class for resource handling.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetTypeContent(Class<?> clazz) Returns the source code of the given student solution class.static StringtoShortSignature(Method method)
-
Method Details
-
getTypeContent
Returns the source code of the given student solution class.
- Parameters:
clazz- the student solution class- Returns:
- the source code
-
toShortSignature
-