Class ParsedJavaFile
- java.lang.Object
-
- de.ikor.sip.foundation.mvnplugin.model.ParsedJavaFile
-
public final class ParsedJavaFile extends Object
Represents a source file that has been parsed for import statements.
-
-
Constructor Summary
Constructors Constructor Description ParsedJavaFile(Path path, String fqcn, Collection<ImportStatement> imports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFqcn()
Collection<ImportStatement>
getImports()
Path
getPath()
-
-
-
Constructor Detail
-
ParsedJavaFile
public ParsedJavaFile(Path path, String fqcn, Collection<ImportStatement> imports)
-
-
Method Detail
-
getPath
public Path getPath()
-
getImports
public Collection<ImportStatement> getImports()
-
getFqcn
public String getFqcn()
-
-