Class SourceFile

java.lang.Object
org.graphwalker.java.source.SourceFile

public final class SourceFile extends Object
Author:
Nils Olsson
  • Constructor Details

    • SourceFile

      public SourceFile(String modelName, Path path)
    • SourceFile

      public SourceFile(Path inputPath, Path basePath, Path outputPath)
    • SourceFile

      public SourceFile(String modelName, Path inputPath, Path basePath, Path outputPath)
  • Method Details

    • getInputPath

      public Path getInputPath()
    • getRelativePath

      public Path getRelativePath()
    • getOutputPath

      public Path getOutputPath()
    • getPackageName

      public String getPackageName()
    • getClassName

      public String getClassName()