Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.launching
Interface IRuntimeContainerComparator


Deprecated. support has been added to ClasspathContainerInitializer to handle comparison of classpath containers. Use ClasspathContainerInitializer.getComparisonID(IPath,IJavaProject). When a classpath container implements this interface, this interface is used to determine equality before using the support defined in ClasspathContainerInitializer.

public interface IRuntimeContainerComparator

Determines if container entries are duplicates/redundant on a runtime classpath. If an IClasspathContianer implements this interface, the isDuplicate method is used to determine if containers are duplicates/redundant. Otherwise, containers with the same identifier are considered duplicates.

Since:
2.0.1

Method Summary
 boolean isDuplicate ( IPath containerPath)
          Deprecated. Returns whether this container is a duplicate of the container identified by the given path.
 

Method Detail

isDuplicate

boolean isDuplicate(
IPath containerPath)
Deprecated. 
Returns whether this container is a duplicate of the container identified by the given path.

Parameters:
containerPath - the container to compare against
Returns:
whether this container is a duplicate of the container identified by the given path

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire