Interface ProjectVersion3


  • public interface ProjectVersion3
    DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.

    Consumer compatibility: This interface is used by all consumer versions from 1.0-milestone-3 to 1.0-milestone-7 to represent the model objects. Later consumer versions don't require that the model objects implement this interface.

    Since:
    1.0-milestone-3
    • Method Detail

      • getPath

        java.lang.String getPath()
        Since:
        1.0-milestone-3
      • getName

        java.lang.String getName()
        Since:
        1.0-milestone-3
      • getDescription

        java.lang.String getDescription()
        Since:
        1.0-milestone-3
      • getProjectDirectory

        java.io.File getProjectDirectory()
        Since:
        1.0-milestone-3