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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the project this quickstart configuration is related to.getType()
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
-