Uses of Class
org.eclipse.tycho.model.IU
-
Packages that use IU Package Description org.eclipse.tycho.model org.eclipse.tycho.packaging org.eclipse.tycho.versions.manipulation -
-
Uses of IU in org.eclipse.tycho.model
Methods in org.eclipse.tycho.model that return IU Modifier and Type Method Description static IU
IU. loadIU(java.io.File location)
Convenience method to load p2iu.xml filestatic IU
IU. read(java.io.File file)
Methods in org.eclipse.tycho.model with parameters of type IU Modifier and Type Method 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)
-
Uses of IU in org.eclipse.tycho.packaging
Methods in org.eclipse.tycho.packaging with parameters of type IU Modifier and Type Method Description private void
PackageIUMojo. addArtifactReference(IU iu)
private void
PackageIUMojo. addMavenProperties(IU iu)
void
IUXmlTransformer. addSelfCapability(IU iu)
private void
PackageIUMojo. 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)
-
Uses of IU in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation that return IU Modifier and Type Method Description private IU
P2iuXmlManipulator. getIU(ProjectMetadata project)
-