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 IUIU. loadIU(java.io.File location)Convenience method to load p2iu.xml filestatic IUIU. read(java.io.File file)Methods in org.eclipse.tycho.model with parameters of type IU Modifier and Type Method Description static voidIU. write(IU iu, java.io.File file)static voidIU. 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 voidPackageIUMojo. addArtifactReference(IU iu)private voidPackageIUMojo. addMavenProperties(IU iu)voidIUXmlTransformer. addSelfCapability(IU iu)private voidPackageIUMojo. addSelfCapability(IU iu)private voidPackageIUMojo. expandVersions(IU iu)private booleanPackageIUMojo. hasArtifactReference(IU iu)voidIUXmlTransformer. injectMavenProperties(IU iu, org.apache.maven.project.MavenProject project)voidIUXmlTransformer. replaceQualifierInRequirements(IU iu, TargetPlatform targetPlatform)voidIUXmlTransformer. replaceSelfQualifiers(IU iu, java.lang.String version, java.lang.String qualifier)private voidIUXmlTransformer. replaceSelfVersionInArtifact(IU iu, java.lang.String version)voidIUXmlTransformer. 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 IUP2iuXmlManipulator. getIU(ProjectMetadata project)
-