public class AsMavenGroup extends Object implements P2Declarative
DSL for a single maven group.
Constructor and Description |
---|
AsMavenGroup(String group) |
Modifier and Type | Method and Description |
---|---|
P2Model |
getP2()
The underlying model.
|
void |
p2ant(Action<P2AntRunner> antModifier)
Allows for fine-grained manipulation of the mirroring operation.
|
void |
repo2runnable()
Marks that this repository will be expanded into its runnable form using
Repo2Runnable . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
artifactRepo, artifactRepo, feature, feature, iu, iu, metadataRepo, metadataRepo, populate, repo, repo, repoEclipse, repoEclipseLatest
public AsMavenGroup(String group)
public P2Model getP2()
P2Declarative
The underlying model.
getP2
in interface P2Declarative
public void repo2runnable()
Marks that this repository will be expanded into its runnable form using Repo2Runnable
.
public void p2ant(Action<P2AntRunner> antModifier)
Allows for fine-grained manipulation of the mirroring operation.