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, waitartifactRepo, artifactRepo, feature, feature, iu, iu, metadataRepo, metadataRepo, populate, repo, repo, repoEclipse, repoEclipseLatestpublic AsMavenGroup(String group)
public P2Model getP2()
P2DeclarativeThe underlying model.
getP2 in interface P2Declarativepublic 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.