Package de.ikor.sip.foundation.mvnplugin
Class ImportStatementParser
java.lang.Object
de.ikor.sip.foundation.mvnplugin.ImportStatementParser
Parses a source file into a
ParsedJavaFile
representation.-
Field Summary
-
Constructor Summary
ConstructorDescriptionImportStatementParser
(Charset charset) Constructor just for testing purposes. -
Method Summary
Modifier and TypeMethodDescriptionConverts files into more suitableParsedJavaFile
format.parseImport
(String line, int lineNumber)
-
Field Details
-
STATIC_PREFIX
- See Also:
-
-
Constructor Details
-
ImportStatementParser
ImportStatementParser(Charset charset) Constructor just for testing purposes.- Parameters:
charset
- used by te analysed project.
-
-
Method Details
-
parse
Converts files into more suitableParsedJavaFile
format.- Parameters:
sourceFilePath
- path of the given file- Returns:
- instance of
ParsedJavaFile
containing encapsulated information of matter about the file.
-
parseImport
-