Class ProjectBase

java.lang.Object
org.luwrain.studio.util.ProjectBase

public class ProjectBase extends Object
  • Constructor Details

    • ProjectBase

      public ProjectBase()
  • Method Details

    • initBase

      protected void initBase(IDE ide, File projFile)
    • findSourceFiles

      protected void findSourceFiles(File f, String suff) throws IOException
      Throws:
      IOException
    • readSourceFile

      protected void readSourceFile(File f) throws IOException
      Throws:
      IOException
    • getIde

      public IDE getIde()
    • getProjectDir

      public File getProjectDir()
    • getProjectFile

      public File getProjectFile()