Interface Project

  • All Superinterfaces:
    Config, ProjectConfig

    public interface Project
    extends ProjectConfig
    Represent one logical project Project. Implement this interface to provider different project types.
    • Method Detail

      • getExpectedBinary

        String getExpectedBinary()
      • getRootPath

        org.uberfire.java.nio.file.Path getRootPath()
      • getPath

        org.uberfire.java.nio.file.Path getPath()
      • getBinaryPath

        org.uberfire.java.nio.file.Path getBinaryPath()
      • getTempDir

        String getTempDir()