Package org.savantbuild.parser.groovy
Class PublicationsDelegate
java.lang.Object
groovy.lang.GroovyObjectSupport
org.savantbuild.parser.groovy.PublicationsDelegate
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class PublicationsDelegate
extends groovy.lang.GroovyObjectSupport
Groovy delegate for defining publications.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDelegate for a publication group. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvokeMethod(String name, Object args) voidstandard()Configures the standard project publications.Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, setProperty
-
Constructor Details
-
PublicationsDelegate
-
-
Method Details
-
invokeMethod
-
standard
public void standard()Configures the standard project publications. This includes the main and test JAR files along with their source JAR files that are located in thebuild/jarsdirectory.
-