Uses of Class
net.ssehub.easy.standalone.cmd.ProjectCreationFlavour
Packages that use ProjectCreationFlavour
Package
Description
Static functions for running EASy via command line or out from a build tool.
-
Uses of ProjectCreationFlavour in net.ssehub.easy.standalone.cmd
Fields in net.ssehub.easy.standalone.cmd with type parameters of type ProjectCreationFlavourModifier and TypeFieldDescriptionprivate static Map<String, ProjectCreationFlavour> ProjectCreationFlavour.flavoursMethods in net.ssehub.easy.standalone.cmd that return ProjectCreationFlavourModifier and TypeMethodDescriptionstatic ProjectCreationFlavourProjectCreationFlavour.getFlavour(String name) Returns a flavour.Methods in net.ssehub.easy.standalone.cmd that return types with arguments of type ProjectCreationFlavourModifier and TypeMethodDescriptionstatic List<ProjectCreationFlavour> ProjectCreationFlavour.getFlavours(String... names) Returns a flavours.Methods in net.ssehub.easy.standalone.cmd with parameters of type ProjectCreationFlavourModifier and TypeMethodDescriptionstatic voidProjectCreationFlavour.registerFlavour(ProjectCreationFlavour flavour) Registers a flavour.Method parameters in net.ssehub.easy.standalone.cmd with type arguments of type ProjectCreationFlavourModifier and TypeMethodDescriptionstatic voidProjectCreationFlavour.forEach(Consumer<ProjectCreationFlavour> consumer) Appliesconsumerto a name-sorted list of all flavor names.static voidProjectCreationFlavour.forEach(List<ProjectCreationFlavour> flavours, Consumer<ProjectCreationFlavour> consumer) Appliesconsumerto allflavours.static voidProjectCreationFlavour.forEach(List<ProjectCreationFlavour> flavours, Consumer<ProjectCreationFlavour> consumer) Appliesconsumerto allflavours.