Interface Quickstart

All Known Subinterfaces:
JavaClientQuickstart

public interface Quickstart
A quickstart item provides a convenient way for opening SiteArchitect or ContentCreator with a predefined link on the start page.
Since:
4.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The quickstart type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the project this quickstart configuration is related to.
    Returns the quickstart type (webclient/javaclient).
  • Method Details

    • getProject

      Project getProject()
      Returns the project this quickstart configuration is related to.
      Since:
      4.0
    • getType

      Quickstart.Type getType()
      Returns the quickstart type (webclient/javaclient).
      Since:
      4.0