Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for generator (1.44 sec)

  1. maven-plugin-api/src/site/apt/index.apt

     generally generated from plugin sources using {{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}}.
    
    * See Also
    
     * {{{/developers/mojo-api-specification.html}Mojo API Specification}}
    
     * {{{/plugin-tools/}Plugin Tools}} that provide {{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}} to generate the {{{./plugin.html}<<<META-INF/maven/plugin.xml>>> plugin descriptor}}
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 24 16:01:00 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. api/maven-api-metadata/src/site/apt/index.apt

     Guillaume Nodet
     -----
     2024-04-04
     -----
    
    Maven 4 API - Repository Metadata Model
    
     This is the immutable model for Repository Metadata in <<<org.apache.maven.api.metadata>>> package.
    
     The following are generated from this model:
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 11 14:06:34 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  3. src/mdo/transformer.vm

    import java.util.function.Supplier;
    import java.util.stream.Collectors;
    
    import org.apache.maven.api.annotations.Generated;
    import org.apache.maven.api.xml.XmlNode;
    #foreach ( $class in $model.allClasses )
    import ${packageModelV4}.${class.name};
    #end
    import org.apache.maven.internal.xml.XmlNodeImpl;
    
    @Generated
    public class ${className} {
    
        private final Function<String, String> transformer;
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  4. src/mdo/reader-stax.vm

          #set ( $needXmlContext = true )
        #end
      #end
    #end
    #
    #MODELLO-VELOCITY#SAVE-OUTPUT-TO ${package.replace('.','/')}/${className}.java
    // =================== DO NOT EDIT THIS FILE ====================
    //  Generated by Modello Velocity from ${template}
    //  template, any modifications will be overwritten.
    // ==============================================================
    package ${package};
    
    import java.io.IOException;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
Back to top