Uses of Class
org.eclipse.tycho.versions.pom.PomFile
-
Packages that use PomFile Package Description org.eclipse.tycho.versions.engine org.eclipse.tycho.versions.manipulation org.eclipse.tycho.versions.pom -
-
Uses of PomFile in org.eclipse.tycho.versions.engine
Methods in org.eclipse.tycho.versions.engine that return PomFile Modifier and Type Method Description PomFile
PomVersionChange. getProject()
Methods in org.eclipse.tycho.versions.engine with parameters of type PomFile Modifier and Type Method Description protected void
EclipseVersionUpdater. addVersionChange(VersionsEngine engine, PomFile pom, String osgiVersion)
protected void
PomVersionUpdater. addVersionChange(VersionsEngine engine, PomFile pom, String osgiVersion)
protected abstract void
VersionUpdater. addVersionChange(VersionsEngine engine, PomFile pom, String osgiVersion)
Constructors in org.eclipse.tycho.versions.engine with parameters of type PomFile Constructor Description PomVersionChange(PomFile pom, String newVersion)
PomVersionChange(PomFile pom, String version, String newVersion)
-
Uses of PomFile in org.eclipse.tycho.versions.manipulation
Methods in org.eclipse.tycho.versions.manipulation with parameters of type PomFile Modifier and Type Method Description void
PomManipulator. applyPropertyChange(PomFile pom, String propertyName, String propertyValue)
protected boolean
AbstractMetadataManipulator. isBundle(PomFile pom)
protected boolean
ProductFileManipulator. isSameProject(ProjectMetadata project1, PomFile project2)
-
Uses of PomFile in org.eclipse.tycho.versions.pom
Methods in org.eclipse.tycho.versions.pom that return PomFile Modifier and Type Method Description static PomFile
PomFile. read(File file, boolean isMutable)
static PomFile
PomFile. read(InputStream input, boolean isMutable)
Methods in org.eclipse.tycho.versions.pom with parameters of type PomFile Modifier and Type Method Description static void
PomFile. write(PomFile pom, File file)
static void
PomFile. write(PomFile pom, OutputStream out)
-