[Groovy] Class GrapeMain

  • org.codehaus.groovy.tools.GrapeMain
All Implemented Interfaces and Traits:
Runnable
@SuppressWarnings('Println')
@Command(name = 'grape', description = 'Allows for the inspection and management of the local grape cache.',
        subcommands = [
                Install,
                Uninstall,
                ListCommand,
                Resolve,
                picocli.CommandLine.HelpCommand])
class GrapeMain
extends Object

Properties Summary

Properties
Type Name and description
List<String> unmatched

Methods Summary

Methods
Type Params Return Type Name and description
static void main(String[] args)
void run()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Property Detail

@Unmatched List<String> unmatched

Method Detail

static void main(String[] args)

void run()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/tools/GrapeMain.html