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
.@Deprecated public interface IRuntimeContainerComparator
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.Modifier and Type | Method and Description |
---|---|
boolean |
isDuplicate(IPath containerPath)
Deprecated.
Returns whether this container is a duplicate of the container
identified by the given path.
|
boolean isDuplicate(IPath containerPath)
containerPath
- the container to compare against
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.