All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.clover.api.registry.HasParent Maven / Gradle / Ivy

Go to download

Clover is an award winning code coverage and testing tool for Java and Groovy. It integrates easily with Maven (1, 2 and 3), 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.

There is a newer version: 4.1.10
Show newest version
package com.atlassian.clover.api.registry;

/**
 * Entity which has it's own parent.
 *
 * For example, a parent of the statement could be a method (OO-languages) or a file (scripting languages).
 */
public interface HasParent {

    public EntityContainer getParent();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy