Uses of Class
org.eclipse.tycho.model.IU
-
Packages that use IU Package Description org.eclipse.tycho.model org.eclipse.tycho.packaging -
-
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(File location)
Convenience method to load p2iu.xml filestatic IU
IU. read(File file)
Methods in org.eclipse.tycho.model with parameters of type IU Modifier and Type Method Description static void
IU. write(IU iu, File file)
static void
IU. write(IU iu, File file, 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 void
IUXmlTransformer. addSelfCapability(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, String version, String qualifier)
void
IUXmlTransformer. replaceZerosInRequirements(IU iu, TargetPlatform targetPlatform)
-