All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pages.template.vm Maven / Gradle / Ivy

The newest version!


    
        $name | Help
        
        
        
        
        
        
        
        
        
        
    
    
        
#foreach ($metaModule in $metaModules) #if ($metaModule.isPublic()) #set ($name = $metaModule.getModule().name()) #set ($nameNoSpace = $name.replaceAll("\s+", "-"))

$name

    #foreach ($alias in $metaModule.getModule().aliases())
  • $alias
  • #end

$metaModule.getModule().description()

#foreach ($metaCommand in $metaModule.getMetaCommands()) #if ($metaCommand.isPublic()) #set ($cmdName = $metaCommand.getCommand().name()) #set ($cmdNameNoSpace = $cmdName.replaceAll("\s+", "-"))

$cmdName

    #foreach($entry in $metaCommand.getValidators().entrySet())
  • $entry.value.help($entry.key.getAnnotation()) $entry.key.getAnnotationType().getSimpleName()
  • #end
    #foreach($alias in $metaCommand.getCommand().aliases())
  • $alias
  • #end

$metaCommand.getCommand().help()

#end #end
#end #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy