Class AsMavenGroup

java.lang.Object
com.diffplug.gradle.p2.AsMavenGroup
All Implemented Interfaces:
P2Declarative

public class AsMavenGroup extends Object implements P2Declarative
DSL for a single maven group.
  • Constructor Details

    • AsMavenGroup

      public AsMavenGroup(String group)
  • Method Details

    • getP2

      public P2Model getP2()
      Description copied from interface: P2Declarative
      The underlying model.
      Specified by:
      getP2 in interface P2Declarative
    • repo2runnable

      public void repo2runnable()
      Marks that this repository will be expanded into its runnable form using Repo2Runnable.
    • p2ant

      public void p2ant(Action<P2AntRunner> antModifier)
      Allows for fine-grained manipulation of the mirroring operation.