Class ResourceUtils

java.lang.Object
org.tudalgo.algoutils.tutor.general.ResourceUtils

public class ResourceUtils extends Object
A utility class for resource handling.
  • Method Details

    • getTypeContent

      public static String getTypeContent(Class<?> clazz)

      Returns the source code of the given student solution class.

      Parameters:
      clazz - the student solution class
      Returns:
      the source code
    • toShortSignature

      public static String toShortSignature(Method method)