com.atlassian.clover.api.registry.EntityContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clover Show documentation
Show all versions of clover Show documentation
Clover is an award winning code coverage and testing tool for Java and Groovy.
It integrates easily with Maven, Ant, Grails, Eclipse and IntelliJ IDEA
as well as with continuous integration servers such as Bamboo, Jenkins or Hudson.
Note: before Clover 4.0 this artifact was named com.cenqua.clover:clover.
package com.atlassian.clover.api.registry;
/**
* Represents an entity which can contain other entities inside and is their parent. For example a file can contain
* classes, a class can contain methods etc.
*/
public interface EntityContainer {
void visit(EntityVisitor entityVisitor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy