Interface ProjectOptions
public interface ProjectOptions
Handler to define further options for a project.
- Since:
- 5.0.101
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Option handler to further restrict a type within a project. -
Method Summary
Modifier and TypeMethodDescriptionaddStoreType
(Store.Type type) Add a store type to restrict navigation upon.
-
Method Details
-
addStoreType
Add a store type to restrict navigation upon.- Parameters:
type
- The type to restrict to.- Returns:
- An option handler on the given store type within the project.
- Since:
- 5.0.101
-