diff options
author | Eike Stepper | 2012-07-28 11:02:24 +0000 |
---|---|---|
committer | Eike Stepper | 2012-07-28 11:02:24 +0000 |
commit | 414f593cdd49a98ab2aaacd20fec7bea6d6dfc80 (patch) | |
tree | 0825a2f2a0688fda4de9bcde0189094c3f8acfae | |
parent | c1b003308c9da0a1bc5976f824d008caed36e7f8 (diff) | |
download | cdo-414f593cdd49a98ab2aaacd20fec7bea6d6dfc80.tar.gz cdo-414f593cdd49a98ab2aaacd20fec7bea6d6dfc80.tar.xz cdo-414f593cdd49a98ab2aaacd20fec7bea6d6dfc80.zip |
Factor out proper API
121 files changed, 2127 insertions, 12119 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/debug/frame.html b/plugins/org.eclipse.emf.cdo.releng.doc/debug/frame.html index e477fc2457..6269cc1a87 100644 --- a/plugins/org.eclipse.emf.cdo.releng.doc/debug/frame.html +++ b/plugins/org.eclipse.emf.cdo.releng.doc/debug/frame.html @@ -205,10 +205,6 @@ <ul> <li><a href="../../org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/package-summary.html" target="debugDetails">org.eclipse.emf.cdo.releng.version</a> </ul> -<b><a href="../../org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/digest/package-summary.html" target="debugDetails">Extended Version Management Digest Validator</a></b> -<ul> - <li><a href="../../org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/digest/package-summary.html" target="debugDetails">org.eclipse.emf.cdo.releng.version.digest</a> -</ul> <b><a href="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html" target="debugDetails">Net4j Utilities</a></b> <ul> <li><a href="../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/package-summary.html" target="debugDetails">org.eclipse.net4j.util</a> diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/debug/org.eclipse.emf.cdo.releng.version.doc.warnings b/plugins/org.eclipse.emf.cdo.releng.doc/debug/org.eclipse.emf.cdo.releng.version.doc.warnings index 9c6843b651..68176490a1 100644 --- a/plugins/org.eclipse.emf.cdo.releng.doc/debug/org.eclipse.emf.cdo.releng.version.doc.warnings +++ b/plugins/org.eclipse.emf.cdo.releng.doc/debug/org.eclipse.emf.cdo.releng.version.doc.warnings @@ -1,22 +1,9 @@ -Class description missing: org.eclipse.emf.cdo.releng.version.Activator.class(Activator.java:37) -Class description missing: org.eclipse.emf.cdo.releng.version.BuildState.class(BuildState.java:18) -Class description missing: org.eclipse.emf.cdo.releng.version.Element$Type.class(Element.java:232) -Class description missing: org.eclipse.emf.cdo.releng.version.Element.class(Element.java:27) -Class description missing: org.eclipse.emf.cdo.releng.version.ElementResolver.class(ElementResolver.java:16) -Class description missing: org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.class(IVersionBuilderArguments.java:21) -Class description missing: org.eclipse.emf.cdo.releng.version.Markers.class(Markers.java:29) -Class description missing: org.eclipse.emf.cdo.releng.version.Release$XMLHandler.class(Release.java:208) -Class description missing: org.eclipse.emf.cdo.releng.version.Release.class(Release.java:40) -Class description missing: org.eclipse.emf.cdo.releng.version.ReleaseManager.class(ReleaseManager.java:45) -Class description missing: org.eclipse.emf.cdo.releng.version.VersionBuilder.class(VersionBuilder.java:53) -Class description missing: org.eclipse.emf.cdo.releng.version.VersionBuilderArguments.class(VersionBuilderArguments.java:29) -Class description missing: org.eclipse.emf.cdo.releng.version.VersionNature.class(VersionNature.java:22) -Class description missing: org.eclipse.emf.cdo.releng.version.VersionUtil.class(VersionUtil.java:31) -Class description missing: org.eclipse.emf.cdo.releng.version.VersionValidator.class(VersionValidator.java:21) -Class description missing: org.eclipse.emf.cdo.releng.version.digest.Activator.class(Activator.java:23) -Class description missing: org.eclipse.emf.cdo.releng.version.digest.DigestValidator$BuildModel.class(DigestValidator.java:506) -Class description missing: org.eclipse.emf.cdo.releng.version.digest.DigestValidator.class(DigestValidator.java:58) -Class description missing: org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState.class(DigestValidatorState.java:18) -Class description missing: org.eclipse.emf.cdo.releng.version.digest.ReleaseDigest.class(ReleaseDigest.java:18) +Class description missing: org.eclipse.emf.cdo.releng.version.IBuildState.class(IBuildState.java:18) +Class description missing: org.eclipse.emf.cdo.releng.version.IElement$Type.class(IElement.java:42) +Class description missing: org.eclipse.emf.cdo.releng.version.IElement.class(IElement.java:21) +Class description missing: org.eclipse.emf.cdo.releng.version.IElementResolver.class(IElementResolver.java:17) +Class description missing: org.eclipse.emf.cdo.releng.version.IRelease.class(IRelease.java:21) +Class description missing: org.eclipse.emf.cdo.releng.version.IReleaseManager.class(IReleaseManager.java:25) +Class description missing: org.eclipse.emf.cdo.releng.version.VersionUtil.class(VersionUtil.java:37) +Class description missing: org.eclipse.emf.cdo.releng.version.VersionValidator.class(VersionValidator.java:22) Package description missing: org.eclipse.emf.cdo.releng.version -Package description missing: org.eclipse.emf.cdo.releng.version.digest diff --git a/plugins/org.eclipse.emf.cdo.releng.version.digest/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.releng.version.digest/META-INF/MANIFEST.MF index 8f9e58de44..0c7bd3cca3 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.digest/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.emf.cdo.releng.version.digest/META-INF/MANIFEST.MF @@ -13,4 +13,4 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", org.eclipse.pde.core;bundle-version="[3.4.0,4.0.0)", org.eclipse.emf.cdo.releng.version;bundle-version="[2.0.0,3.0.0)";visibility:=reexport -Export-Package: org.eclipse.emf.cdo.releng.version.digest;version="1.0.0" +Export-Package: org.eclipse.emf.cdo.releng.version.digest;version="1.0.0";x-friends:="org.eclipse.emf.cdo.releng.version.ui" diff --git a/plugins/org.eclipse.emf.cdo.releng.version.digest/src/org/eclipse/emf/cdo/releng/version/digest/DigestValidator.java b/plugins/org.eclipse.emf.cdo.releng.version.digest/src/org/eclipse/emf/cdo/releng/version/digest/DigestValidator.java index 9fa6daf1fb..6592e20977 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.digest/src/org/eclipse/emf/cdo/releng/version/digest/DigestValidator.java +++ b/plugins/org.eclipse.emf.cdo.releng.version.digest/src/org/eclipse/emf/cdo/releng/version/digest/DigestValidator.java @@ -10,11 +10,10 @@ */ package org.eclipse.emf.cdo.releng.version.digest; -import org.eclipse.emf.cdo.releng.version.BuildState; -import org.eclipse.emf.cdo.releng.version.Element; -import org.eclipse.emf.cdo.releng.version.Release; -import org.eclipse.emf.cdo.releng.version.ReleaseManager; -import org.eclipse.emf.cdo.releng.version.VersionBuilder; +import org.eclipse.emf.cdo.releng.version.IBuildState; +import org.eclipse.emf.cdo.releng.version.IElement; +import org.eclipse.emf.cdo.releng.version.IRelease; +import org.eclipse.emf.cdo.releng.version.IReleaseManager; import org.eclipse.emf.cdo.releng.version.VersionUtil; import org.eclipse.emf.cdo.releng.version.VersionValidator; @@ -57,14 +56,14 @@ import java.util.WeakHashMap; */ public class DigestValidator extends VersionValidator { - private static final Map<Release, ReleaseDigest> RELEASE_DIGESTS = new WeakHashMap<Release, ReleaseDigest>(); + private static final Map<IRelease, ReleaseDigest> RELEASE_DIGESTS = new WeakHashMap<IRelease, ReleaseDigest>(); public DigestValidator() { } @Override - public void updateBuildState(BuildState buildState, Release release, IProject project, IResourceDelta delta, + public void updateBuildState(IBuildState buildState, IRelease release, IProject project, IResourceDelta delta, IModel componentModel, IProgressMonitor monitor) throws Exception { DigestValidatorState validatorState = (DigestValidatorState)buildState.getValidatorState(); @@ -85,7 +84,7 @@ public class DigestValidator extends VersionValidator beforeValidation(validatorState, componentModel); if (validatorState == null || delta == null) { - if (VersionBuilder.DEBUG) + if (VersionUtil.DEBUG) { System.out.println("Digest: Full validation..."); } @@ -95,7 +94,7 @@ public class DigestValidator extends VersionValidator } else { - if (VersionBuilder.DEBUG) + if (VersionUtil.DEBUG) { System.out.println("Digest: Incremental validation..."); } @@ -110,13 +109,13 @@ public class DigestValidator extends VersionValidator } byte[] validatorDigest = validatorState.getDigest(); - if (VersionBuilder.DEBUG) + if (VersionUtil.DEBUG) { System.out.println("DIGEST = " + formatDigest(validatorDigest)); } byte[] releasedProjectDigest = releaseDigest.get(project.getName()); - if (VersionBuilder.DEBUG) + if (VersionUtil.DEBUG) { System.out.println("RELEASE = " + formatDigest(releasedProjectDigest)); } @@ -134,7 +133,7 @@ public class DigestValidator extends VersionValidator return null; } - if (VersionBuilder.DEBUG) + if (VersionUtil.DEBUG) { System.out.println("Digest: " + resource.getFullPath()); } @@ -157,7 +156,7 @@ public class DigestValidator extends VersionValidator } byte[] digest = getFolderDigest(memberStates); - if (VersionBuilder.DEBUG) + if (VersionUtil.DEBUG) { System.out.println("Considered: " + container.getFullPath() + " --> " + formatDigest(digest)); } @@ -169,7 +168,7 @@ public class DigestValidator extends VersionValidator { IFile file = (IFile)resource; byte[] digest = getFileDigest(file); - if (VersionBuilder.DEBUG) + if (VersionUtil.DEBUG) { System.out.println("Considered: " + file.getFullPath() + " --> " + formatDigest(digest)); } @@ -266,7 +265,7 @@ public class DigestValidator extends VersionValidator { } - private ReleaseDigest getReleaseDigest(IPath releasePath, Release release, IProgressMonitor monitor) + private ReleaseDigest getReleaseDigest(IPath releasePath, IRelease release, IProgressMonitor monitor) throws IOException, CoreException, ClassNotFoundException { IFile file = getDigestFile(releasePath); @@ -413,7 +412,7 @@ public class DigestValidator extends VersionValidator } } - public ReleaseDigest createReleaseDigest(Release release, IFile target, List<String> warnings, + public ReleaseDigest createReleaseDigest(IRelease release, IFile target, List<String> warnings, IProgressMonitor monitor) throws CoreException { monitor.beginTask(null, release.getSize() + 1); @@ -421,7 +420,7 @@ public class DigestValidator extends VersionValidator try { ReleaseDigest releaseDigest = new ReleaseDigest(release.getDigest()); - for (Entry<Element, Element> entry : release.getElements().entrySet()) + for (Entry<IElement, IElement> entry : release.getElements().entrySet()) { String name = entry.getKey().getName(); monitor.subTask(name); @@ -430,13 +429,13 @@ public class DigestValidator extends VersionValidator { try { - Element element = entry.getValue(); + IElement element = entry.getValue(); if (element.getName().endsWith(".source")) { continue; } - IModel componentModel = ReleaseManager.INSTANCE.getComponentModel(element); + IModel componentModel = IReleaseManager.INSTANCE.getComponentModel(element); if (componentModel == null) { addWarning(warnings, name + ": Component not found"); @@ -451,7 +450,7 @@ public class DigestValidator extends VersionValidator continue; } - Version version = VersionBuilder.getComponentVersion(componentModel); + Version version = VersionUtil.getComponentVersion(componentModel); if (!element.getVersion().equals(version)) { diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/build.xml b/plugins/org.eclipse.emf.cdo.releng.version.doc/build.xml index 86416924af..10fc268b3a 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/build.xml +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/build.xml @@ -91,16 +91,12 @@ </doclet> <fileset dir="plugins" defaultexcludes="yes"> - <include name="org.eclipse.emf.cdo.releng.version.digest/src/org/eclipse/emf/cdo/releng/version/digest/*.java" /> <include name="org.eclipse.emf.cdo.releng.version/src/org/eclipse/emf/cdo/releng/version/*.java" /> </fileset> <group title="Extended Version Management"> <package name="org.eclipse.emf.cdo.releng.version" /> </group> - <group title="Extended Version Management Digest Validator"> - <package name="org.eclipse.emf.cdo.releng.version.digest" /> - </group> <link href="${jdk.link}" /> <link href="${emf.link}" /> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-frame.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-frame.html index 98475324fa..45deed523a 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-frame.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-frame.html @@ -22,39 +22,17 @@ All Classes (Extended Version Management Documentation) <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> -<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">Activator</A> +<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version" target="classFrame"><I>IBuildState</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest" target="classFrame">Activator</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version" target="classFrame"><I>IElement</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">BuildState</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version" target="classFrame">IElement.Type</A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest" target="classFrame">DigestValidator</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version" target="classFrame"><I>IElementResolver</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html" title="class in org.eclipse.emf.cdo.releng.version.digest" target="classFrame">DigestValidator.BuildModel</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version" target="classFrame"><I>IRelease</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest" target="classFrame">DigestValidatorState</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">Element</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version" target="classFrame">Element.Type</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version" target="classFrame"><I>ElementResolver</I></A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version" target="classFrame"><I>IVersionBuilderArguments</I></A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">Markers</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">Release</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest" target="classFrame">ReleaseDigest</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">ReleaseManager</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">VersionBuilder</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">VersionBuilderArguments</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">VersionNature</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version" target="classFrame"><I>IReleaseManager</I></A> <BR> <A HREF="org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version" target="classFrame">VersionUtil</A> <BR> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-noframe.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-noframe.html index 8a112663a9..b3fc839438 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-noframe.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/allclasses-noframe.html @@ -22,39 +22,17 @@ All Classes (Extended Version Management Documentation) <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> -<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> +<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version"><I>IBuildState</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version"><I>IElement</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><I>IElementResolver</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator.BuildModel</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version"><I>IRelease</I></A> <BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><I>ElementResolver</I></A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version"><I>IVersionBuilderArguments</I></A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest">ReleaseDigest</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<BR> -<A HREF="org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A> +<A HREF="org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version"><I>IReleaseManager</I></A> <BR> <A HREF="org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <BR> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/constant-values.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/constant-values.html index 53fc7cff63..461ca864a3 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/constant-values.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/constant-values.html @@ -39,7 +39,7 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> @@ -100,168 +100,12 @@ org.eclipse.*</FONT></TH> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.<A HREF="org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A></TH> +<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.<A HREF="org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Activator.PLUGIN_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> +<A NAME="org.eclipse.emf.cdo.releng.version.VersionUtil.BUILDER_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> <CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Activator.html#PLUGIN_ID">PLUGIN_ID</A></CODE></TD> -<TD ALIGN="right"><CODE>"org.eclipse.emf.cdo.releng.version"</CODE></TD> -</TR> -</FONT></TD> -</TR> -</TABLE> - -<P> - -<P> - -<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.<A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.DEFAULT_VALIDATOR_CLASS_NAME"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#DEFAULT_VALIDATOR_CLASS_NAME">DEFAULT_VALIDATOR_CLASS_NAME</A></CODE></TD> -<TD ALIGN="right"><CODE>"org.eclipse.emf.cdo.releng.version.digest.DigestValidator$BuildModel"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_CONTENT_CHANGES_ARGUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_CHANGES_ARGUMENT">IGNORE_CONTENT_CHANGES_ARGUMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"ignore.feature.content.changes"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_CONTENT_REDUNDANCY_ARGUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_REDUNDANCY_ARGUMENT">IGNORE_CONTENT_REDUNDANCY_ARGUMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"ignore.feature.content.redundancy"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_DEPENDENCY_RANGES_ARGUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_DEPENDENCY_RANGES_ARGUMENT">IGNORE_DEPENDENCY_RANGES_ARGUMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"ignore.missing.dependency.ranges"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_EXPORT_VERSIONS_ARGUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_EXPORT_VERSIONS_ARGUMENT">IGNORE_EXPORT_VERSIONS_ARGUMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"ignore.missing.export.versions"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_MALFORMED_VERSIONS_ARGUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_MALFORMED_VERSIONS_ARGUMENT">IGNORE_MALFORMED_VERSIONS_ARGUMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"ignore.malformed.versions"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.RELEASE_PATH_ARGUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#RELEASE_PATH_ARGUMENT">RELEASE_PATH_ARGUMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"release.path"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.VALIDATOR_CLASS_ARGUMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#VALIDATOR_CLASS_ARGUMENT">VALIDATOR_CLASS_ARGUMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"validator.class"</CODE></TD> -</TR> -</FONT></TD> -</TR> -</TABLE> - -<P> - -<P> - -<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.<A HREF="org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Markers.MARKER_TYPE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Markers.html#MARKER_TYPE">MARKER_TYPE</A></CODE></TD> -<TD ALIGN="right"><CODE>"org.eclipse.emf.cdo.releng.version.VersionProblem"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Markers.QUICK_FIX_CONFIGURE_OPTION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_CONFIGURE_OPTION">QUICK_FIX_CONFIGURE_OPTION</A></CODE></TD> -<TD ALIGN="right"><CODE>"quickFixConfigureOption"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Markers.QUICK_FIX_PATTERN"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_PATTERN">QUICK_FIX_PATTERN</A></CODE></TD> -<TD ALIGN="right"><CODE>"quickFixPattern"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Markers.QUICK_FIX_REPLACEMENT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_REPLACEMENT">QUICK_FIX_REPLACEMENT</A></CODE></TD> -<TD ALIGN="right"><CODE>"quickFixReplacement"</CODE></TD> -</TR> -</FONT></TD> -</TR> -</TABLE> - -<P> - -<P> - -<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.<A HREF="org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Release.FEATURE_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Release.html#FEATURE_TAG">FEATURE_TAG</A></CODE></TD> -<TD ALIGN="right"><CODE>"feature"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Release.NAME_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Release.html#NAME_ATTRIBUTE">NAME_ATTRIBUTE</A></CODE></TD> -<TD ALIGN="right"><CODE>"name"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Release.PLUGIN_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Release.html#PLUGIN_TAG">PLUGIN_TAG</A></CODE></TD> -<TD ALIGN="right"><CODE>"plugin"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Release.RELEASE_TAG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Release.html#RELEASE_TAG">RELEASE_TAG</A></CODE></TD> -<TD ALIGN="right"><CODE>"release"</CODE></TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.Release.VERSION_ATTRIBUTE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/Release.html#VERSION_ATTRIBUTE">VERSION_ATTRIBUTE</A></CODE></TD> -<TD ALIGN="right"><CODE>"version"</CODE></TD> -</TR> -</FONT></TD> -</TR> -</TABLE> - -<P> - -<P> - -<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.<A HREF="org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.VersionBuilder.BUILDER_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/VersionBuilder.html#BUILDER_ID">BUILDER_ID</A></CODE></TD> +<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/VersionUtil.html#BUILDER_ID">BUILDER_ID</A></CODE></TD> <TD ALIGN="right"><CODE>"org.eclipse.emf.cdo.releng.version.VersionBuilder"</CODE></TD> </TR> </FONT></TD> @@ -271,42 +115,6 @@ org.eclipse.*</FONT></TH> <P> <P> - -<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.<A HREF="org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.VersionNature.NATURE_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/VersionNature.html#NATURE_ID">NATURE_ID</A></CODE></TD> -<TD ALIGN="right"><CODE>"org.eclipse.emf.cdo.releng.version.VersionNature"</CODE></TD> -</TR> -</FONT></TD> -</TR> -</TABLE> - -<P> - -<P> - -<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="3">org.eclipse.emf.cdo.releng.version.digest.<A HREF="org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<A NAME="org.eclipse.emf.cdo.releng.version.digest.Activator.PLUGIN_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> -<CODE>public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD ALIGN="left"><CODE><A HREF="org/eclipse/emf/cdo/releng/version/digest/Activator.html#PLUGIN_ID">PLUGIN_ID</A></CODE></TD> -<TD ALIGN="right"><CODE>"org.eclipse.emf.cdo.releng.version.digest"</CODE></TD> -</TR> -</FONT></TD> -</TR> -</TABLE> - -<P> - -<P> <HR> @@ -320,7 +128,7 @@ org.eclipse.*</FONT></TH> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/deprecated-list.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/deprecated-list.html index 2475c3fd25..e042d9131e 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/deprecated-list.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/deprecated-list.html @@ -39,7 +39,7 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> @@ -85,24 +85,8 @@ function windowTitle() </CENTER> <HR SIZE="4" NOSHADE> <B>Contents</B><UL> -<LI><A HREF="#method">Deprecated Methods</A> </UL> -<A NAME="method"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Deprecated Methods</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="org/eclipse/emf/cdo/releng/version/VersionUtil.html#someDeprecatedCode()">org.eclipse.emf.cdo.releng.version.VersionUtil.someDeprecatedCode()</A> -<BR> - <I>This method exists so that others can produce a reliable compiler warning by calling it. A - <code>@SuppressWarnings("deprecation")</code> annotation will never become unnecessary then.</I> </TD> -</TR> -</TABLE> - -<P> <HR> @@ -116,7 +100,7 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/help-doc.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/help-doc.html index 64d267aae2..022fa4a0aa 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/help-doc.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/help-doc.html @@ -39,7 +39,7 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> @@ -171,7 +171,7 @@ This help file applies to API documentation generated using the standard doclet. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index-all.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index-all.html index ab5f8f6260..ae7c08616e 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index-all.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index-all.html @@ -39,7 +39,7 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> @@ -78,416 +78,124 @@ function windowTitle() <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> -<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR> +<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <HR> <A NAME="_A_"><!-- --></A><H2> <B>A</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionValidator.html#abort(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)"><B>abort(BuildState, IProject, Exception, IProgressMonitor)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionValidator.html#abort(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)"><B>abort(IBuildState, IProject, Exception, IProgressMonitor)</B></A> - Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionValidator.html" title="class in org.eclipse.emf.cdo.releng.version">VersionValidator</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version"><B>Activator</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#Activator()"><B>Activator()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest"><B>Activator</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/digest/package-summary.html">org.eclipse.emf.cdo.releng.version.digest</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#Activator()"><B>Activator()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IResource, java.lang.String)"><B>addMarker(IResource, String)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IResource, java.lang.String, int)"><B>addMarker(IResource, String, int)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IResource, java.lang.String, int, int)"><B>addMarker(IResource, String, int, int)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IFile, java.lang.String, int, int, int, int)"><B>addMarker(IFile, String, int, int, int, int)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IFile, java.lang.String, int, java.lang.String)"><B>addMarker(IFile, String, int, String)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#afterValidation(org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState)"><B>afterValidation(DigestValidatorState)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html#afterValidation(org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState)"><B>afterValidation(DigestValidatorState)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator.BuildModel</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#applyTo(org.eclipse.core.resources.IProject)"><B>applyTo(IProject)</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#applyTo(org.eclipse.core.resources.IProject)"><B>applyTo(IProject)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> </DL> <HR> <A NAME="_B_"><!-- --></A><H2> <B>B</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#beforeValidation(org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState, org.eclipse.pde.core.IModel)"><B>beforeValidation(DigestValidatorState, IModel)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#BUILDER_ID"><B>BUILDER_ID</B></A> - +Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html#beforeValidation(org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState, org.eclipse.pde.core.IModel)"><B>beforeValidation(DigestValidatorState, IModel)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator.BuildModel</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#build(int, java.util.Map, org.eclipse.core.runtime.IProgressMonitor)"><B>build(int, Map, IProgressMonitor)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#BUILDER_ID"><B>BUILDER_ID</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version"><B>BuildState</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> </DL> +</DL> <HR> <A NAME="_C_"><!-- --></A><H2> <B>C</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#clean(org.eclipse.core.runtime.IProgressMonitor)"><B>clean(IProgressMonitor)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#clearBuildState(org.eclipse.core.resources.IProject)"><B>clearBuildState(IProject)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> -<DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#close(java.io.Closeable)"><B>close(Closeable)</B></A> - Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#compareTo(org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState)"><B>compareTo(DigestValidatorState)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html#createElement(org.eclipse.pde.core.IModel, boolean)"><B>createElement(IModel, boolean)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version">IReleaseManager</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html#configure()"><B>configure()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html#createElement(org.eclipse.pde.core.IModel, boolean)"><B>createElement(IModel, boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html#createRelease(org.eclipse.core.resources.IFile)"><B>createRelease(IFile)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#createReleaseDigest(org.eclipse.emf.cdo.releng.version.Release, org.eclipse.core.resources.IFile, java.util.List, org.eclipse.core.runtime.IProgressMonitor)"><B>createReleaseDigest(Release, IFile, List<String>, IProgressMonitor)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html#createRelease(org.eclipse.core.resources.IFile)"><B>createRelease(IFile)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version">IReleaseManager</A> <DD> </DL> <HR> <A NAME="_D_"><!-- --></A><H2> <B>D</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#DEBUG"><B>DEBUG</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html#deconfigure()"><B>deconfigure()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#DEFAULT_VALIDATOR_CLASS_NAME"><B>DEFAULT_VALIDATOR_CLASS_NAME</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#deleteAllMarkers(org.eclipse.core.resources.IResource)"><B>deleteAllMarkers(IResource)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#deleteMarkers(org.eclipse.core.resources.IResource)"><B>deleteMarkers(IResource)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest"><B>DigestValidator</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/digest/package-summary.html">org.eclipse.emf.cdo.releng.version.digest</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#DigestValidator()"><B>DigestValidator()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html" title="class in org.eclipse.emf.cdo.releng.version.digest"><B>DigestValidator.BuildModel</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/digest/package-summary.html">org.eclipse.emf.cdo.releng.version.digest</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html#DigestValidator.BuildModel()"><B>DigestValidator.BuildModel()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator.BuildModel</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest"><B>DigestValidatorState</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/digest/package-summary.html">org.eclipse.emf.cdo.releng.version.digest</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#DigestValidatorState()"><B>DigestValidatorState()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -</DL> -<HR> -<A NAME="_E_"><!-- --></A><H2> -<B>E</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version"><B>Element</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#Element(org.eclipse.emf.cdo.releng.version.Element.Type, java.lang.String, org.osgi.framework.Version)"><B>Element(Element.Type, String, Version)</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#Element(org.eclipse.emf.cdo.releng.version.Element.Type, java.lang.String, java.lang.String)"><B>Element(Element.Type, String, String)</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>Element.Type</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>ElementResolver</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#endElement(java.lang.String, java.lang.String, java.lang.String)"><B>endElement(String, String, String)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#error(org.xml.sax.SAXParseException)"><B>error(SAXParseException)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A> -<DD> -</DL> -<HR> -<A NAME="_F_"><!-- --></A><H2> -<B>F</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#fatalError(org.xml.sax.SAXParseException)"><B>fatalError(SAXParseException)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#FEATURE_TAG"><B>FEATURE_TAG</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#DEBUG"><B>DEBUG</B></A> - +Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> </DL> <HR> <A NAME="_G_"><!-- --></A><H2> <B>G</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#getAllChildren(org.eclipse.emf.cdo.releng.version.ElementResolver)"><B>getAllChildren(ElementResolver)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#getAttribute(org.eclipse.core.resources.IMarker, java.lang.String)"><B>getAttribute(IMarker, String)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#getBuildState(org.eclipse.core.resources.IProject)"><B>getBuildState(IProject)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#getAllChildren(org.eclipse.emf.cdo.releng.version.IElementResolver)"><B>getAllChildren(IElementResolver)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#getChild(java.lang.String)"><B>getChild(String)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#getChild(org.eclipse.emf.cdo.releng.version.IElementResolver, org.eclipse.emf.cdo.releng.version.IElement)"><B>getChild(IElementResolver, IElement)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#getChild(org.eclipse.emf.cdo.releng.version.ElementResolver, org.eclipse.emf.cdo.releng.version.Element)"><B>getChild(ElementResolver, Element)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#getChildren()"><B>getChildren()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#getChildren()"><B>getChildren()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html#getComponentModel(org.eclipse.emf.cdo.releng.version.IElement)"><B>getComponentModel(IElement)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version">IReleaseManager</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#getChildren()"><B>getChildren()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html#getComponentModel(org.eclipse.emf.cdo.releng.version.Element)"><B>getComponentModel(Element)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#getComponentModel(org.eclipse.core.resources.IProject)"><B>getComponentModel(IProject)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#getComponentVersion(org.eclipse.pde.core.IModel)"><B>getComponentVersion(IModel)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#getContent(org.eclipse.core.resources.IFile)"><B>getContent(IFile)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#getComponentModel(org.eclipse.core.resources.IProject)"><B>getComponentModel(IProject)</B></A> - +Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#getDigest()"><B>getDigest()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#getComponentVersion(org.eclipse.pde.core.IModel)"><B>getComponentVersion(IModel)</B></A> - +Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#getDigest()"><B>getDigest()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html#getDigest()"><B>getDigest()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#getDigestFile(org.eclipse.core.runtime.IPath)"><B>getDigestFile(IPath)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html#getElements()"><B>getElements()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#getElements()"><B>getElements()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#getFeatureModel(org.eclipse.core.resources.IProject)"><B>getFeatureModel(IProject)</B></A> - +Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#getFile()"><B>getFile()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html#getFile()"><B>getFile()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#getFile(org.eclipse.core.runtime.IPath, java.lang.String)"><B>getFile(IPath, String)</B></A> - Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#getName()"><B>getName()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#getName()"><B>getName()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#getOtherNatures(org.eclipse.core.resources.IProjectDescription)"><B>getOtherNatures(IProjectDescription)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#getParent()"><B>getParent()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html#getProject()"><B>getProject()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#getName()"><B>getName()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html#getProjectDigest(java.lang.String)"><B>getProjectDigest(String)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest">ReleaseDigest</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#getPropertiesTimeStamp()"><B>getPropertiesTimeStamp()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#getQuickFixConfigureOption(org.eclipse.core.resources.IMarker)"><B>getQuickFixConfigureOption(IMarker)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#getQuickFixPattern(org.eclipse.core.resources.IMarker)"><B>getQuickFixPattern(IMarker)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#getQuickFixReplacement(org.eclipse.core.resources.IMarker)"><B>getQuickFixReplacement(IMarker)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html#getRelease(org.eclipse.core.resources.IFile)"><B>getRelease(IFile)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#getReleasePath()"><B>getReleasePath()</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#getReleasePath()"><B>getReleasePath()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#getReleaseSpecDigest()"><B>getReleaseSpecDigest()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html#getReleaseSpecDigest()"><B>getReleaseSpecDigest()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest">ReleaseDigest</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html#getRelease(org.eclipse.core.resources.IFile)"><B>getRelease(IFile)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version">IReleaseManager</A> <DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#getSHA1(org.eclipse.core.resources.IFile)"><B>getSHA1(IFile)</B></A> - Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#getSize()"><B>getSize()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#getStatus(java.lang.Throwable)"><B>getStatus(Throwable)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html#getSize()"><B>getSize()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#getStatus(java.lang.Throwable)"><B>getStatus(Throwable)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#getTag()"><B>getTag()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#getTag()"><B>getTag()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#getType()"><B>getType()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html#getTimeStamp()"><B>getTimeStamp()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest">ReleaseDigest</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html#getValidatorState()"><B>getValidatorState()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#getType()"><B>getType()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html#getValidatorTimeStamp()"><B>getValidatorTimeStamp()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#getValidatorClassName()"><B>getValidatorClassName()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#getValidatorState()"><B>getValidatorState()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#getValidatorTimeStamp()"><B>getValidatorTimeStamp()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#getVersion()"><B>getVersion()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -</DL> -<HR> -<A NAME="_H_"><!-- --></A><H2> -<B>H</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#hashCode()"><B>hashCode()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#hashCode()"><B>hashCode()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#hasReleaseTag()"><B>hasReleaseTag()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#getVersion()"><B>getVersion()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> </DL> <HR> <A NAME="_I_"><!-- --></A><H2> <B>I</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_CHANGES_ARGUMENT"><B>IGNORE_CONTENT_CHANGES_ARGUMENT</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_REDUNDANCY_ARGUMENT"><B>IGNORE_CONTENT_REDUNDANCY_ARGUMENT</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_DEPENDENCY_RANGES_ARGUMENT"><B>IGNORE_DEPENDENCY_RANGES_ARGUMENT</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_EXPORT_VERSIONS_ARGUMENT"><B>IGNORE_EXPORT_VERSIONS_ARGUMENT</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_MALFORMED_VERSIONS_ARGUMENT"><B>IGNORE_MALFORMED_VERSIONS_ARGUMENT</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html#INSTANCE"><B>INSTANCE</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#isChangedSinceRelease()"><B>isChangedSinceRelease()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html#isConsidered(org.eclipse.core.resources.IResource)"><B>isConsidered(IResource)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.BuildModel.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator.BuildModel</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#isConsidered(org.eclipse.core.resources.IResource)"><B>isConsidered(IResource)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#isDeviations()"><B>isDeviations()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreFeatureContentChanges()"><B>isIgnoreFeatureContentChanges()</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreFeatureContentChanges()"><B>isIgnoreFeatureContentChanges()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreFeatureContentRedundancy()"><B>isIgnoreFeatureContentRedundancy()</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreFeatureContentRedundancy()"><B>isIgnoreFeatureContentRedundancy()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMalformedVersionsButton()"><B>isIgnoreMalformedVersionsButton()</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreMalformedVersionsButton()"><B>isIgnoreMalformedVersionsButton()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMissingDependencyRanges()"><B>isIgnoreMissingDependencyRanges()</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreMissingDependencyRanges()"><B>isIgnoreMissingDependencyRanges()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMissingExportVersions()"><B>isIgnoreMissingExportVersions()</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreMissingExportVersions()"><B>isIgnoreMissingExportVersions()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#isIntegration()"><B>isIntegration()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#isUnresolved()"><B>isUnresolved()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>IVersionBuilderArguments</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> </DL> -<HR> -<A NAME="_L_"><!-- --></A><H2> -<B>L</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#log(java.lang.String)"><B>log(String)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#log(org.eclipse.core.runtime.IStatus)"><B>log(IStatus)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#log(java.lang.Throwable)"><B>log(Throwable)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>IBuildState</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>IElement</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>IElement.Type</B></A> - Enum in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>IElementResolver</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html#INSTANCE"><B>INSTANCE</B></A> - +Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version">IReleaseManager</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#log(java.lang.String)"><B>log(String)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#log(org.eclipse.core.runtime.IStatus)"><B>log(IStatus)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#log(java.lang.Throwable)"><B>log(Throwable)</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>IRelease</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>IReleaseManager</B></A> - Interface in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html#isUnresolved()"><B>isUnresolved()</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <DD> </DL> <HR> -<A NAME="_M_"><!-- --></A><H2> -<B>M</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#MARKER_TYPE"><B>MARKER_TYPE</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version"><B>Markers</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> </DL> -<HR> <A NAME="_N_"><!-- --></A><H2> <B>N</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#NAME_ATTRIBUTE"><B>NAME_ATTRIBUTE</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html#NATURE_ID"><B>NATURE_ID</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A> -<DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#normalize(org.osgi.framework.Version)"><B>normalize(Version)</B></A> - Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> @@ -496,167 +204,34 @@ Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse <A NAME="_O_"><!-- --></A><H2> <B>O</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html"><B>org.eclipse.emf.cdo.releng.version</B></A> - package org.eclipse.emf.cdo.releng.version<DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/package-summary.html"><B>org.eclipse.emf.cdo.releng.version.digest</B></A> - package org.eclipse.emf.cdo.releng.version.digest<DD> </DL> -<HR> -<A NAME="_P_"><!-- --></A><H2> -<B>P</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#PLUGIN_ID"><B>PLUGIN_ID</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#PLUGIN_ID"><B>PLUGIN_ID</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#PLUGIN_TAG"><B>PLUGIN_TAG</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -</DL> -<HR> -<A NAME="_Q_"><!-- --></A><H2> -<B>Q</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_CONFIGURE_OPTION"><B>QUICK_FIX_CONFIGURE_OPTION</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_PATTERN"><B>QUICK_FIX_PATTERN</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_REPLACEMENT"><B>QUICK_FIX_REPLACEMENT</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version">Markers</A> -<DD> -</DL> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html"><B>org.eclipse.emf.cdo.releng.version</B></A> - package org.eclipse.emf.cdo.releng.version<DD> </DL> <HR> <A NAME="_R_"><!-- --></A><H2> <B>R</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version"><B>Release</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#Release(org.eclipse.core.resources.IFile)"><B>Release(IFile)</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version"><B>Release.XMLHandler</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#Release.XMLHandler()"><B>Release.XMLHandler()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#RELEASE_PATH_ARGUMENT"><B>RELEASE_PATH_ARGUMENT</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#RELEASE_TAG"><B>RELEASE_TAG</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest"><B>ReleaseDigest</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/digest/package-summary.html">org.eclipse.emf.cdo.releng.version.digest</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html#ReleaseDigest(byte[])"><B>ReleaseDigest(byte[])</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest">ReleaseDigest</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version"><B>ReleaseManager</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/ElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)"><B>resolveElement(Element)</B></A> - -Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)"><B>resolveElement(Element)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)"><B>resolveElement(Element)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.IElement)"><B>resolveElement(IElement)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A> <DD> </DL> <HR> <A NAME="_S_"><!-- --></A><H2> <B>S</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#setChangedSinceRelease(boolean)"><B>setChangedSinceRelease(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#setChildren(org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState[])"><B>setChildren(DigestValidatorState[])</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#setDeviations(boolean)"><B>setDeviations(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#setDigest(byte[])"><B>setDigest(byte[])</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html#setChangedSinceRelease(boolean)"><B>setChangedSinceRelease(boolean)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreFeatureContentChanges(boolean)"><B>setIgnoreFeatureContentChanges(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html#setValidatorState(java.io.Serializable)"><B>setValidatorState(Serializable)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> <DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreFeatureContentRedundancy(boolean)"><B>setIgnoreFeatureContentRedundancy(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreMalformedVersions(boolean)"><B>setIgnoreMalformedVersions(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreMissingDependencyRanges(boolean)"><B>setIgnoreMissingDependencyRanges(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreMissingExportVersions(boolean)"><B>setIgnoreMissingExportVersions(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#setIntegration(boolean)"><B>setIntegration(boolean)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#setName(java.lang.String)"><B>setName(String)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#setParent(org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState)"><B>setParent(DigestValidatorState)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html#setProject(org.eclipse.core.resources.IProject)"><B>setProject(IProject)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#setPropertiesTimeStamp(long)"><B>setPropertiesTimeStamp(long)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setReleasePath(java.lang.String)"><B>setReleasePath(String)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#setReleaseSpecDigest(byte[])"><B>setReleaseSpecDigest(byte[])</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html#setTimeStamp(long)"><B>setTimeStamp(long)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/ReleaseDigest.html" title="class in org.eclipse.emf.cdo.releng.version.digest">ReleaseDigest</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setValidatorClassName(java.lang.String)"><B>setValidatorClassName(String)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#setValidatorState(java.io.Serializable)"><B>setValidatorState(Serializable)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html#setValidatorTimeStamp(long)"><B>setValidatorTimeStamp(long)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#someDeprecatedCode()"><B>someDeprecatedCode()</B></A> - -Static method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> -<DD><B>Deprecated.</B> <I>This method exists so that others can produce a reliable compiler warning by calling it. A - <code>@SuppressWarnings("deprecation")</code> annotation will never become unnecessary then.</I> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#start(org.osgi.framework.BundleContext)"><B>start(BundleContext)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#start(org.osgi.framework.BundleContext)"><B>start(BundleContext)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><B>startElement(String, String, String, Attributes)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html#stop(org.osgi.framework.BundleContext)"><B>stop(BundleContext)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version">Activator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html#stop(org.osgi.framework.BundleContext)"><B>stop(BundleContext)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/Activator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">Activator</A> -<DD> -</DL> -<HR> -<A NAME="_T_"><!-- --></A><H2> -<B>T</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html#toString()"><B>toString()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidatorState.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidatorState</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.html#toString()"><B>toString()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html#setValidatorTimeStamp(long)"><B>setValidatorTimeStamp(long)</B></A> - +Method in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> <DD> </DL> <HR> <A NAME="_U_"><!-- --></A><H2> <B>U</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.emf.cdo.releng.version.Release, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)"><B>updateBuildState(BuildState, Release, IProject, IResourceDelta, IModel, IProgressMonitor)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.emf.cdo.releng.version.Release, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)"><B>updateBuildState(BuildState, Release, IProject, IResourceDelta, IModel, IProgressMonitor)</B></A> - +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.emf.cdo.releng.version.IRelease, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)"><B>updateBuildState(IBuildState, IRelease, IProject, IResourceDelta, IModel, IProgressMonitor)</B></A> - Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionValidator.html" title="class in org.eclipse.emf.cdo.releng.version">VersionValidator</A> <DD> </DL> @@ -664,46 +239,13 @@ Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cd <A NAME="_V_"><!-- --></A><H2> <B>V</B></H2> <DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#validateDelta(org.eclipse.core.resources.IResourceDelta, org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)"><B>validateDelta(IResourceDelta, DigestValidatorState, IModel, IProgressMonitor)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#validateFull(org.eclipse.core.resources.IResource, org.eclipse.emf.cdo.releng.version.digest.DigestValidatorState, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)"><B>validateFull(IResource, DigestValidatorState, IModel, IProgressMonitor)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.digest.<A HREF="./org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#VALIDATOR_CLASS_ARGUMENT"><B>VALIDATOR_CLASS_ARGUMENT</B></A> - -Static variable in interface org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.Type.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - -Static method in enum org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.Type.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - +Static method in enum org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A> <DD>Returns the enum constant of this type with the specified name. -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Element.Type.html#values()"><B>values()</B></A> - -Static method in enum org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> +<DT><A HREF="./org/eclipse/emf/cdo/releng/version/IElement.Type.html#values()"><B>values()</B></A> - +Static method in enum org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A> <DD>Returns an array containing the constants of this enum type, in the order they are declared. -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#VERSION_ATTRIBUTE"><B>VERSION_ATTRIBUTE</B></A> - -Static variable in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version"><B>VersionBuilder</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html#VersionBuilder()"><B>VersionBuilder()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version"><B>VersionBuilderArguments</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments()"><B>VersionBuilderArguments()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(int, float)"><B>VersionBuilderArguments(int, float)</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(int)"><B>VersionBuilderArguments(int)</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(java.util.Map)"><B>VersionBuilderArguments(Map<? extends String, ? extends String>)</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(org.eclipse.core.resources.IProject)"><B>VersionBuilderArguments(IProject)</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version"><B>VersionNature</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html#VersionNature()"><B>VersionNature()</B></A> - -Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version">VersionNature</A> -<DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version"><B>VersionUtil</B></A> - Class in <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A><DD> <DT><A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html#VersionUtil()"><B>VersionUtil()</B></A> - Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version">VersionUtil</A> <DD> @@ -712,18 +254,7 @@ Constructor for class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/ <DD> </DL> <HR> -<A NAME="_W_"><!-- --></A><H2> -<B>W</B></H2> -<DL> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#warning(org.xml.sax.SAXParseException)"><B>warning(SAXParseException)</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A> -<DD> -<DT><A HREF="./org/eclipse/emf/cdo/releng/version/Release.html#write()"><B>write()</B></A> - -Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> -<DD> -</DL> -<HR> -<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> +<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> @@ -735,7 +266,7 @@ Method in class org.eclipse.emf.cdo.releng.version.<A HREF="./org/eclipse/emf/cd <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index.html index 3fac84eed1..382c338e4a 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/index.html @@ -21,10 +21,7 @@ Extended Version Management Documentation </NOSCRIPT> </HEAD> <FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()"> -<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()"> -<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> -</FRAMESET> <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes"> <NOFRAMES> <H2> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Activator.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Activator.html deleted file mode 100644 index 3a67822009..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Activator.html +++ /dev/null @@ -1,464 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -Activator (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Activator (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Activator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Activator.html" target="_top"><B>FRAMES</B></A> - <A HREF="Activator.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class Activator</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">org.eclipse.core.runtime.Plugin</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.Activator</B> -</PRE> -<DL> -<DT><B>All Implemented Interfaces:</B> <DD>org.osgi.framework.BundleActivator</DD> -</DL> -<HR> -<DL> - <DT>public class <B>Activator</B> - <DD>extends <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">Plugin</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" title="Plugin (org.eclipse.core.runtime)" alt="" coords="5,5,173,45"/> -<area shape="rect" id="node2" href="Activator.html" title="Activator" alt="" coords="53,85,125,110"/> -</map> - -<CENTER><IMG SRC="Activator.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> -<!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#PLUGIN_ID">PLUGIN_ID</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_org.eclipse.core.runtime.Plugin"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from class org.eclipse.core.runtime.<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">Plugin</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#PLUGIN_PREFERENCE_SCOPE" title="class or interface in org.eclipse.core.runtime">PLUGIN_PREFERENCE_SCOPE</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME" title="class or interface in org.eclipse.core.runtime">PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME" title="class or interface in org.eclipse.core.runtime">PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME</A></CODE></TD> -</TR> -</TABLE> - -<!-- ======== CONSTRUCTOR SUMMARY ======== --> - -<A NAME="constructor_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Constructor Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#Activator()">Activator</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#clearBuildState(org.eclipse.core.resources.IProject)">clearBuildState</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#getBuildState(org.eclipse.core.resources.IProject)">getBuildState</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IStatus.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IStatus</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#getStatus(java.lang.Throwable)">getStatus</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#log(org.eclipse.core.runtime.IStatus)">log</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IStatus.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IStatus</A> status)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#log(java.lang.String)">log</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#log(java.lang.Throwable)">log</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#start(org.osgi.framework.BundleContext)">start</A></B>(org.osgi.framework.BundleContext context)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#stop(org.osgi.framework.BundleContext)">stop</A></B>(org.osgi.framework.BundleContext context)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_org.eclipse.core.runtime.Plugin"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class org.eclipse.core.runtime.<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">Plugin</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#find(org.eclipse.core.runtime.IPath)" title="class or interface in org.eclipse.core.runtime">find</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#find(org.eclipse.core.runtime.IPath, java.util.Map)" title="class or interface in org.eclipse.core.runtime">find</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getBundle()" title="class or interface in org.eclipse.core.runtime">getBundle</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getDescriptor()" title="class or interface in org.eclipse.core.runtime">getDescriptor</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getLog()" title="class or interface in org.eclipse.core.runtime">getLog</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getPluginPreferences()" title="class or interface in org.eclipse.core.runtime">getPluginPreferences</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#getStateLocation()" title="class or interface in org.eclipse.core.runtime">getStateLocation</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#initializeDefaultPluginPreferences()" title="class or interface in org.eclipse.core.runtime">initializeDefaultPluginPreferences</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#internalInitializeDefaultPluginPreferences()" title="class or interface in org.eclipse.core.runtime">internalInitializeDefaultPluginPreferences</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#isDebugging()" title="class or interface in org.eclipse.core.runtime">isDebugging</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#openStream(org.eclipse.core.runtime.IPath)" title="class or interface in org.eclipse.core.runtime">openStream</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#openStream(org.eclipse.core.runtime.IPath, boolean)" title="class or interface in org.eclipse.core.runtime">openStream</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#savePluginPreferences()" title="class or interface in org.eclipse.core.runtime">savePluginPreferences</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#setDebugging(boolean)" title="class or interface in org.eclipse.core.runtime">setDebugging</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#shutdown()" title="class or interface in org.eclipse.core.runtime">shutdown</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#startup()" title="class or interface in org.eclipse.core.runtime">startup</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#toString()" title="class or interface in org.eclipse.core.runtime">toString</A></CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ============ FIELD DETAIL =========== --> - -<A NAME="field_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Field Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="PLUGIN_ID"><!-- --></A><H3> -PLUGIN_ID</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PLUGIN_ID</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Activator.PLUGIN_ID">Constant Field Values</A></DL> -</DL> - -<!-- ========= CONSTRUCTOR DETAIL ======== --> - -<A NAME="constructor_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Constructor Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="Activator()"><!-- --></A><H3> -Activator</H3> -<PRE> -public <B>Activator</B>()</PRE> -<DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="start(org.osgi.framework.BundleContext)"><!-- --></A><H3> -start</H3> -<PRE> -public void <B>start</B>(org.osgi.framework.BundleContext context) - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE>start</CODE> in interface <CODE>org.osgi.framework.BundleActivator</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#start(org.osgi.framework.BundleContext)" title="class or interface in org.eclipse.core.runtime">start</A></CODE> in class <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">Plugin</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="stop(org.osgi.framework.BundleContext)"><!-- --></A><H3> -stop</H3> -<PRE> -public void <B>stop</B>(org.osgi.framework.BundleContext context) - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE>stop</CODE> in interface <CODE>org.osgi.framework.BundleActivator</CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true#stop(org.osgi.framework.BundleContext)" title="class or interface in org.eclipse.core.runtime">stop</A></CODE> in class <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/Plugin.html?is-external=true" title="class or interface in org.eclipse.core.runtime">Plugin</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="getBuildState(org.eclipse.core.resources.IProject)"><!-- --></A><H3> -getBuildState</H3> -<PRE> -public static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> <B>getBuildState</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="clearBuildState(org.eclipse.core.resources.IProject)"><!-- --></A><H3> -clearBuildState</H3> -<PRE> -public static void <B>clearBuildState</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="log(java.lang.String)"><!-- --></A><H3> -log</H3> -<PRE> -public static void <B>log</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="log(org.eclipse.core.runtime.IStatus)"><!-- --></A><H3> -log</H3> -<PRE> -public static void <B>log</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IStatus.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IStatus</A> status)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="log(java.lang.Throwable)"><!-- --></A><H3> -log</H3> -<PRE> -public static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>log</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getStatus(java.lang.Throwable)"><!-- --></A><H3> -getStatus</H3> -<PRE> -public static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IStatus.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IStatus</A> <B>getStatus</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> t)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Activator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV CLASS - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Activator.html" target="_top"><B>FRAMES</B></A> - <A HREF="Activator.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Activator.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Activator.png Binary files differdeleted file mode 100644 index 6c96f0bb92..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Activator.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/BuildState.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/BuildState.html deleted file mode 100644 index 0c9f2ae5f6..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/BuildState.html +++ /dev/null @@ -1,523 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -BuildState (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BuildState (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BuildState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/BuildState.html" target="_top"><B>FRAMES</B></A> - <A HREF="BuildState.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class BuildState</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.BuildState</B> -</PRE> -<DL> -<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DD> -</DL> -<HR> -<DL> - <DT>public class <B>BuildState</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> - <DD>implements <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" title="«interface» Serializable (java.io)" alt="" coords="5,6,93,61"/> -<area shape="rect" id="node2" href="BuildState.html" title="BuildState" alt="" coords="8,101,91,126"/> -</map> - -<CENTER><IMG SRC="BuildState.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#org.eclipse.emf.cdo.releng.version.BuildState">Serialized Form</A></DL> -<HR> - -<P> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> long</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#getPropertiesTimeStamp()">getPropertiesTimeStamp</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> byte[]</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#getReleaseSpecDigest()">getReleaseSpecDigest</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#getValidatorState()">getValidatorState</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> long</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#getValidatorTimeStamp()">getValidatorTimeStamp</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#isChangedSinceRelease()">isChangedSinceRelease</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#isDeviations()">isDeviations</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#isIntegration()">isIntegration</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#setChangedSinceRelease(boolean)">setChangedSinceRelease</A></B>(boolean changedSinceRelease)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#setDeviations(boolean)">setDeviations</A></B>(boolean deviations)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#setIntegration(boolean)">setIntegration</A></B>(boolean integration)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#setPropertiesTimeStamp(long)">setPropertiesTimeStamp</A></B>(long propertiesTimeStamp)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#setReleaseSpecDigest(byte[])">setReleaseSpecDigest</A></B>(byte[] releaseSpecDigest)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#setValidatorState(java.io.Serializable)">setValidatorState</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A> validatorState)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html#setValidatorTimeStamp(long)">setValidatorTimeStamp</A></B>(long validatorTimeStamp)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="getReleaseSpecDigest()"><!-- --></A><H3> -getReleaseSpecDigest</H3> -<PRE> -public byte[] <B>getReleaseSpecDigest</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setReleaseSpecDigest(byte[])"><!-- --></A><H3> -setReleaseSpecDigest</H3> -<PRE> -public void <B>setReleaseSpecDigest</B>(byte[] releaseSpecDigest)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getPropertiesTimeStamp()"><!-- --></A><H3> -getPropertiesTimeStamp</H3> -<PRE> -public long <B>getPropertiesTimeStamp</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setPropertiesTimeStamp(long)"><!-- --></A><H3> -setPropertiesTimeStamp</H3> -<PRE> -public void <B>setPropertiesTimeStamp</B>(long propertiesTimeStamp)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isDeviations()"><!-- --></A><H3> -isDeviations</H3> -<PRE> -public boolean <B>isDeviations</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setDeviations(boolean)"><!-- --></A><H3> -setDeviations</H3> -<PRE> -public void <B>setDeviations</B>(boolean deviations)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIntegration()"><!-- --></A><H3> -isIntegration</H3> -<PRE> -public boolean <B>isIntegration</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setIntegration(boolean)"><!-- --></A><H3> -setIntegration</H3> -<PRE> -public void <B>setIntegration</B>(boolean integration)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getValidatorTimeStamp()"><!-- --></A><H3> -getValidatorTimeStamp</H3> -<PRE> -public long <B>getValidatorTimeStamp</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setValidatorTimeStamp(long)"><!-- --></A><H3> -setValidatorTimeStamp</H3> -<PRE> -public void <B>setValidatorTimeStamp</B>(long validatorTimeStamp)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isChangedSinceRelease()"><!-- --></A><H3> -isChangedSinceRelease</H3> -<PRE> -public boolean <B>isChangedSinceRelease</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setChangedSinceRelease(boolean)"><!-- --></A><H3> -setChangedSinceRelease</H3> -<PRE> -public void <B>setChangedSinceRelease</B>(boolean changedSinceRelease)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getValidatorState()"><!-- --></A><H3> -getValidatorState</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A> <B>getValidatorState</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setValidatorState(java.io.Serializable)"><!-- --></A><H3> -setValidatorState</H3> -<PRE> -public void <B>setValidatorState</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A> validatorState)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/BuildState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/BuildState.html" target="_top"><B>FRAMES</B></A> - <A HREF="BuildState.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/BuildState.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/BuildState.png Binary files differdeleted file mode 100644 index 470571b3a9..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/BuildState.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.Type.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.Type.png Binary files differdeleted file mode 100644 index b1b2f8b5ed..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.Type.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.html deleted file mode 100644 index 552237a7e6..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.html +++ /dev/null @@ -1,500 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -Element (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Element (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Element.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Element.html" target="_top"><B>FRAMES</B></A> - <A HREF="Element.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class Element</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.Element</B> -</PRE> -<HR> -<DL> - <DT>public class <B>Element</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="Element.html" title="Element" alt="" coords="5,6,75,31"/> -</map> - -<CENTER><IMG SRC="Element.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> -<!-- ======== NESTED CLASS SUMMARY ======== --> - -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static class</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ======== CONSTRUCTOR SUMMARY ======== --> - -<A NAME="constructor_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Constructor Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#Element(org.eclipse.emf.cdo.releng.version.Element.Type, java.lang.String, java.lang.String)">Element</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> type, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> version)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#Element(org.eclipse.emf.cdo.releng.version.Element.Type, java.lang.String, org.osgi.framework.Version)">Element</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> type, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name, - org.osgi.framework.Version version)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> obj)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getAllChildren(org.eclipse.emf.cdo.releng.version.ElementResolver)">getAllChildren</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> resolver)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getChild(org.eclipse.emf.cdo.releng.version.ElementResolver, org.eclipse.emf.cdo.releng.version.Element)">getChild</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> resolver, - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getChildren()">getChildren</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getName()">getName</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getTag()">getTag</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getType()">getType</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> org.osgi.framework.Version</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getVersion()">getVersion</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> int</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#hashCode()">hashCode</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#isUnresolved()">isUnresolved</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#toString()">toString</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ========= CONSTRUCTOR DETAIL ======== --> - -<A NAME="constructor_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Constructor Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="Element(org.eclipse.emf.cdo.releng.version.Element.Type, java.lang.String, org.osgi.framework.Version)"><!-- --></A><H3> -Element</H3> -<PRE> -public <B>Element</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> type, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name, - org.osgi.framework.Version version)</PRE> -<DL> -</DL> -<HR> - -<A NAME="Element(org.eclipse.emf.cdo.releng.version.Element.Type, java.lang.String, java.lang.String)"><!-- --></A><H3> -Element</H3> -<PRE> -public <B>Element</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> type, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> version)</PRE> -<DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="getType()"><!-- --></A><H3> -getType</H3> -<PRE> -public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> <B>getType</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getTag()"><!-- --></A><H3> -getTag</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getTag</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getName()"><!-- --></A><H3> -getName</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getName</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getVersion()"><!-- --></A><H3> -getVersion</H3> -<PRE> -public org.osgi.framework.Version <B>getVersion</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getChildren()"><!-- --></A><H3> -getChildren</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>> <B>getChildren</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getAllChildren(org.eclipse.emf.cdo.releng.version.ElementResolver)"><!-- --></A><H3> -getAllChildren</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>> <B>getAllChildren</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> resolver)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getChild(org.eclipse.emf.cdo.releng.version.ElementResolver, org.eclipse.emf.cdo.releng.version.Element)"><!-- --></A><H3> -getChild</H3> -<PRE> -public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> <B>getChild</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> resolver, - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="toString()"><!-- --></A><H3> -toString</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="hashCode()"><!-- --></A><H3> -hashCode</H3> -<PRE> -public int <B>hashCode</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="equals(java.lang.Object)"><!-- --></A><H3> -equals</H3> -<PRE> -public boolean <B>equals</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> obj)</PRE> -<DL> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isUnresolved()"><!-- --></A><H3> -isUnresolved</H3> -<PRE> -public boolean <B>isUnresolved</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Element.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Element.html" target="_top"><B>FRAMES</B></A> - <A HREF="Element.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.png Binary files differdeleted file mode 100644 index a3081de11d..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ElementResolver.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ElementResolver.png Binary files differdeleted file mode 100644 index 9c3b923256..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ElementResolver.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IBuildState.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IBuildState.html new file mode 100644 index 0000000000..5260b6b052 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IBuildState.html @@ -0,0 +1,289 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> + +<TITLE> +IBuildState (Extended Version Management Documentation) +</TITLE> + +<META NAME="date" CONTENT=""> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="IBuildState (Extended Version Management Documentation)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IBuildState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IBuildState.html" target="_top"><B>FRAMES</B></A> + <A HREF="IBuildState.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.eclipse.emf.cdo.releng.version</FONT> +<BR> +Interface IBuildState</H2> +<HR> +<DL> + <DT>public interface <B>IBuildState</B> +</DL> + +<map id="APIVIZ" name="APIVIZ"> +<area shape="rect" id="node1" href="IBuildState.html" title="«interface» IBuildState" alt="" coords="5,5,91,45"/> +</map> + +<CENTER><IMG SRC="IBuildState.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> + + + +<P> +<HR> + +<P> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html#getValidatorState()">getValidatorState</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> long</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html#getValidatorTimeStamp()">getValidatorTimeStamp</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html#setChangedSinceRelease(boolean)">setChangedSinceRelease</A></B>(boolean changedSinceRelease)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html#setValidatorState(java.io.Serializable)">setValidatorState</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A> validatorState)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html#setValidatorTimeStamp(long)">setValidatorTimeStamp</A></B>(long validatorTimeStamp)</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="getValidatorTimeStamp()"><!-- --></A><H3> +getValidatorTimeStamp</H3> +<PRE> +long <B>getValidatorTimeStamp</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValidatorTimeStamp(long)"><!-- --></A><H3> +setValidatorTimeStamp</H3> +<PRE> +void <B>setValidatorTimeStamp</B>(long validatorTimeStamp)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getValidatorState()"><!-- --></A><H3> +getValidatorState</H3> +<PRE> +<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A> <B>getValidatorState</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setValidatorState(java.io.Serializable)"><!-- --></A><H3> +setValidatorState</H3> +<PRE> +void <B>setValidatorState</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A> validatorState)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="setChangedSinceRelease(boolean)"><!-- --></A><H3> +setChangedSinceRelease</H3> +<PRE> +void <B>setChangedSinceRelease</B>(boolean changedSinceRelease)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IBuildState.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV CLASS + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IBuildState.html" target="_top"><B>FRAMES</B></A> + <A HREF="IBuildState.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> +</BODY> +</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IBuildState.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IBuildState.png Binary files differnew file mode 100644 index 0000000000..a021d4409b --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IBuildState.png diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.Type.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.Type.html index ed13f77efc..28b2c9abc0 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Element.Type.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.Type.html @@ -4,7 +4,7 @@ <HEAD> <TITLE> -Element.Type (Extended Version Management Documentation) +IElement.Type (Extended Version Management Documentation) </TITLE> <META NAME="date" CONTENT=""> @@ -16,7 +16,7 @@ Element.Type (Extended Version Management Documentation) function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Element.Type (Extended Version Management Documentation)"; + parent.document.title="IElement.Type (Extended Version Management Documentation)"; } } </SCRIPT> @@ -39,9 +39,9 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Element.Type.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IElement.Type.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> @@ -55,11 +55,11 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Element.Type.html" target="_top"><B>FRAMES</B></A> - <A HREF="Element.Type.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IElement.Type.html" target="_top"><B>FRAMES</B></A> + <A HREF="IElement.Type.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { @@ -90,29 +90,29 @@ DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIEL <FONT SIZE="-1"> org.eclipse.emf.cdo.releng.version</FONT> <BR> -Enum Element.Type</H2> +Enum IElement.Type</H2> <PRE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A>> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.Element.Type</B> + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A>> + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.IElement.Type</B> </PRE> <DL> -<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A>></DD> +<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A>></DD> </DL> <DL> -<DT><B>Enclosing class:</B><DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></DD> +<DT><B>Enclosing interface:</B><DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A></DD> </DL> <HR> <DL> - <DT>public static enum <B>Element.Type</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A>> + <DT>public static enum <B>IElement.Type</B> + <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A>> </DL> <map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="Element.Type.html" title="«enum» Element.Type" alt="" coords="5,5,107,45"/> +<area shape="rect" id="node1" href="IElement.Type.html" title="«enum» IElement.Type" alt="" coords="5,5,109,45"/> </map> -<CENTER><IMG SRC="Element.Type.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> +<CENTER><IMG SRC="IElement.Type.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> @@ -129,13 +129,13 @@ Enum Element.Type</H2> <B>Enum Constant Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html#FEATURE">FEATURE</A></B></CODE> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html#FEATURE">FEATURE</A></B></CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html#PLUGIN">PLUGIN</A></B></CODE> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html#PLUGIN">PLUGIN</A></B></CODE> <BR> </TD> @@ -152,16 +152,16 @@ Enum Element.Type</H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</CODE> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</CODE> <BR> Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A>[]</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html#values()">values</A></B>()</CODE> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A>[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html#values()">values</A></B>()</CODE> <BR> Returns an array containing the constants of this enum type, in @@ -202,7 +202,7 @@ the order they are declared.</TD> <A NAME="FEATURE"><!-- --></A><H3> FEATURE</H3> <PRE> -public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> <B>FEATURE</B></PRE> +public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A> <B>FEATURE</B></PRE> <DL> <DL> </DL> @@ -212,7 +212,7 @@ public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/versio <A NAME="PLUGIN"><!-- --></A><H3> PLUGIN</H3> <PRE> -public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> <B>PLUGIN</B></PRE> +public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A> <B>PLUGIN</B></PRE> <DL> <DL> </DL> @@ -231,13 +231,13 @@ public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/versio <A NAME="values()"><!-- --></A><H3> values</H3> <PRE> -public static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A>[] <B>values</B>()</PRE> +public static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A>[] <B>values</B>()</PRE> <DL> <DD>Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> -for (Element.Type c : Element.Type.values()) +for (IElement.Type c : IElement.Type.values()) System.out.println(c); </pre> <P> @@ -252,7 +252,7 @@ the order they are declared</DL> <A NAME="valueOf(java.lang.String)"><!-- --></A><H3> valueOf</H3> <PRE> -public static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">Element.Type</A> <B>valueOf</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</PRE> +public static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A> <B>valueOf</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</PRE> <DL> <DD>Returns the enum constant of this type with the specified name. The string must match <I>exactly</I> an identifier used to declare an @@ -282,9 +282,9 @@ with the specified name <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Element.Type.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IElement.Type.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> @@ -298,11 +298,11 @@ with the specified name <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Element.Type.html" target="_top"><B>FRAMES</B></A> - <A HREF="Element.Type.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IElement.Type.html" target="_top"><B>FRAMES</B></A> + <A HREF="IElement.Type.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.Type.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.Type.png Binary files differnew file mode 100644 index 0000000000..0bb9731d68 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.Type.png diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.html new file mode 100644 index 0000000000..f8272b8293 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.html @@ -0,0 +1,365 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> + +<TITLE> +IElement (Extended Version Management Documentation) +</TITLE> + +<META NAME="date" CONTENT=""> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="IElement (Extended Version Management Documentation)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IElement.html" target="_top"><B>FRAMES</B></A> + <A HREF="IElement.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.eclipse.emf.cdo.releng.version</FONT> +<BR> +Interface IElement</H2> +<HR> +<DL> + <DT>public interface <B>IElement</B> +</DL> + +<map id="APIVIZ" name="APIVIZ"> +<area shape="rect" id="node1" href="IElement.html" title="«interface» IElement" alt="" coords="5,5,91,45"/> +</map> + +<CENTER><IMG SRC="IElement.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> + + + +<P> +<HR> + +<P> +<!-- ======== NESTED CLASS SUMMARY ======== --> + +<A NAME="nested_class_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Nested Class Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static class</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#getAllChildren(org.eclipse.emf.cdo.releng.version.IElementResolver)">getAllChildren</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A> resolver)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#getChild(org.eclipse.emf.cdo.releng.version.IElementResolver, org.eclipse.emf.cdo.releng.version.IElement)">getChild</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A> resolver, + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> key)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#getChildren()">getChildren</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#getName()">getName</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#getTag()">getTag</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#getType()">getType</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> org.osgi.framework.Version</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#getVersion()">getVersion</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html#isUnresolved()">isUnresolved</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + +<P> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="getType()"><!-- --></A><H3> +getType</H3> +<PRE> +<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version">IElement.Type</A> <B>getType</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getTag()"><!-- --></A><H3> +getTag</H3> +<PRE> +<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getTag</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getName()"><!-- --></A><H3> +getName</H3> +<PRE> +<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getName</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getVersion()"><!-- --></A><H3> +getVersion</H3> +<PRE> +org.osgi.framework.Version <B>getVersion</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getChildren()"><!-- --></A><H3> +getChildren</H3> +<PRE> +<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>> <B>getChildren</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getAllChildren(org.eclipse.emf.cdo.releng.version.IElementResolver)"><!-- --></A><H3> +getAllChildren</H3> +<PRE> +<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>> <B>getAllChildren</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A> resolver)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getChild(org.eclipse.emf.cdo.releng.version.IElementResolver, org.eclipse.emf.cdo.releng.version.IElement)"><!-- --></A><H3> +getChild</H3> +<PRE> +<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <B>getChild</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A> resolver, + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> key)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="isUnresolved()"><!-- --></A><H3> +isUnresolved</H3> +<PRE> +boolean <B>isUnresolved</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IElement.html" target="_top"><B>FRAMES</B></A> + <A HREF="IElement.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> +</BODY> +</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.png Binary files differnew file mode 100644 index 0000000000..5135803b2c --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElement.png diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ElementResolver.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElementResolver.html index 9825cfdeb7..15a5203684 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ElementResolver.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElementResolver.html @@ -4,7 +4,7 @@ <HEAD> <TITLE> -ElementResolver (Extended Version Management Documentation) +IElementResolver (Extended Version Management Documentation) </TITLE> <META NAME="date" CONTENT=""> @@ -16,7 +16,7 @@ ElementResolver (Extended Version Management Documentation) function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ElementResolver (Extended Version Management Documentation)"; + parent.document.title="IElementResolver (Extended Version Management Documentation)"; } } </SCRIPT> @@ -39,9 +39,9 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ElementResolver.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IElementResolver.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> @@ -55,11 +55,11 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/ElementResolver.html" target="_top"><B>FRAMES</B></A> - <A HREF="ElementResolver.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IElementResolver.html" target="_top"><B>FRAMES</B></A> + <A HREF="IElementResolver.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { @@ -90,22 +90,21 @@ DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHO <FONT SIZE="-1"> org.eclipse.emf.cdo.releng.version</FONT> <BR> -Interface ElementResolver</H2> +Interface IElementResolver</H2> <DL> -<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilder</A></DD> +<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A></DD> </DL> <HR> <DL> - <DT>public interface <B>ElementResolver</B> + <DT>public interface <B>IElementResolver</B> </DL> <map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="ElementResolver.html" title="«interface» ElementResolver" alt="" coords="58,5,176,45"/> -<area shape="rect" id="node2" href="VersionBuilder.html" title="VersionBuilder" alt="" coords="5,85,112,110"/> -<area shape="rect" id="node3" href="Release.html" title="Release" alt="" coords="141,85,211,110"/> +<area shape="rect" id="node1" href="IRelease.html" title="«interface» IRelease" alt="" coords="24,84,109,124"/> +<area shape="rect" id="node2" href="IElementResolver.html" title="«interface» IElementResolver" alt="" coords="5,5,128,45"/> </map> -<CENTER><IMG SRC="ElementResolver.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> +<CENTER><IMG SRC="IElementResolver.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> @@ -124,8 +123,8 @@ Interface ElementResolver</H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.IElement)">resolveElement</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> key)</CODE> <BR> </TD> @@ -144,10 +143,10 @@ Interface ElementResolver</H2> </TR> </TABLE> -<A NAME="resolveElement(org.eclipse.emf.cdo.releng.version.Element)"><!-- --></A><H3> +<A NAME="resolveElement(org.eclipse.emf.cdo.releng.version.IElement)"><!-- --></A><H3> resolveElement</H3> <PRE> -<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> <B>resolveElement</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</PRE> +<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <B>resolveElement</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> key)</PRE> <DL> <DD><DL> </DL> @@ -167,9 +166,9 @@ resolveElement</H3> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ElementResolver.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IElementResolver.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> @@ -183,11 +182,11 @@ resolveElement</H3> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/ElementResolver.html" target="_top"><B>FRAMES</B></A> - <A HREF="ElementResolver.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IElementResolver.html" target="_top"><B>FRAMES</B></A> + <A HREF="IElementResolver.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElementResolver.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElementResolver.png Binary files differnew file mode 100644 index 0000000000..ee0b928e44 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IElementResolver.png diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IRelease.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IRelease.html new file mode 100644 index 0000000000..47ae5a42d7 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IRelease.html @@ -0,0 +1,296 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> + +<TITLE> +IRelease (Extended Version Management Documentation) +</TITLE> + +<META NAME="date" CONTENT=""> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="IRelease (Extended Version Management Documentation)"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IRelease.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IRelease.html" target="_top"><B>FRAMES</B></A> + <A HREF="IRelease.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +org.eclipse.emf.cdo.releng.version</FONT> +<BR> +Interface IRelease</H2> +<DL> +<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A></DD> +</DL> +<HR> +<DL> + <DT>public interface <B>IRelease</B> + <DD>extends <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A> +</DL> + +<map id="APIVIZ" name="APIVIZ"> +<area shape="rect" id="node1" href="IRelease.html" title="«interface» IRelease" alt="" coords="24,84,109,124"/> +<area shape="rect" id="node2" href="IElementResolver.html" title="«interface» IElementResolver" alt="" coords="5,5,128,45"/> +</map> + +<CENTER><IMG SRC="IRelease.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> + + + +<P> +<HR> + +<P> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> byte[]</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html#getDigest()">getDigest</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>,<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html#getElements()">getElements</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html#getFile()">getFile</A></B>()</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> int</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html#getSize()">getSize</A></B>()</CODE> + +<BR> + </TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_org.eclipse.emf.cdo.releng.version.IElementResolver"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from interface org.eclipse.emf.cdo.releng.version.<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">IElementResolver</A></B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.IElement)">resolveElement</A></CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ============ METHOD DETAIL ========== --> + +<A NAME="method_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Method Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="getFile()"><!-- --></A><H3> +getFile</H3> +<PRE> +<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> <B>getFile</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getDigest()"><!-- --></A><H3> +getDigest</H3> +<PRE> +byte[] <B>getDigest</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getElements()"><!-- --></A><H3> +getElements</H3> +<PRE> +<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>,<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A>> <B>getElements</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getSize()"><!-- --></A><H3> +getSize</H3> +<PRE> +int <B>getSize</B>()</PRE> +<DL> +<DD><DL> +</DL> +</DD> +<DD><DL> +</DL> +</DD> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IRelease.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IRelease.html" target="_top"><B>FRAMES</B></A> + <A HREF="IRelease.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> +<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> +</BODY> +</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IRelease.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IRelease.png Binary files differnew file mode 100644 index 0000000000..201bcb8125 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IRelease.png diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ReleaseManager.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IReleaseManager.html index 5db8ab0a1f..d0ee0215d0 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ReleaseManager.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IReleaseManager.html @@ -4,7 +4,7 @@ <HEAD> <TITLE> -ReleaseManager (Extended Version Management Documentation) +IReleaseManager (Extended Version Management Documentation) </TITLE> <META NAME="date" CONTENT=""> @@ -16,7 +16,7 @@ ReleaseManager (Extended Version Management Documentation) function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ReleaseManager (Extended Version Management Documentation)"; + parent.document.title="IReleaseManager (Extended Version Management Documentation)"; } } </SCRIPT> @@ -39,9 +39,9 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReleaseManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IReleaseManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> @@ -55,11 +55,11 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/ReleaseManager.html" target="_top"><B>FRAMES</B></A> - <A HREF="ReleaseManager.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IReleaseManager.html" target="_top"><B>FRAMES</B></A> + <A HREF="IReleaseManager.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { @@ -90,22 +90,17 @@ DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A <FONT SIZE="-1"> org.eclipse.emf.cdo.releng.version</FONT> <BR> -Class ReleaseManager</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.ReleaseManager</B> -</PRE> +Interface IReleaseManager</H2> <HR> <DL> - <DT>public class <B>ReleaseManager</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> + <DT>public interface <B>IReleaseManager</B> </DL> <map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="ReleaseManager.html" title="ReleaseManager" alt="" coords="5,6,123,31"/> +<area shape="rect" id="node1" href="IReleaseManager.html" title="«interface» IReleaseManager" alt="" coords="5,5,128,45"/> </map> -<CENTER><IMG SRC="ReleaseManager.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> +<CENTER><IMG SRC="IReleaseManager.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> @@ -123,8 +118,8 @@ Class ReleaseManager</H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html#INSTANCE">INSTANCE</A></B></CODE> +<CODE>static <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version">IReleaseManager</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html#INSTANCE">INSTANCE</A></B></CODE> <BR> </TD> @@ -141,8 +136,8 @@ Class ReleaseManager</H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html#createElement(org.eclipse.pde.core.IModel, boolean)">createElement</A></B>(org.eclipse.pde.core.IModel componentModel, +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html#createElement(org.eclipse.pde.core.IModel, boolean)">createElement</A></B>(org.eclipse.pde.core.IModel componentModel, boolean withFeatureContent)</CODE> <BR> @@ -150,8 +145,8 @@ Class ReleaseManager</H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html#createRelease(org.eclipse.core.resources.IFile)">createRelease</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file)</CODE> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html#createRelease(org.eclipse.core.resources.IFile)">createRelease</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file)</CODE> <BR> </TD> @@ -159,29 +154,20 @@ Class ReleaseManager</H2> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> org.eclipse.pde.core.IModel</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html#getComponentModel(org.eclipse.emf.cdo.releng.version.Element)">getComponentModel</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> element)</CODE> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html#getComponentModel(org.eclipse.emf.cdo.releng.version.IElement)">getComponentModel</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> element)</CODE> <BR> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html#getRelease(org.eclipse.core.resources.IFile)">getRelease</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file)</CODE> +<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html#getRelease(org.eclipse.core.resources.IFile)">getRelease</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file)</CODE> <BR> </TD> </TR> </TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> <P> @@ -198,7 +184,7 @@ Class ReleaseManager</H2> <A NAME="INSTANCE"><!-- --></A><H3> INSTANCE</H3> <PRE> -public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version">ReleaseManager</A> <B>INSTANCE</B></PRE> +static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version">IReleaseManager</A> <B>INSTANCE</B></PRE> <DL> <DL> </DL> @@ -217,8 +203,8 @@ public static final <A HREF="../../../../../../org/eclipse/emf/cdo/releng/versio <A NAME="getRelease(org.eclipse.core.resources.IFile)"><!-- --></A><H3> getRelease</H3> <PRE> -public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> <B>getRelease</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> +<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> <B>getRelease</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file) + throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> <DL> <DD><DL> @@ -231,10 +217,10 @@ public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.htm <A NAME="createRelease(org.eclipse.core.resources.IFile)"><!-- --></A><H3> createRelease</H3> <PRE> -public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> <B>createRelease</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A>, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</A></PRE> +<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> <B>createRelease</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file) + throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A>, + <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>, + <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</A></PRE> <DL> <DD><DL> @@ -249,8 +235,8 @@ public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.htm <A NAME="createElement(org.eclipse.pde.core.IModel, boolean)"><!-- --></A><H3> createElement</H3> <PRE> -public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> <B>createElement</B>(org.eclipse.pde.core.IModel componentModel, - boolean withFeatureContent)</PRE> +<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> <B>createElement</B>(org.eclipse.pde.core.IModel componentModel, + boolean withFeatureContent)</PRE> <DL> <DD><DL> </DL> @@ -258,10 +244,10 @@ public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.htm </DL> <HR> -<A NAME="getComponentModel(org.eclipse.emf.cdo.releng.version.Element)"><!-- --></A><H3> +<A NAME="getComponentModel(org.eclipse.emf.cdo.releng.version.IElement)"><!-- --></A><H3> getComponentModel</H3> <PRE> -public org.eclipse.pde.core.IModel <B>getComponentModel</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> element)</PRE> +org.eclipse.pde.core.IModel <B>getComponentModel</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IElement.html" title="interface in org.eclipse.emf.cdo.releng.version">IElement</A> element)</PRE> <DL> <DD><DL> </DL> @@ -281,9 +267,9 @@ public org.eclipse.pde.core.IModel <B>getComponentModel</B>(<A HREF="../../../.. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ReleaseManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IReleaseManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> @@ -297,11 +283,11 @@ public org.eclipse.pde.core.IModel <B>getComponentModel</B>(<A HREF="../../../.. <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/ReleaseManager.html" target="_top"><B>FRAMES</B></A> - <A HREF="ReleaseManager.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IReleaseManager.html" target="_top"><B>FRAMES</B></A> + <A HREF="IReleaseManager.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IReleaseManager.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IReleaseManager.png Binary files differnew file mode 100644 index 0000000000..5c15875f6a --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IReleaseManager.png diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html deleted file mode 100644 index c1973c7098..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html +++ /dev/null @@ -1,550 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -IVersionBuilderArguments (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="IVersionBuilderArguments (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IVersionBuilderArguments.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" target="_top"><B>FRAMES</B></A> - <A HREF="IVersionBuilderArguments.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Interface IVersionBuilderArguments</H2> -<DL> -<DT><B>All Superinterfaces:</B> <DD><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>></DD> -</DL> -<DL> -<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version">VersionBuilderArguments</A></DD> -</DL> -<HR> -<DL> - <DT>public interface <B>IVersionBuilderArguments</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" title="«interface» Map (java.util)" alt="" coords="48,6,133,61"/> -<area shape="rect" id="node2" href="IVersionBuilderArguments.html" title="«interface» IVersionBuilderArguments" alt="" coords="5,100,176,140"/> -<area shape="rect" id="node3" href="VersionBuilderArguments.html" title="VersionBuilderArguments" alt="" coords="6,179,175,205"/> -</map> - -<CENTER><IMG SRC="IVersionBuilderArguments.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> -<!-- ======== NESTED CLASS SUMMARY ======== --> - -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="nested_classes_inherited_from_class_java.util.Map"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">V</A>></CODE></TD> -</TR> -</TABLE> - -<!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#DEFAULT_VALIDATOR_CLASS_NAME">DEFAULT_VALIDATOR_CLASS_NAME</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_CHANGES_ARGUMENT">IGNORE_CONTENT_CHANGES_ARGUMENT</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_REDUNDANCY_ARGUMENT">IGNORE_CONTENT_REDUNDANCY_ARGUMENT</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_DEPENDENCY_RANGES_ARGUMENT">IGNORE_DEPENDENCY_RANGES_ARGUMENT</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_EXPORT_VERSIONS_ARGUMENT">IGNORE_EXPORT_VERSIONS_ARGUMENT</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_MALFORMED_VERSIONS_ARGUMENT">IGNORE_MALFORMED_VERSIONS_ARGUMENT</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#RELEASE_PATH_ARGUMENT">RELEASE_PATH_ARGUMENT</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#VALIDATOR_CLASS_ARGUMENT">VALIDATOR_CLASS_ARGUMENT</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#applyTo(org.eclipse.core.resources.IProject)">applyTo</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#getReleasePath()">getReleasePath</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreFeatureContentChanges()">isIgnoreFeatureContentChanges</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreFeatureContentRedundancy()">isIgnoreFeatureContentRedundancy</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMalformedVersionsButton()">isIgnoreMalformedVersionsButton</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMissingDependencyRanges()">isIgnoreMissingDependencyRanges</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMissingExportVersions()">isIgnoreMissingExportVersions</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.util.Map"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from interface java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#clear()" title="class or interface in java.util">clear</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#containsKey(java.lang.Object)" title="class or interface in java.util">containsKey</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#containsValue(java.lang.Object)" title="class or interface in java.util">containsValue</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#entrySet()" title="class or interface in java.util">entrySet</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#get(java.lang.Object)" title="class or interface in java.util">get</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#isEmpty()" title="class or interface in java.util">isEmpty</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#keySet()" title="class or interface in java.util">keySet</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#put(K, V)" title="class or interface in java.util">put</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#putAll(java.util.Map)" title="class or interface in java.util">putAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#remove(java.lang.Object)" title="class or interface in java.util">remove</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#size()" title="class or interface in java.util">size</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#values()" title="class or interface in java.util">values</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ============ FIELD DETAIL =========== --> - -<A NAME="field_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Field Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="DEFAULT_VALIDATOR_CLASS_NAME"><!-- --></A><H3> -DEFAULT_VALIDATOR_CLASS_NAME</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>DEFAULT_VALIDATOR_CLASS_NAME</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.DEFAULT_VALIDATOR_CLASS_NAME">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="RELEASE_PATH_ARGUMENT"><!-- --></A><H3> -RELEASE_PATH_ARGUMENT</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>RELEASE_PATH_ARGUMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.RELEASE_PATH_ARGUMENT">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="VALIDATOR_CLASS_ARGUMENT"><!-- --></A><H3> -VALIDATOR_CLASS_ARGUMENT</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>VALIDATOR_CLASS_ARGUMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.VALIDATOR_CLASS_ARGUMENT">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="IGNORE_DEPENDENCY_RANGES_ARGUMENT"><!-- --></A><H3> -IGNORE_DEPENDENCY_RANGES_ARGUMENT</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>IGNORE_DEPENDENCY_RANGES_ARGUMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_DEPENDENCY_RANGES_ARGUMENT">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="IGNORE_EXPORT_VERSIONS_ARGUMENT"><!-- --></A><H3> -IGNORE_EXPORT_VERSIONS_ARGUMENT</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>IGNORE_EXPORT_VERSIONS_ARGUMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_EXPORT_VERSIONS_ARGUMENT">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="IGNORE_CONTENT_REDUNDANCY_ARGUMENT"><!-- --></A><H3> -IGNORE_CONTENT_REDUNDANCY_ARGUMENT</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>IGNORE_CONTENT_REDUNDANCY_ARGUMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_CONTENT_REDUNDANCY_ARGUMENT">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="IGNORE_CONTENT_CHANGES_ARGUMENT"><!-- --></A><H3> -IGNORE_CONTENT_CHANGES_ARGUMENT</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>IGNORE_CONTENT_CHANGES_ARGUMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_CONTENT_CHANGES_ARGUMENT">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="IGNORE_MALFORMED_VERSIONS_ARGUMENT"><!-- --></A><H3> -IGNORE_MALFORMED_VERSIONS_ARGUMENT</H3> -<PRE> -static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>IGNORE_MALFORMED_VERSIONS_ARGUMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments.IGNORE_MALFORMED_VERSIONS_ARGUMENT">Constant Field Values</A></DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="getReleasePath()"><!-- --></A><H3> -getReleasePath</H3> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getReleasePath</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreMissingDependencyRanges()"><!-- --></A><H3> -isIgnoreMissingDependencyRanges</H3> -<PRE> -boolean <B>isIgnoreMissingDependencyRanges</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreMissingExportVersions()"><!-- --></A><H3> -isIgnoreMissingExportVersions</H3> -<PRE> -boolean <B>isIgnoreMissingExportVersions</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreFeatureContentRedundancy()"><!-- --></A><H3> -isIgnoreFeatureContentRedundancy</H3> -<PRE> -boolean <B>isIgnoreFeatureContentRedundancy</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreFeatureContentChanges()"><!-- --></A><H3> -isIgnoreFeatureContentChanges</H3> -<PRE> -boolean <B>isIgnoreFeatureContentChanges</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreMalformedVersionsButton()"><!-- --></A><H3> -isIgnoreMalformedVersionsButton</H3> -<PRE> -boolean <B>isIgnoreMalformedVersionsButton</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="applyTo(org.eclipse.core.resources.IProject)"><!-- --></A><H3> -applyTo</H3> -<PRE> -void <B>applyTo</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IVersionBuilderArguments.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" target="_top"><B>FRAMES</B></A> - <A HREF="IVersionBuilderArguments.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.png Binary files differdeleted file mode 100644 index e51f7ca154..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Markers.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Markers.html deleted file mode 100644 index 8562ae3f0e..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Markers.html +++ /dev/null @@ -1,584 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -Markers (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Markers (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Markers.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Markers.html" target="_top"><B>FRAMES</B></A> - <A HREF="Markers.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class Markers</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.Markers</B> -</PRE> -<HR> -<DL> - <DT>public final class <B>Markers</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="Markers.html" title="«static» Markers" alt="" coords="5,5,75,45"/> -</map> - -<CENTER><IMG SRC="Markers.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> -<!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#MARKER_TYPE">MARKER_TYPE</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_CONFIGURE_OPTION">QUICK_FIX_CONFIGURE_OPTION</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_PATTERN">QUICK_FIX_PATTERN</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#QUICK_FIX_REPLACEMENT">QUICK_FIX_REPLACEMENT</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IFile, java.lang.String, int, int, int, int)">addMarker</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity, - int lineNumber, - int charStart, - int charEnd)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IFile, java.lang.String, int, java.lang.String)">addMarker</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> regex)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IResource, java.lang.String)">addMarker</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IResource, java.lang.String, int)">addMarker</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#addMarker(org.eclipse.core.resources.IResource, java.lang.String, int, int)">addMarker</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity, - int lineNumber)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#deleteAllMarkers(org.eclipse.core.resources.IResource)">deleteAllMarkers</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#deleteMarkers(org.eclipse.core.resources.IResource)">deleteMarkers</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#getAttribute(org.eclipse.core.resources.IMarker, java.lang.String)">getAttribute</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> attributeName)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#getContent(org.eclipse.core.resources.IFile)">getContent</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#getQuickFixConfigureOption(org.eclipse.core.resources.IMarker)">getQuickFixConfigureOption</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#getQuickFixPattern(org.eclipse.core.resources.IMarker)">getQuickFixPattern</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html#getQuickFixReplacement(org.eclipse.core.resources.IMarker)">getQuickFixReplacement</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ============ FIELD DETAIL =========== --> - -<A NAME="field_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Field Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="MARKER_TYPE"><!-- --></A><H3> -MARKER_TYPE</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>MARKER_TYPE</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Markers.MARKER_TYPE">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="QUICK_FIX_PATTERN"><!-- --></A><H3> -QUICK_FIX_PATTERN</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>QUICK_FIX_PATTERN</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Markers.QUICK_FIX_PATTERN">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="QUICK_FIX_REPLACEMENT"><!-- --></A><H3> -QUICK_FIX_REPLACEMENT</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>QUICK_FIX_REPLACEMENT</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Markers.QUICK_FIX_REPLACEMENT">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="QUICK_FIX_CONFIGURE_OPTION"><!-- --></A><H3> -QUICK_FIX_CONFIGURE_OPTION</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>QUICK_FIX_CONFIGURE_OPTION</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Markers.QUICK_FIX_CONFIGURE_OPTION">Constant Field Values</A></DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="getQuickFixPattern(org.eclipse.core.resources.IMarker)"><!-- --></A><H3> -getQuickFixPattern</H3> -<PRE> -public static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getQuickFixPattern</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getQuickFixReplacement(org.eclipse.core.resources.IMarker)"><!-- --></A><H3> -getQuickFixReplacement</H3> -<PRE> -public static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getQuickFixReplacement</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getQuickFixConfigureOption(org.eclipse.core.resources.IMarker)"><!-- --></A><H3> -getQuickFixConfigureOption</H3> -<PRE> -public static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getQuickFixConfigureOption</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getAttribute(org.eclipse.core.resources.IMarker, java.lang.String)"><!-- --></A><H3> -getAttribute</H3> -<PRE> -public static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getAttribute</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> marker, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> attributeName)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="addMarker(org.eclipse.core.resources.IResource, java.lang.String)"><!-- --></A><H3> -addMarker</H3> -<PRE> -public static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> <B>addMarker</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="addMarker(org.eclipse.core.resources.IResource, java.lang.String, int)"><!-- --></A><H3> -addMarker</H3> -<PRE> -public static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> <B>addMarker</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="addMarker(org.eclipse.core.resources.IResource, java.lang.String, int, int)"><!-- --></A><H3> -addMarker</H3> -<PRE> -public static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> <B>addMarker</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity, - int lineNumber) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="addMarker(org.eclipse.core.resources.IFile, java.lang.String, int, int, int, int)"><!-- --></A><H3> -addMarker</H3> -<PRE> -public static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> <B>addMarker</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity, - int lineNumber, - int charStart, - int charEnd) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="getContent(org.eclipse.core.resources.IFile)"><!-- --></A><H3> -getContent</H3> -<PRE> -public static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getContent</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A>, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="addMarker(org.eclipse.core.resources.IFile, java.lang.String, int, java.lang.String)"><!-- --></A><H3> -addMarker</H3> -<PRE> -public static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IMarker.html?is-external=true" title="class or interface in org.eclipse.core.resources">IMarker</A> <B>addMarker</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> message, - int severity, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> regex) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A>, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="deleteMarkers(org.eclipse.core.resources.IResource)"><!-- --></A><H3> -deleteMarkers</H3> -<PRE> -public static void <B>deleteMarkers</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="deleteAllMarkers(org.eclipse.core.resources.IResource)"><!-- --></A><H3> -deleteAllMarkers</H3> -<PRE> -public static void <B>deleteAllMarkers</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResource</A> resource) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Markers.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Markers.html" target="_top"><B>FRAMES</B></A> - <A HREF="Markers.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Markers.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Markers.png Binary files differdeleted file mode 100644 index 8befed457d..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Markers.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html deleted file mode 100644 index a66cfac576..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html +++ /dev/null @@ -1,412 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -Release.XMLHandler (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Release.XMLHandler (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Release.XMLHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" target="_top"><B>FRAMES</B></A> - <A HREF="Release.XMLHandler.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class Release.XMLHandler</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">org.xml.sax.helpers.DefaultHandler</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.Release.XMLHandler</B> -</PRE> -<DL> -<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/DTDHandler.html?is-external=true" title="class or interface in org.xml.sax">DTDHandler</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/EntityResolver.html?is-external=true" title="class or interface in org.xml.sax">EntityResolver</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true" title="class or interface in org.xml.sax">ErrorHandler</A></DD> -</DL> -<DL> -<DT><B>Enclosing class:</B><DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A></DD> -</DL> -<HR> -<DL> - <DT>public class <B>Release.XMLHandler</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">DefaultHandler</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="Release.XMLHandler.html" title="Release.XMLHandler" alt="" coords="6,85,148,110"/> -<area shape="rect" id="node2" title="DefaultHandler (org.xml.sax.helpers)" alt="" coords="5,5,149,45"/> -</map> - -<CENTER><IMG SRC="Release.XMLHandler.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> - -<!-- ======== CONSTRUCTOR SUMMARY ======== --> - -<A NAME="constructor_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Constructor Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#Release.XMLHandler()">Release.XMLHandler</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#endElement(java.lang.String, java.lang.String, java.lang.String)">endElement</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> uri, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> localName, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> qName)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#error(org.xml.sax.SAXParseException)">error</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXParseException.html?is-external=true" title="class or interface in org.xml.sax">SAXParseException</A> exception)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#fatalError(org.xml.sax.SAXParseException)">fatalError</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXParseException.html?is-external=true" title="class or interface in org.xml.sax">SAXParseException</A> exception)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#hasReleaseTag()">hasReleaseTag</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)">startElement</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> uri, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> localName, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> qName, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</A> attributes)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html#warning(org.xml.sax.SAXParseException)">warning</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXParseException.html?is-external=true" title="class or interface in org.xml.sax">SAXParseException</A> exception)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_org.xml.sax.helpers.DefaultHandler"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class org.xml.sax.helpers.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">DefaultHandler</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#characters(char[], int, int)" title="class or interface in org.xml.sax.helpers">characters</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#endDocument()" title="class or interface in org.xml.sax.helpers">endDocument</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#endPrefixMapping(java.lang.String)" title="class or interface in org.xml.sax.helpers">endPrefixMapping</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#ignorableWhitespace(char[], int, int)" title="class or interface in org.xml.sax.helpers">ignorableWhitespace</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#notationDecl(java.lang.String, java.lang.String, java.lang.String)" title="class or interface in org.xml.sax.helpers">notationDecl</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#processingInstruction(java.lang.String, java.lang.String)" title="class or interface in org.xml.sax.helpers">processingInstruction</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#resolveEntity(java.lang.String, java.lang.String)" title="class or interface in org.xml.sax.helpers">resolveEntity</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#setDocumentLocator(org.xml.sax.Locator)" title="class or interface in org.xml.sax.helpers">setDocumentLocator</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#skippedEntity(java.lang.String)" title="class or interface in org.xml.sax.helpers">skippedEntity</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#startDocument()" title="class or interface in org.xml.sax.helpers">startDocument</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#startPrefixMapping(java.lang.String, java.lang.String)" title="class or interface in org.xml.sax.helpers">startPrefixMapping</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#unparsedEntityDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" title="class or interface in org.xml.sax.helpers">unparsedEntityDecl</A></CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ========= CONSTRUCTOR DETAIL ======== --> - -<A NAME="constructor_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Constructor Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="Release.XMLHandler()"><!-- --></A><H3> -Release.XMLHandler</H3> -<PRE> -public <B>Release.XMLHandler</B>()</PRE> -<DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="hasReleaseTag()"><!-- --></A><H3> -hasReleaseTag</H3> -<PRE> -public boolean <B>hasReleaseTag</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)"><!-- --></A><H3> -startElement</H3> -<PRE> -public void <B>startElement</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> uri, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> localName, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> qName, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/Attributes.html?is-external=true" title="class or interface in org.xml.sax">Attributes</A> attributes) - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ContentHandler.html?is-external=true#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)" title="class or interface in org.xml.sax">startElement</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)" title="class or interface in org.xml.sax.helpers">startElement</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">DefaultHandler</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="endElement(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> -endElement</H3> -<PRE> -public void <B>endElement</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> uri, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> localName, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> qName) - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ContentHandler.html?is-external=true#endElement(java.lang.String, java.lang.String, java.lang.String)" title="class or interface in org.xml.sax">endElement</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ContentHandler.html?is-external=true" title="class or interface in org.xml.sax">ContentHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#endElement(java.lang.String, java.lang.String, java.lang.String)" title="class or interface in org.xml.sax.helpers">endElement</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">DefaultHandler</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="error(org.xml.sax.SAXParseException)"><!-- --></A><H3> -error</H3> -<PRE> -public void <B>error</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXParseException.html?is-external=true" title="class or interface in org.xml.sax">SAXParseException</A> exception) - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true#error(org.xml.sax.SAXParseException)" title="class or interface in org.xml.sax">error</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true" title="class or interface in org.xml.sax">ErrorHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#error(org.xml.sax.SAXParseException)" title="class or interface in org.xml.sax.helpers">error</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">DefaultHandler</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="fatalError(org.xml.sax.SAXParseException)"><!-- --></A><H3> -fatalError</H3> -<PRE> -public void <B>fatalError</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXParseException.html?is-external=true" title="class or interface in org.xml.sax">SAXParseException</A> exception) - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true#fatalError(org.xml.sax.SAXParseException)" title="class or interface in org.xml.sax">fatalError</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true" title="class or interface in org.xml.sax">ErrorHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#fatalError(org.xml.sax.SAXParseException)" title="class or interface in org.xml.sax.helpers">fatalError</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">DefaultHandler</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="warning(org.xml.sax.SAXParseException)"><!-- --></A><H3> -warning</H3> -<PRE> -public void <B>warning</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXParseException.html?is-external=true" title="class or interface in org.xml.sax">SAXParseException</A> exception) - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true#warning(org.xml.sax.SAXParseException)" title="class or interface in org.xml.sax">warning</A></CODE> in interface <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/ErrorHandler.html?is-external=true" title="class or interface in org.xml.sax">ErrorHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true#warning(org.xml.sax.SAXParseException)" title="class or interface in org.xml.sax.helpers">warning</A></CODE> in class <CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/helpers/DefaultHandler.html?is-external=true" title="class or interface in org.xml.sax.helpers">DefaultHandler</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/org/xml/sax/SAXException.html?is-external=true" title="class or interface in org.xml.sax">SAXException</A></CODE></DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Release.XMLHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" target="_top"><B>FRAMES</B></A> - <A HREF="Release.XMLHandler.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.XMLHandler.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.XMLHandler.png Binary files differdeleted file mode 100644 index ef616196e9..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.XMLHandler.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.html deleted file mode 100644 index e93d69899e..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.html +++ /dev/null @@ -1,510 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -Release (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Release (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Release.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Release.html" target="_top"><B>FRAMES</B></A> - <A HREF="Release.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class Release</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.Release</B> -</PRE> -<DL> -<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A></DD> -</DL> -<HR> -<DL> - <DT>public class <B>Release</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> - <DD>implements <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="ElementResolver.html" title="«interface» ElementResolver" alt="" coords="5,5,123,45"/> -<area shape="rect" id="node2" href="Release.html" title="Release" alt="" coords="29,85,99,110"/> -</map> - -<CENTER><IMG SRC="Release.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> -<!-- ======== NESTED CLASS SUMMARY ======== --> - -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> class</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version">Release.XMLHandler</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - <!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#FEATURE_TAG">FEATURE_TAG</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#NAME_ATTRIBUTE">NAME_ATTRIBUTE</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#PLUGIN_TAG">PLUGIN_TAG</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#RELEASE_TAG">RELEASE_TAG</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#VERSION_ATTRIBUTE">VERSION_ATTRIBUTE</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ======== CONSTRUCTOR SUMMARY ======== --> - -<A NAME="constructor_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Constructor Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#Release(org.eclipse.core.resources.IFile)">Release</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> byte[]</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#getDigest()">getDigest</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>,<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#getElements()">getElements</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#getFile()">getFile</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> int</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#getSize()">getSize</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#write()">write</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ============ FIELD DETAIL =========== --> - -<A NAME="field_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Field Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="RELEASE_TAG"><!-- --></A><H3> -RELEASE_TAG</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>RELEASE_TAG</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Release.RELEASE_TAG">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="FEATURE_TAG"><!-- --></A><H3> -FEATURE_TAG</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>FEATURE_TAG</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Release.FEATURE_TAG">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="PLUGIN_TAG"><!-- --></A><H3> -PLUGIN_TAG</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>PLUGIN_TAG</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Release.PLUGIN_TAG">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="NAME_ATTRIBUTE"><!-- --></A><H3> -NAME_ATTRIBUTE</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>NAME_ATTRIBUTE</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Release.NAME_ATTRIBUTE">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="VERSION_ATTRIBUTE"><!-- --></A><H3> -VERSION_ATTRIBUTE</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>VERSION_ATTRIBUTE</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.Release.VERSION_ATTRIBUTE">Constant Field Values</A></DL> -</DL> - -<!-- ========= CONSTRUCTOR DETAIL ======== --> - -<A NAME="constructor_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Constructor Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="Release(org.eclipse.core.resources.IFile)"><!-- --></A><H3> -Release</H3> -<PRE> -public <B>Release</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> file)</PRE> -<DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="getFile()"><!-- --></A><H3> -getFile</H3> -<PRE> -public <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A> <B>getFile</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getDigest()"><!-- --></A><H3> -getDigest</H3> -<PRE> -public byte[] <B>getDigest</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getElements()"><!-- --></A><H3> -getElements</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>,<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>> <B>getElements</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="resolveElement(org.eclipse.emf.cdo.releng.version.Element)"><!-- --></A><H3> -resolveElement</H3> -<PRE> -public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> <B>resolveElement</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getSize()"><!-- --></A><H3> -getSize</H3> -<PRE> -public int <B>getSize</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="write()"><!-- --></A><H3> -write</H3> -<PRE> -public void <B>write</B>() - throws <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>, - <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A>, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</A></PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE> -<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/security/NoSuchAlgorithmException.html?is-external=true" title="class or interface in java.security">NoSuchAlgorithmException</A></CODE></DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Release.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Markers.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.XMLHandler.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/Release.html" target="_top"><B>FRAMES</B></A> - <A HREF="Release.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.png Binary files differdeleted file mode 100644 index 711b95a102..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/Release.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ReleaseManager.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ReleaseManager.png Binary files differdeleted file mode 100644 index fe99645235..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/ReleaseManager.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilder.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilder.html deleted file mode 100644 index fba200b4e7..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilder.html +++ /dev/null @@ -1,441 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -VersionBuilder (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VersionBuilder (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionBuilder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionBuilder.html" target="_top"><B>FRAMES</B></A> - <A HREF="VersionBuilder.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class VersionBuilder</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">org.eclipse.core.internal.events.InternalBuilder - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true" title="class or interface in org.eclipse.core.resources">org.eclipse.core.resources.IncrementalProjectBuilder</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.VersionBuilder</B> -</PRE> -<DL> -<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IExecutableExtension.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IExecutableExtension</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A></DD> -</DL> -<HR> -<DL> - <DT>public class <B>VersionBuilder</B> - <DD>extends <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true" title="class or interface in org.eclipse.core.resources">IncrementalProjectBuilder</A> - <DD>implements <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="ElementResolver.html" title="«interface» ElementResolver" alt="" coords="5,5,123,45"/> -<area shape="rect" id="node2" title="IncrementalProjectBuilder (org.eclipse.core.resources)" alt="" coords="153,5,335,45"/> -<area shape="rect" id="node3" href="VersionBuilder.html" title="VersionBuilder" alt="" coords="100,85,207,110"/> -</map> - -<CENTER><IMG SRC="VersionBuilder.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> -<!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#BUILDER_ID">BUILDER_ID</A></B></CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#DEBUG">DEBUG</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_org.eclipse.core.resources.IncrementalProjectBuilder"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from class org.eclipse.core.resources.<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true" title="class or interface in org.eclipse.core.resources">IncrementalProjectBuilder</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#AUTO_BUILD" title="class or interface in org.eclipse.core.resources">AUTO_BUILD</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#CLEAN_BUILD" title="class or interface in org.eclipse.core.resources">CLEAN_BUILD</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#FULL_BUILD" title="class or interface in org.eclipse.core.resources">FULL_BUILD</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#INCREMENTAL_BUILD" title="class or interface in org.eclipse.core.resources">INCREMENTAL_BUILD</A></CODE></TD> -</TR> -</TABLE> - -<!-- ======== CONSTRUCTOR SUMMARY ======== --> - -<A NAME="constructor_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Constructor Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#VersionBuilder()">VersionBuilder</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>protected <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A>[]</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#build(int, java.util.Map, org.eclipse.core.runtime.IProgressMonitor)">build</A></B>(int kind, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> args, - <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>protected void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#clean(org.eclipse.core.runtime.IProgressMonitor)">clean</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static org.eclipse.pde.core.IModel</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#getComponentModel(org.eclipse.core.resources.IProject)">getComponentModel</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static org.osgi.framework.Version</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#getComponentVersion(org.eclipse.pde.core.IModel)">getComponentVersion</A></B>(org.eclipse.pde.core.IModel componentModel)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_org.eclipse.core.resources.IncrementalProjectBuilder"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class org.eclipse.core.resources.<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true" title="class or interface in org.eclipse.core.resources">IncrementalProjectBuilder</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#forgetLastBuiltState()" title="class or interface in org.eclipse.core.resources">forgetLastBuiltState</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#getBuildConfig()" title="class or interface in org.eclipse.core.resources">getBuildConfig</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#getCommand()" title="class or interface in org.eclipse.core.resources">getCommand</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#getContext()" title="class or interface in org.eclipse.core.resources">getContext</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#getDelta(org.eclipse.core.resources.IProject)" title="class or interface in org.eclipse.core.resources">getDelta</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#getProject()" title="class or interface in org.eclipse.core.resources">getProject</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#getRule()" title="class or interface in org.eclipse.core.resources">getRule</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#getRule(int, java.util.Map)" title="class or interface in org.eclipse.core.resources">getRule</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#hasBeenBuilt(org.eclipse.core.resources.IProject)" title="class or interface in org.eclipse.core.resources">hasBeenBuilt</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#isInterrupted()" title="class or interface in org.eclipse.core.resources">isInterrupted</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#needRebuild()" title="class or interface in org.eclipse.core.resources">needRebuild</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#rememberLastBuiltState()" title="class or interface in org.eclipse.core.resources">rememberLastBuiltState</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#setInitializationData(org.eclipse.core.runtime.IConfigurationElement, java.lang.String, java.lang.Object)" title="class or interface in org.eclipse.core.resources">setInitializationData</A>, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#startupOnInitialize()" title="class or interface in org.eclipse.core.resources">startupOnInitialize</A></CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ============ FIELD DETAIL =========== --> - -<A NAME="field_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Field Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="BUILDER_ID"><!-- --></A><H3> -BUILDER_ID</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>BUILDER_ID</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.VersionBuilder.BUILDER_ID">Constant Field Values</A></DL> -</DL> -<HR> - -<A NAME="DEBUG"><!-- --></A><H3> -DEBUG</H3> -<PRE> -public static final boolean <B>DEBUG</B></PRE> -<DL> -<DL> -</DL> -</DL> - -<!-- ========= CONSTRUCTOR DETAIL ======== --> - -<A NAME="constructor_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Constructor Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="VersionBuilder()"><!-- --></A><H3> -VersionBuilder</H3> -<PRE> -public <B>VersionBuilder</B>()</PRE> -<DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="resolveElement(org.eclipse.emf.cdo.releng.version.Element)"><!-- --></A><H3> -resolveElement</H3> -<PRE> -public <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> <B>resolveElement</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="clean(org.eclipse.core.runtime.IProgressMonitor)"><!-- --></A><H3> -clean</H3> -<PRE> -protected void <B>clean</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> -<DT><B>Overrides:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#clean(org.eclipse.core.runtime.IProgressMonitor)" title="class or interface in org.eclipse.core.resources">clean</A></CODE> in class <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true" title="class or interface in org.eclipse.core.resources">IncrementalProjectBuilder</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="build(int, java.util.Map, org.eclipse.core.runtime.IProgressMonitor)"><!-- --></A><H3> -build</H3> -<PRE> -protected final <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A>[] <B>build</B>(int kind, - <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> args, - <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true#build(int, java.util.Map, org.eclipse.core.runtime.IProgressMonitor)" title="class or interface in org.eclipse.core.resources">build</A></CODE> in class <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IncrementalProjectBuilder.html?is-external=true" title="class or interface in org.eclipse.core.resources">IncrementalProjectBuilder</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="getComponentModel(org.eclipse.core.resources.IProject)"><!-- --></A><H3> -getComponentModel</H3> -<PRE> -public static org.eclipse.pde.core.IModel <B>getComponentModel</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getComponentVersion(org.eclipse.pde.core.IModel)"><!-- --></A><H3> -getComponentVersion</H3> -<PRE> -public static org.osgi.framework.Version <B>getComponentVersion</B>(org.eclipse.pde.core.IModel componentModel)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionBuilder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionBuilder.html" target="_top"><B>FRAMES</B></A> - <A HREF="VersionBuilder.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilder.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilder.png Binary files differdeleted file mode 100644 index 20d361f081..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilder.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html deleted file mode 100644 index def9e3ed3a..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html +++ /dev/null @@ -1,738 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -VersionBuilderArguments (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VersionBuilderArguments (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionBuilderArguments.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" target="_top"><B>FRAMES</B></A> - <A HREF="VersionBuilderArguments.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.util.AbstractMap">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class VersionBuilderArguments</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">java.util.AbstractMap</A><K,V> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">java.util.HashMap</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.VersionBuilderArguments</B> -</PRE> -<DL> -<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></DD> -</DL> -<HR> -<DL> - <DT>public class <B>VersionBuilderArguments</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> - <DD>implements <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="IVersionBuilderArguments.html" title="«interface» IVersionBuilderArguments" alt="" coords="5,5,176,45"/> -<area shape="rect" id="node2" href="VersionBuilderArguments.html" title="VersionBuilderArguments" alt="" coords="83,85,252,110"/> -<area shape="rect" id="node3" title="HashMap (java.util)" alt="" coords="207,5,284,45"/> -</map> - -<CENTER><IMG SRC="VersionBuilderArguments.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#org.eclipse.emf.cdo.releng.version.VersionBuilderArguments">Serialized Form</A></DL> -<HR> - -<P> -<!-- ======== NESTED CLASS SUMMARY ======== --> - -<A NAME="nested_class_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Nested Class Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="nested_classes_inherited_from_class_java.util.AbstractMap"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleEntry</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">V</A>>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleImmutableEntry</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">V</A>></CODE></TD> -</TR> -</TABLE> - -<A NAME="nested_classes_inherited_from_class_java.util.Map"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">K</A>,<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">V</A>></CODE></TD> -</TR> -</TABLE> - -<!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -</TABLE> - <A NAME="fields_inherited_from_class_org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Fields inherited from interface org.eclipse.emf.cdo.releng.version.<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#DEFAULT_VALIDATOR_CLASS_NAME">DEFAULT_VALIDATOR_CLASS_NAME</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_CHANGES_ARGUMENT">IGNORE_CONTENT_CHANGES_ARGUMENT</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_CONTENT_REDUNDANCY_ARGUMENT">IGNORE_CONTENT_REDUNDANCY_ARGUMENT</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_DEPENDENCY_RANGES_ARGUMENT">IGNORE_DEPENDENCY_RANGES_ARGUMENT</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_EXPORT_VERSIONS_ARGUMENT">IGNORE_EXPORT_VERSIONS_ARGUMENT</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#IGNORE_MALFORMED_VERSIONS_ARGUMENT">IGNORE_MALFORMED_VERSIONS_ARGUMENT</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#RELEASE_PATH_ARGUMENT">RELEASE_PATH_ARGUMENT</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#VALIDATOR_CLASS_ARGUMENT">VALIDATOR_CLASS_ARGUMENT</A></CODE></TD> -</TR> -</TABLE> - -<!-- ======== CONSTRUCTOR SUMMARY ======== --> - -<A NAME="constructor_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Constructor Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments()">VersionBuilderArguments</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(int)">VersionBuilderArguments</A></B>(int initialCapacity)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(int, float)">VersionBuilderArguments</A></B>(int initialCapacity, - float loadFactor)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(org.eclipse.core.resources.IProject)">VersionBuilderArguments</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#VersionBuilderArguments(java.util.Map)">VersionBuilderArguments</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><? extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,? extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> m)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#applyTo(org.eclipse.core.resources.IProject)">applyTo</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#getOtherNatures(org.eclipse.core.resources.IProjectDescription)">getOtherNatures</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectDescription.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectDescription</A> description)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#getReleasePath()">getReleasePath</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#getValidatorClassName()">getValidatorClassName</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreFeatureContentChanges()">isIgnoreFeatureContentChanges</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreFeatureContentRedundancy()">isIgnoreFeatureContentRedundancy</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreMalformedVersionsButton()">isIgnoreMalformedVersionsButton</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreMissingDependencyRanges()">isIgnoreMissingDependencyRanges</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#isIgnoreMissingExportVersions()">isIgnoreMissingExportVersions</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreFeatureContentChanges(boolean)">setIgnoreFeatureContentChanges</A></B>(boolean value)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreFeatureContentRedundancy(boolean)">setIgnoreFeatureContentRedundancy</A></B>(boolean value)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreMalformedVersions(boolean)">setIgnoreMalformedVersions</A></B>(boolean value)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreMissingDependencyRanges(boolean)">setIgnoreMissingDependencyRanges</A></B>(boolean value)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setIgnoreMissingExportVersions(boolean)">setIgnoreMissingExportVersions</A></B>(boolean value)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setReleasePath(java.lang.String)">setReleasePath</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> value)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html#setValidatorClassName(java.lang.String)">setValidatorClassName</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> value)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.util.HashMap"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#clear()" title="class or interface in java.util">clear</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#clone()" title="class or interface in java.util">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#containsKey(java.lang.Object)" title="class or interface in java.util">containsKey</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#containsValue(java.lang.Object)" title="class or interface in java.util">containsValue</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#entrySet()" title="class or interface in java.util">entrySet</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#get(java.lang.Object)" title="class or interface in java.util">get</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#isEmpty()" title="class or interface in java.util">isEmpty</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#keySet()" title="class or interface in java.util">keySet</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#put(K, V)" title="class or interface in java.util">put</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#putAll(java.util.Map)" title="class or interface in java.util">putAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#remove(java.lang.Object)" title="class or interface in java.util">remove</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#size()" title="class or interface in java.util">size</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true#values()" title="class or interface in java.util">values</A></CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.util.AbstractMap"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/AbstractMap.html?is-external=true#toString()" title="class or interface in java.util">toString</A></CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.util.Map"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from interface java.util.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#clear()" title="class or interface in java.util">clear</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#containsKey(java.lang.Object)" title="class or interface in java.util">containsKey</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#containsValue(java.lang.Object)" title="class or interface in java.util">containsValue</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#entrySet()" title="class or interface in java.util">entrySet</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#get(java.lang.Object)" title="class or interface in java.util">get</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#isEmpty()" title="class or interface in java.util">isEmpty</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#keySet()" title="class or interface in java.util">keySet</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#put(K, V)" title="class or interface in java.util">put</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#putAll(java.util.Map)" title="class or interface in java.util">putAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#remove(java.lang.Object)" title="class or interface in java.util">remove</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#size()" title="class or interface in java.util">size</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true#values()" title="class or interface in java.util">values</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ========= CONSTRUCTOR DETAIL ======== --> - -<A NAME="constructor_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Constructor Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="VersionBuilderArguments()"><!-- --></A><H3> -VersionBuilderArguments</H3> -<PRE> -public <B>VersionBuilderArguments</B>()</PRE> -<DL> -</DL> -<HR> - -<A NAME="VersionBuilderArguments(int, float)"><!-- --></A><H3> -VersionBuilderArguments</H3> -<PRE> -public <B>VersionBuilderArguments</B>(int initialCapacity, - float loadFactor)</PRE> -<DL> -</DL> -<HR> - -<A NAME="VersionBuilderArguments(int)"><!-- --></A><H3> -VersionBuilderArguments</H3> -<PRE> -public <B>VersionBuilderArguments</B>(int initialCapacity)</PRE> -<DL> -</DL> -<HR> - -<A NAME="VersionBuilderArguments(java.util.Map)"><!-- --></A><H3> -VersionBuilderArguments</H3> -<PRE> -public <B>VersionBuilderArguments</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><? extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>,? extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> m)</PRE> -<DL> -</DL> -<HR> - -<A NAME="VersionBuilderArguments(org.eclipse.core.resources.IProject)"><!-- --></A><H3> -VersionBuilderArguments</H3> -<PRE> -public <B>VersionBuilderArguments</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</PRE> -<DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="getReleasePath()"><!-- --></A><H3> -getReleasePath</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getReleasePath</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#getReleasePath()">getReleasePath</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="getValidatorClassName()"><!-- --></A><H3> -getValidatorClassName</H3> -<PRE> -public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getValidatorClassName</B>()</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreMissingDependencyRanges()"><!-- --></A><H3> -isIgnoreMissingDependencyRanges</H3> -<PRE> -public boolean <B>isIgnoreMissingDependencyRanges</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMissingDependencyRanges()">isIgnoreMissingDependencyRanges</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreMissingExportVersions()"><!-- --></A><H3> -isIgnoreMissingExportVersions</H3> -<PRE> -public boolean <B>isIgnoreMissingExportVersions</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMissingExportVersions()">isIgnoreMissingExportVersions</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreFeatureContentRedundancy()"><!-- --></A><H3> -isIgnoreFeatureContentRedundancy</H3> -<PRE> -public boolean <B>isIgnoreFeatureContentRedundancy</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreFeatureContentRedundancy()">isIgnoreFeatureContentRedundancy</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreFeatureContentChanges()"><!-- --></A><H3> -isIgnoreFeatureContentChanges</H3> -<PRE> -public boolean <B>isIgnoreFeatureContentChanges</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreFeatureContentChanges()">isIgnoreFeatureContentChanges</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="isIgnoreMalformedVersionsButton()"><!-- --></A><H3> -isIgnoreMalformedVersionsButton</H3> -<PRE> -public boolean <B>isIgnoreMalformedVersionsButton</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#isIgnoreMalformedVersionsButton()">isIgnoreMalformedVersionsButton</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setReleasePath(java.lang.String)"><!-- --></A><H3> -setReleasePath</H3> -<PRE> -public void <B>setReleasePath</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> value)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setValidatorClassName(java.lang.String)"><!-- --></A><H3> -setValidatorClassName</H3> -<PRE> -public void <B>setValidatorClassName</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> value)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setIgnoreMissingDependencyRanges(boolean)"><!-- --></A><H3> -setIgnoreMissingDependencyRanges</H3> -<PRE> -public void <B>setIgnoreMissingDependencyRanges</B>(boolean value)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setIgnoreMissingExportVersions(boolean)"><!-- --></A><H3> -setIgnoreMissingExportVersions</H3> -<PRE> -public void <B>setIgnoreMissingExportVersions</B>(boolean value)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setIgnoreFeatureContentRedundancy(boolean)"><!-- --></A><H3> -setIgnoreFeatureContentRedundancy</H3> -<PRE> -public void <B>setIgnoreFeatureContentRedundancy</B>(boolean value)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setIgnoreFeatureContentChanges(boolean)"><!-- --></A><H3> -setIgnoreFeatureContentChanges</H3> -<PRE> -public void <B>setIgnoreFeatureContentChanges</B>(boolean value)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setIgnoreMalformedVersions(boolean)"><!-- --></A><H3> -setIgnoreMalformedVersions</H3> -<PRE> -public void <B>setIgnoreMalformedVersions</B>(boolean value)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="applyTo(org.eclipse.core.resources.IProject)"><!-- --></A><H3> -applyTo</H3> -<PRE> -public void <B>applyTo</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project) - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html#applyTo(org.eclipse.core.resources.IProject)">applyTo</A></CODE> in interface <CODE><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="getOtherNatures(org.eclipse.core.resources.IProjectDescription)"><!-- --></A><H3> -getOtherNatures</H3> -<PRE> -public static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>> <B>getOtherNatures</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectDescription.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectDescription</A> description)</PRE> -<DL> -<DD><DL> -</DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionBuilderArguments.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" target="_top"><B>FRAMES</B></A> - <A HREF="VersionBuilderArguments.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: <A HREF="#nested_classes_inherited_from_class_java.util.AbstractMap">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.png Binary files differdeleted file mode 100644 index f2514f51d5..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionNature.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionNature.html deleted file mode 100644 index 1e5e3ef4cd..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionNature.html +++ /dev/null @@ -1,376 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -VersionNature (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="VersionNature (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionNature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionNature.html" target="_top"><B>FRAMES</B></A> - <A HREF="VersionNature.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<!-- ======== START OF CLASS DATA ======== --> -<H2> -<FONT SIZE="-1"> -org.eclipse.emf.cdo.releng.version</FONT> -<BR> -Class VersionNature</H2> -<PRE> -<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> - <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.VersionNature</B> -</PRE> -<DL> -<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectNature</A></DD> -</DL> -<HR> -<DL> - <DT>public class <B>VersionNature</B> - <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> - <DD>implements <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectNature</A> -</DL> - -<map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" title="«interface» IProjectNature (org.eclipse.core.resources)" alt="" coords="5,6,187,61"/> -<area shape="rect" id="node2" href="VersionNature.html" title="VersionNature" alt="" coords="44,101,148,126"/> -</map> - -<CENTER><IMG SRC="VersionNature.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> - - - -<P> -<HR> - -<P> -<!-- =========== FIELD SUMMARY =========== --> - -<A NAME="field_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Field Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html#NATURE_ID">NATURE_ID</A></B></CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ======== CONSTRUCTOR SUMMARY ======== --> - -<A NAME="constructor_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Constructor Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html#VersionNature()">VersionNature</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<!-- ========== METHOD SUMMARY =========== --> - -<A NAME="method_summary"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -<B>Method Summary</B></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html#configure()">configure</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html#deconfigure()">deconfigure</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A></CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html#getProject()">getProject</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html#setProject(org.eclipse.core.resources.IProject)">setProject</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> -</TR> -</TABLE> - -<P> - -<!-- ============ FIELD DETAIL =========== --> - -<A NAME="field_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Field Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="NATURE_ID"><!-- --></A><H3> -NATURE_ID</H3> -<PRE> -public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>NATURE_ID</B></PRE> -<DL> -<DL> -<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.VersionNature.NATURE_ID">Constant Field Values</A></DL> -</DL> - -<!-- ========= CONSTRUCTOR DETAIL ======== --> - -<A NAME="constructor_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Constructor Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="VersionNature()"><!-- --></A><H3> -VersionNature</H3> -<PRE> -public <B>VersionNature</B>()</PRE> -<DL> -</DL> - -<!-- ============ METHOD DETAIL ========== --> - -<A NAME="method_detail"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> -<B>Method Detail</B></FONT></TH> -</TR> -</TABLE> - -<A NAME="getProject()"><!-- --></A><H3> -getProject</H3> -<PRE> -public <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> <B>getProject</B>()</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true#getProject()" title="class or interface in org.eclipse.core.resources">getProject</A></CODE> in interface <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectNature</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="setProject(org.eclipse.core.resources.IProject)"><!-- --></A><H3> -setProject</H3> -<PRE> -public void <B>setProject</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true#setProject(org.eclipse.core.resources.IProject)" title="class or interface in org.eclipse.core.resources">setProject</A></CODE> in interface <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectNature</A></CODE></DL> -</DD> -<DD><DL> -</DL> -</DD> -</DL> -<HR> - -<A NAME="configure()"><!-- --></A><H3> -configure</H3> -<PRE> -public void <B>configure</B>() - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true#configure()" title="class or interface in org.eclipse.core.resources">configure</A></CODE> in interface <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectNature</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<HR> - -<A NAME="deconfigure()"><!-- --></A><H3> -deconfigure</H3> -<PRE> -public void <B>deconfigure</B>() - throws <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></PRE> -<DL> -<DD><DL> -<DT><B>Specified by:</B><DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true#deconfigure()" title="class or interface in org.eclipse.core.resources">deconfigure</A></CODE> in interface <CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProjectNature.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProjectNature</A></CODE></DL> -</DD> -<DD><DL> - -<DT><B>Throws:</B> -<DD><CODE><A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/CoreException.html?is-external=true" title="class or interface in org.eclipse.core.runtime">CoreException</A></CODE></DL> -</DD> -</DL> -<!-- ========= END OF CLASS DATA ========= --> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionNature.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilderArguments.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionNature.html" target="_top"><B>FRAMES</B></A> - <A HREF="VersionNature.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -<TR> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> -<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionNature.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionNature.png Binary files differdeleted file mode 100644 index 64915d237e..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionNature.png +++ /dev/null diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionUtil.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionUtil.html index 92bf488359..8487571fc7 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionUtil.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionUtil.html @@ -39,7 +39,7 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionUtil.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionUtil.html" target="_top"><B>FRAMES</B></A> @@ -76,9 +76,9 @@ function windowTitle() </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> @@ -113,7 +113,32 @@ Class VersionUtil</H2> <HR> <P> +<!-- =========== FIELD SUMMARY =========== --> +<A NAME="field_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Field Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html#BUILDER_ID">BUILDER_ID</A></B></CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static boolean</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html#DEBUG">DEBUG</A></B></CODE> + +<BR> + </TD> +</TR> +</TABLE> + <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> @@ -148,6 +173,30 @@ Class VersionUtil</H2> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static org.eclipse.pde.core.IModel</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html#getComponentModel(org.eclipse.core.resources.IProject)">getComponentModel</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static org.osgi.framework.Version</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html#getComponentVersion(org.eclipse.pde.core.IModel)">getComponentVersion</A></B>(org.eclipse.pde.core.IModel componentModel)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static org.eclipse.pde.internal.core.ifeature.IFeatureModel</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html#getFeatureModel(org.eclipse.core.resources.IProject)">getFeatureModel</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> + +<BR> + </TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IFile.html?is-external=true" title="class or interface in org.eclipse.core.resources">IFile</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html#getFile(org.eclipse.core.runtime.IPath, java.lang.String)">getFile</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IPath.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IPath</A> releasePath, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> extension)</CODE> @@ -171,15 +220,6 @@ Class VersionUtil</H2> <BR> </TD> </TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionUtil.html#someDeprecatedCode()">someDeprecatedCode</A></B>()</CODE> - -<BR> - <B>Deprecated.</B> <I>This method exists so that others can produce a reliable compiler warning by calling it. A - <code>@SuppressWarnings("deprecation")</code> annotation will never become unnecessary then.</I></TD> -</TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> @@ -193,6 +233,35 @@ Class VersionUtil</H2> <P> +<!-- ============ FIELD DETAIL =========== --> + +<A NAME="field_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Field Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="BUILDER_ID"><!-- --></A><H3> +BUILDER_ID</H3> +<PRE> +public static final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>BUILDER_ID</B></PRE> +<DL> +<DL> +<DT><B>See Also:</B><DD><A HREF="../../../../../../constant-values.html#org.eclipse.emf.cdo.releng.version.VersionUtil.BUILDER_ID">Constant Field Values</A></DL> +</DL> +<HR> + +<A NAME="DEBUG"><!-- --></A><H3> +DEBUG</H3> +<PRE> +public static final boolean <B>DEBUG</B></PRE> +<DL> +<DL> +</DL> +</DL> + <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> @@ -220,6 +289,39 @@ public <B>VersionUtil</B>()</PRE> </TR> </TABLE> +<A NAME="getComponentModel(org.eclipse.core.resources.IProject)"><!-- --></A><H3> +getComponentModel</H3> +<PRE> +public static org.eclipse.pde.core.IModel <B>getComponentModel</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getFeatureModel(org.eclipse.core.resources.IProject)"><!-- --></A><H3> +getFeatureModel</H3> +<PRE> +public static org.eclipse.pde.internal.core.ifeature.IFeatureModel <B>getFeatureModel</B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + +<A NAME="getComponentVersion(org.eclipse.pde.core.IModel)"><!-- --></A><H3> +getComponentVersion</H3> +<PRE> +public static org.osgi.framework.Version <B>getComponentVersion</B>(org.eclipse.pde.core.IModel componentModel)</PRE> +<DL> +<DD><DL> +</DL> +</DD> +</DL> +<HR> + <A NAME="close(java.io.Closeable)"><!-- --></A><H3> close</H3> <PRE> @@ -270,21 +372,6 @@ public static byte[] <B>getSHA1</B>(<A HREF="http://help.eclipse.org/topic//org. <DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL> </DD> </DL> -<HR> - -<A NAME="someDeprecatedCode()"><!-- --></A><H3> -someDeprecatedCode</H3> -<PRE> -<FONT SIZE="-1"><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</A> -</FONT>public static void <B>someDeprecatedCode</B>()</PRE> -<DL> -<DD><B>Deprecated.</B> <I>This method exists so that others can produce a reliable compiler warning by calling it. A - <code>@SuppressWarnings("deprecation")</code> annotation will never become unnecessary then.</I> -<P> -<DD><DL> -</DL> -</DD> -</DL> <!-- ========= END OF CLASS DATA ========= --> <HR> @@ -299,7 +386,7 @@ someDeprecatedCode</H3> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionUtil.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> @@ -315,7 +402,7 @@ someDeprecatedCode</H3> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionNature.html" title="class in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IReleaseManager.html" title="interface in org.eclipse.emf.cdo.releng.version"><B>PREV CLASS</B></A> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html" title="class in org.eclipse.emf.cdo.releng.version"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/eclipse/emf/cdo/releng/version/VersionUtil.html" target="_top"><B>FRAMES</B></A> @@ -336,9 +423,9 @@ someDeprecatedCode</H3> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> - SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> + SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> -DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> +DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.html index 836debb7f4..e2b8fe5c2f 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.html @@ -39,7 +39,7 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionValidator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> @@ -95,9 +95,6 @@ Class VersionValidator</H2> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.emf.cdo.releng.version.VersionValidator</B> </PRE> -<DL> -<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html" title="class in org.eclipse.emf.cdo.releng.version.digest">DigestValidator</A></DD> -</DL> <HR> <DL> <DT>public abstract class <B>VersionValidator</B> @@ -105,8 +102,7 @@ Class VersionValidator</H2> </DL> <map id="APIVIZ" name="APIVIZ"> -<area shape="rect" id="node1" href="VersionValidator.html" title="VersionValidator" alt="" coords="79,6,196,31"/> -<area shape="rect" id="node2" href="digest/DigestValidator.html" title="DigestValidator (org.eclipse.emf.cdo.releng.version.digest)" alt="" coords="5,71,269,111"/> +<area shape="rect" id="node1" href="VersionValidator.html" title="VersionValidator" alt="" coords="5,6,123,31"/> </map> <CENTER><IMG SRC="VersionValidator.png" USEMAP="#APIVIZ" BORDER="0"></CENTER> @@ -145,7 +141,7 @@ Class VersionValidator</H2> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#abort(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)">abort</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> buildState, +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#abort(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)">abort</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> buildState, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> exception, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor)</CODE> @@ -156,8 +152,8 @@ Class VersionValidator</H2> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.emf.cdo.releng.version.Release, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)">updateBuildState</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> buildState, - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> release, +<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.emf.cdo.releng.version.IRelease, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)">updateBuildState</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> buildState, + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> release, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResourceDelta.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResourceDelta</A> delta, org.eclipse.pde.core.IModel componentModel, @@ -206,10 +202,10 @@ public <B>VersionValidator</B>()</PRE> </TR> </TABLE> -<A NAME="abort(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)"><!-- --></A><H3> +<A NAME="abort(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)"><!-- --></A><H3> abort</H3> <PRE> -public void <B>abort</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> buildState, +public void <B>abort</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> buildState, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> exception, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor) @@ -223,11 +219,11 @@ public void <B>abort</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/v </DL> <HR> -<A NAME="updateBuildState(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.emf.cdo.releng.version.Release, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)"><!-- --></A><H3> +<A NAME="updateBuildState(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.emf.cdo.releng.version.IRelease, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)"><!-- --></A><H3> updateBuildState</H3> <PRE> -public abstract void <B>updateBuildState</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> buildState, - <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> release, +public abstract void <B>updateBuildState</B>(<A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> buildState, + <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> release, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResourceDelta.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResourceDelta</A> delta, org.eclipse.pde.core.IModel componentModel, @@ -254,7 +250,7 @@ public abstract void <B>updateBuildState</B>(<A HREF="../../../../../../org/ecli <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/VersionValidator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.png b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.png Binary files differindex bc9dcb2a00..c10d5aee87 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.png +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/VersionValidator.png diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/Activator.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/Activator.html deleted file mode 100644 index 0829881abd..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/Activator.html +++ /dev/null @@ -1,143 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -Uses of Class org.eclipse.emf.cdo.releng.version.Activator (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.eclipse.emf.cdo.releng.version.Activator (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV - NEXT</FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useActivator.html" target="_top"><B>FRAMES</B></A> - <A HREF="Activator.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<CENTER> -<H2> -<B>Uses of Class<br>org.eclipse.emf.cdo.releng.version.Activator</B></H2> -</CENTER> -No usage of org.eclipse.emf.cdo.releng.version.Activator -<P> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html" title="class in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV - NEXT</FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useActivator.html" target="_top"><B>FRAMES</B></A> - <A HREF="Activator.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/Element.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/Element.html deleted file mode 100644 index e9ef850378..0000000000 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/Element.html +++ /dev/null @@ -1,302 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> - -<TITLE> -Uses of Class org.eclipse.emf.cdo.releng.version.Element (Extended Version Management Documentation) -</TITLE> - -<META NAME="date" CONTENT=""> - -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../html/book.css" TITLE="Style"> -<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> - -<SCRIPT type="text/javascript"> -function windowTitle() -{ - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.eclipse.emf.cdo.releng.version.Element (Extended Version Management Documentation)"; - } -} -</SCRIPT> -<NOSCRIPT> -</NOSCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> -<HR> - - -<!-- ========= START OF TOP NAVBAR ======= --> -<A NAME="navbar_top"><!-- --></A> -<A HREF="#skip-navbar_top" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_top_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV - NEXT</FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useElement.html" target="_top"><B>FRAMES</B></A> - <A HREF="Element.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_top"></A> -<!-- ========= END OF TOP NAVBAR ========= --> - -<HR> -<CENTER> -<H2> -<B>Uses of Class<br>org.eclipse.emf.cdo.releng.version.Element</B></H2> -</CENTER> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Packages that use <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#org.eclipse.emf.cdo.releng.version"><B>org.eclipse.emf.cdo.releng.version</B></A></TD> -<TD> </TD> -</TR> -</TABLE> - -<P> -<A NAME="org.eclipse.emf.cdo.releng.version"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A></FONT></TH> -</TR> -</TABLE> - -<P> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A> that return <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>ReleaseManager.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html#createElement(org.eclipse.pde.core.IModel, boolean)">createElement</A></B>(org.eclipse.pde.core.IModel componentModel, - boolean withFeatureContent)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>Element.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getChild(org.eclipse.emf.cdo.releng.version.ElementResolver, org.eclipse.emf.cdo.releng.version.Element)">getChild</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> resolver, - <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>ElementResolver.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>Release.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>VersionBuilder.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<P> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A> that return types with arguments of type <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A><<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>></CODE></FONT></TD> -<TD><CODE><B>Element.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getAllChildren(org.eclipse.emf.cdo.releng.version.ElementResolver)">getAllChildren</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> resolver)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>></CODE></FONT></TD> -<TD><CODE><B>Element.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getChildren()">getChildren</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>,<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>></CODE></FONT></TD> -<TD><CODE><B>Release.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#getElements()">getElements</A></B>()</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A><<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>,<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A>></CODE></FONT></TD> -<TD><CODE><B>Release.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#getElements()">getElements</A></B>()</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<P> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A> with parameters of type <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>Element.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html#getChild(org.eclipse.emf.cdo.releng.version.ElementResolver, org.eclipse.emf.cdo.releng.version.Element)">getChild</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html" title="interface in org.eclipse.emf.cdo.releng.version">ElementResolver</A> resolver, - <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> org.eclipse.pde.core.IModel</CODE></FONT></TD> -<TD><CODE><B>ReleaseManager.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/ReleaseManager.html#getComponentModel(org.eclipse.emf.cdo.releng.version.Element)">getComponentModel</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> element)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>ElementResolver.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/ElementResolver.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>Release.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Release.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A></CODE></FONT></TD> -<TD><CODE><B>VersionBuilder.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/VersionBuilder.html#resolveElement(org.eclipse.emf.cdo.releng.version.Element)">resolveElement</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version">Element</A> key)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<P> -<HR> - - -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<A NAME="navbar_bottom"><!-- --></A> -<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> -<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> -<TR> -<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> -<A NAME="navbar_bottom_firstrow"><!-- --></A> -<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> - <TR ALIGN="center" VALIGN="top"> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Element.html" title="class in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> - <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> - </TR> -</TABLE> -</TD> -<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> -</EM> -</TD> -</TR> - -<TR> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - PREV - NEXT</FONT></TD> -<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useElement.html" target="_top"><B>FRAMES</B></A> - <A HREF="Element.html" target="_top"><B>NO FRAMES</B></A> - <SCRIPT type="text/javascript"> - <!-- - if(window==top) { - document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); - } - //--> -</SCRIPT> -<NOSCRIPT> - <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> -</NOSCRIPT> - - -</FONT></TD> -</TR> -</TABLE> -<A NAME="skip-navbar_bottom"></A> -<!-- ======== END OF BOTTOM NAVBAR ======= --> - -<HR> -<i>Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.</i> -</BODY> -</HTML> diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/BuildState.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/IBuildState.html index 8cc4951124..08b26a5345 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/BuildState.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/IBuildState.html @@ -4,7 +4,7 @@ <HEAD> <TITLE> -Uses of Class org.eclipse.emf.cdo.releng.version.BuildState (Extended Version Management Documentation) +Uses of Interface org.eclipse.emf.cdo.releng.version.IBuildState (Extended Version Management Documentation) </TITLE> <META NAME="date" CONTENT=""> @@ -16,7 +16,7 @@ Uses of Class org.eclipse.emf.cdo.releng.version.BuildState (Extended Version Ma function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.eclipse.emf.cdo.releng.version.BuildState (Extended Version Management Documentation)"; + parent.document.title="Uses of Interface org.eclipse.emf.cdo.releng.version.IBuildState (Extended Version Management Documentation)"; } } </SCRIPT> @@ -39,8 +39,8 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> @@ -58,8 +58,8 @@ function windowTitle() PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useBuildState.html" target="_top"><B>FRAMES</B></A> - <A HREF="BuildState.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useIBuildState.html" target="_top"><B>FRAMES</B></A> + <A HREF="IBuildState.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { @@ -81,46 +81,13 @@ function windowTitle() <HR> <CENTER> <H2> -<B>Uses of Class<br>org.eclipse.emf.cdo.releng.version.BuildState</B></H2> +<B>Uses of Interface<br>org.eclipse.emf.cdo.releng.version.IBuildState</B></H2> </CENTER> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Packages that use <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#org.eclipse.emf.cdo.releng.version"><B>org.eclipse.emf.cdo.releng.version</B></A></TD> -<TD> </TD> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#org.eclipse.emf.cdo.releng.version.digest"><B>org.eclipse.emf.cdo.releng.version.digest</B></A></TD> -<TD> </TD> -</TR> -</TABLE> - -<P> <A NAME="org.eclipse.emf.cdo.releng.version"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A></FONT></TH> -</TR> -</TABLE> - -<P> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A> that return <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A></CODE></FONT></TD> -<TD><CODE><B>Activator.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Activator.html#getBuildState(org.eclipse.core.resources.IProject)">getBuildState</A></B>(<A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project)</CODE> - -<BR> - </TD> +Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A></FONT></TH> </TR> </TABLE> @@ -128,12 +95,12 @@ Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildSt <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A> with parameters of type <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A></FONT></TH> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A> with parameters of type <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> -<TD><CODE><B>VersionValidator.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#abort(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)">abort</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> buildState, +<TD><CODE><B>VersionValidator.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#abort(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.core.resources.IProject, java.lang.Exception, org.eclipse.core.runtime.IProgressMonitor)">abort</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> buildState, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> exception, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor)</CODE> @@ -144,38 +111,8 @@ Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildSt <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>abstract void</CODE></FONT></TD> -<TD><CODE><B>VersionValidator.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.emf.cdo.releng.version.Release, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)">updateBuildState</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> buildState, - <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> release, - <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project, - <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResourceDelta.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResourceDelta</A> delta, - org.eclipse.pde.core.IModel componentModel, - <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime">IProgressMonitor</A> monitor)</CODE> - -<BR> - </TD> -</TR> -</TABLE> - -<P> -<A NAME="org.eclipse.emf.cdo.releng.version.digest"><!-- --></A> -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/digest/package-summary.html">org.eclipse.emf.cdo.releng.version.digest</A></FONT></TH> -</TR> -</TABLE> - -<P> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> -<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/digest/package-summary.html">org.eclipse.emf.cdo.releng.version.digest</A> with parameters of type <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> void</CODE></FONT></TD> -<TD><CODE><B>DigestValidator.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/digest/DigestValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.BuildState, org.eclipse.emf.cdo.releng.version.Release, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)">updateBuildState</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version">BuildState</A> buildState, - <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/Release.html" title="class in org.eclipse.emf.cdo.releng.version">Release</A> release, +<TD><CODE><B>VersionValidator.</B><B><A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/VersionValidator.html#updateBuildState(org.eclipse.emf.cdo.releng.version.IBuildState, org.eclipse.emf.cdo.releng.version.IRelease, org.eclipse.core.resources.IProject, org.eclipse.core.resources.IResourceDelta, org.eclipse.pde.core.IModel, org.eclipse.core.runtime.IProgressMonitor)">updateBuildState</A></B>(<A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version">IBuildState</A> buildState, + <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IRelease.html" title="interface in org.eclipse.emf.cdo.releng.version">IRelease</A> release, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources">IProject</A> project, <A HREF="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResourceDelta.html?is-external=true" title="class or interface in org.eclipse.core.resources">IResourceDelta</A> delta, org.eclipse.pde.core.IModel componentModel, @@ -200,8 +137,8 @@ Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildSt <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildState.html" title="class in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IBuildState.html" title="interface in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> @@ -219,8 +156,8 @@ Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/BuildSt PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useBuildState.html" target="_top"><B>FRAMES</B></A> - <A HREF="BuildState.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useIBuildState.html" target="_top"><B>FRAMES</B></A> + <A HREF="IBuildState.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { diff --git a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/IVersionBuilderArguments.html b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/IElement.Type.html index 8591581fd4..970284d7bb 100644 --- a/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/IVersionBuilderArguments.html +++ b/plugins/org.eclipse.emf.cdo.releng.version.doc/javadoc/org/eclipse/emf/cdo/releng/version/class-use/IElement.Type.html @@ -4,7 +4,7 @@ <HEAD> <TITLE> -Uses of Interface org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments (Extended Version Management Documentation) +Uses of Class org.eclipse.emf.cdo.releng.version.IElement.Type (Extended Version Management Documentation) </TITLE> <META NAME="date" CONTENT=""> @@ -16,7 +16,7 @@ Uses of Interface org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments (E function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments (Extended Version Management Documentation)"; + parent.document.title="Uses of Class org.eclipse.emf.cdo.releng.version.IElement.Type (Extended Version Management Documentation)"; } } </SCRIPT> @@ -39,8 +39,8 @@ function windowTitle() <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> - <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IElement.Type.html" title="enum in org.eclipse.emf.cdo.releng.version"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> @@ -58,8 +58,8 @@ function windowTitle() PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useIVersionBuilderArguments.html" target="_top"><B>FRAMES</B></A> - <A HREF="IVersionBuilderArguments.html" target="_top"><B>NO FRAMES</B></A> + <A HREF="../../../../../../../index.html?org/eclipse/emf/cdo/releng/version/\class-useIElement.Type.html" target="_top"><B>FRAMES</B></A> + <A HREF="IElement.Type.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { @@ -81,26 +81,13 @@ function windowTitle() <HR> <CENTER> <H2> -<B>Uses of Interface<br>org.eclipse.emf.cdo.releng.version.IVersionBuilderArguments</B></H2> +<B>Uses of Class<br>org.eclipse.emf.cdo.releng.version.IElement.Type</B></H2> </CENTER> - -<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> -<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> -<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Packages that use <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A></FONT></TH> -</TR> -<TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><A HREF="#org.eclipse.emf.cdo.releng.version"><B>org.eclipse.emf.cdo.releng.version</B></A></TD> -<TD> </TD> -</TR> -</TABLE> - -<P> <A NAME="org.eclipse.emf.cdo.releng.version"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> -Uses of <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/IVersionBuilderArguments.html" title="interface in org.eclipse.emf.cdo.releng.version">IVersionBuilderArguments</A> in <A HREF="../../../../../../../org/eclipse/emf/cdo/releng/version/package-summary.html">org.eclipse.emf.cdo.releng.version</A></FONT></TH> |