Uses of Class
net.ssehub.easy.standalone.cmd.ProjectNameMapper
Packages that use ProjectNameMapper
Package
Description
Static functions for running EASy via command line or out from a build tool.
-
Uses of ProjectNameMapper in net.ssehub.easy.standalone.cmd
Fields in net.ssehub.easy.standalone.cmd declared as ProjectNameMapperModifier and TypeFieldDescriptionstatic final ProjectNameMapperProjectNameMapper.DEFAULTThe default name mapper assumes that the folder of the project corresponds to the name of the product line (EASy conventions).private static ProjectNameMapperProjectNameMapper.instanceMethods in net.ssehub.easy.standalone.cmd that return ProjectNameMapperModifier and TypeMethodDescriptionstatic ProjectNameMapperProjectNameMapper.getInstance()Returns the actual instance.Methods in net.ssehub.easy.standalone.cmd with parameters of type ProjectNameMapperModifier and TypeMethodDescriptionstatic voidProjectNameMapper.setInstance(ProjectNameMapper mapper) Defines the mapper instance to be used.