Class DefaultArchetypeCreationConfigurator

    • Constructor Detail

      • DefaultArchetypeCreationConfigurator

        public DefaultArchetypeCreationConfigurator()
    • Method Detail

      • defineDefaultArchetype

        private ArchetypeDefinition defineDefaultArchetype​(org.apache.maven.project.MavenProject project,
                                                           java.util.Properties properties)
      • defineDefaultConfiguration

        private ArchetypeConfiguration defineDefaultConfiguration​(org.apache.maven.project.MavenProject project,
                                                                  ArchetypeDefinition archetypeDefinition,
                                                                  java.lang.String resolvedPackage,
                                                                  java.util.Properties properties)
      • readProperties

        public void readProperties​(java.util.Properties properties,
                                   java.io.File propertyFile)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • writeProperties

        public void writeProperties​(java.util.Properties properties,
                                    java.io.File propertyFile)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • initialiseArchetypeProperties

        private java.util.Properties initialiseArchetypeProperties​(java.util.Properties commandLineProperties,
                                                                   java.io.File propertyFile)
                                                            throws java.io.IOException
        Throws:
        java.io.IOException