Klasse CompileUtil
java.lang.Object
com.github.hypfvieh.java.rtcompiler.CompileUtil
Utility class for compilation tasks.
- Seit:
- 1.0.0 - 2024-01-25
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic String
findMissingSymbolName
(String _output) Attempts to find a missing symbol/type in compiler output.static String
findMissingVariable
(String _output) Attempts to find a missing variable in compiler output.static String
getClassNameFromSourceFile
(File _sourceFile)
-
Methodendetails
-
getClassNameFromSourceFile
- Löst aus:
IOException
-
findMissingSymbolName
Attempts to find a missing symbol/type in compiler output.- Parameter:
_output
- compiler output- Gibt zurück:
- type name or null
-
findMissingVariable
Attempts to find a missing variable in compiler output.- Parameter:
_output
- compiler output- Gibt zurück:
- variable name or null
-