Class ClasspathElement

java.lang.Object
org.basepom.mojo.duplicatefinder.ClasspathElement
All Implemented Interfaces:
Comparable<ClasspathElement>
Direct Known Subclasses:
ClasspathElement.ClasspathArtifact, ClasspathElement.ClasspathLocalFolder

public abstract class ClasspathElement extends Object implements Comparable<ClasspathElement>
Describes any of the possible elements on the classpath. These can be elements from the boot classpath, artifacts and local folder from the current project. For each of the possible types exists a subclass which holds additional information.
  • Constructor Details

    • ClasspathElement

      public ClasspathElement()
  • Method Details