Interface IApplication

    • Method Detail

      • getId

        String getId()
        Returns the application unique id.
        Returns:
        the application unique id, never null
      • getName

        String getName()
        Returns the application localized name.
        Returns:
        the application localized name, never null
      • getProject

        org.eclipse.core.resources.IProject getProject()
        Returns the parent project of the application.
        Returns:
        the parent project of the application, never null
      • getArtifacts

        List<IApplicationArtifact> getArtifacts()
        Returns a list of application artifacts. May be empty.
        Returns:
        a list of application artifacts, never null