Class NewProjectCreator

    • Constructor Detail

      • NewProjectCreator

        NewProjectCreator​(java.lang.String projectName,
                          boolean lazy,
                          IEASyProjectConfigurator... configurators)
        Sole constructor for creating a new EASy project, without a predecessor.
        Parameters:
        projectName - The name of the new project (should already be checked, whether the name is valid).
        lazy - if true, create only required parts, else assume that project does not exist before.
        configurators - Optional list of configurators to configure the newly created project, maybe null. The configurators whill be applied in the ordering of the array.