Interface GomProjectProvider
- All Known Implementing Classes:
GomFile,GomImageMap,GomMultipleMediaChooser,GomPageRef,GomPicture,GomReference
public interface GomProjectProvider
Provides access to project information
- Since:
- 4.2
-
Method Summary
Modifier and TypeMethodDescriptionProjects to be used as sourcesGet the list of defined constraints.
-
Method Details
-
getProjects
AbstractGomProjectList getProjects()Projects to be used as sources- Since:
- 4.2
-
projectConstraints
List<ProjectConstraint> projectConstraints()Get the list of defined constraints.- Returns:
- The list of project constraints.
- Since:
- 4.2
-