Package | Description |
---|---|
org.eclipse.tycho.model | |
org.eclipse.tycho.packaging | |
org.eclipse.tycho.versions.manipulation |
Modifier and Type | Method and Description |
---|---|
static IU |
IU.loadIU(java.io.File location)
Convenience method to load p2iu.xml file
|
static IU |
IU.read(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
static void |
IU.write(IU iu,
java.io.File file) |
static void |
IU.write(IU iu,
java.io.File file,
java.lang.String indent) |
Modifier and Type | Method and Description |
---|---|
private void |
PackageIUMojo.addArtifactReference(IU iu) |
private void |
PackageIUMojo.addMavenProperties(IU iu) |
private void |
PackageIUMojo.addSelfCapability(IU iu) |
void |
IUXmlTransformer.addSelfCapability(IU iu) |
private void |
PackageIUMojo.expandVersions(IU iu) |
private boolean |
PackageIUMojo.hasArtifactReference(IU iu) |
void |
IUXmlTransformer.injectMavenProperties(IU iu,
org.apache.maven.project.MavenProject project) |
void |
IUXmlTransformer.replaceQualifierInRequirements(IU iu,
TargetPlatform targetPlatform) |
void |
IUXmlTransformer.replaceSelfQualifiers(IU iu,
java.lang.String version,
java.lang.String qualifier) |
private void |
IUXmlTransformer.replaceSelfVersionInArtifact(IU iu,
java.lang.String version) |
void |
IUXmlTransformer.replaceZerosInRequirements(IU iu,
TargetPlatform targetPlatform) |
Modifier and Type | Method and Description |
---|---|
private IU |
P2iuXmlManipulator.getIU(ProjectMetadata project) |