Package com.diffplug.gradle.p2
Class AsMavenGroup
java.lang.Object
com.diffplug.gradle.p2.AsMavenGroup
- All Implemented Interfaces:
P2Declarative
DSL for a single maven group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetP2()The underlying model.voidp2ant(Action<P2AntRunner> antModifier) Allows for fine-grained manipulation of the mirroring operation.voidMarks that this repository will be expanded into its runnable form usingRepo2Runnable.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.diffplug.gradle.p2.P2Declarative
append, artifactRepo, artifactRepo, feature, feature, iu, iu, metadataRepo, metadataRepo, repo, repo, repoEclipse, repoEclipseLatest, slicingOption
-
Constructor Details
-
AsMavenGroup
-
-
Method Details
-
getP2
Description copied from interface:P2DeclarativeThe underlying model.- Specified by:
getP2in interfaceP2Declarative
-
repo2runnable
public void repo2runnable()Marks that this repository will be expanded into its runnable form usingRepo2Runnable. -
p2ant
Allows for fine-grained manipulation of the mirroring operation.
-