Class IdentifiedSource
java.lang.Object
io.github.mkoncek.classpathless.api.IdentifiedFile
io.github.mkoncek.classpathless.api.IdentifiedSource
Java source file with its fully qualified name.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIdentifiedSource
(ClassIdentifier classIdentifier, byte[] file) IdentifiedSource
(ClassIdentifier classIdentifier, byte[] file, Charset charset) -
Method Summary
Methods inherited from class io.github.mkoncek.classpathless.api.IdentifiedFile
equals, getClassIdentifier, getFile, hashCode, toString
-
Field Details
-
charset
-
-
Constructor Details
-
IdentifiedSource
- Parameters:
classIdentifier
- fully qualified name of class.file
- java source code of class.charset
- charset of source which was used to get the byte[]. Default encoding is used if not provided.
-
IdentifiedSource
-
-
Method Details
-
getSourceCode
-