toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general
/
ResourceUtils
Resource
Utils
public
class
ResourceUtils
(
source
)
A utility class for resource handling.
Members
Functions
get
Type
Content
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
)
to
Path
String
Link copied to clipboard
public
static
String
toPathString
(
String
className
)
Returns the class name as a path string.
to
Short
Signature
Link copied to clipboard
public
static
String
toShortSignature
(
Method
method
)