Class ProjectRuntime


  • public class ProjectRuntime
    extends java.lang.Object
    A description of the Project's program runtime and associated metadata.
    • Method Detail

      • name

        public ProjectRuntimeName name()
        Returns the runtime name.
        Returns:
        the runtime name
      • options

        @Nullable
        public ProjectRuntimeOptions options()
        Returns the runtime options.
        Returns:
        the runtime options
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object