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

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

package com.atlassian.clover.api.registry;

public interface FileInfo extends InstrumentationInfo {
    String getName();
    String getEncoding();
    long getTimestamp();
    long getFilesize();
    long getChecksum();
    String getPackagePath();
    PackageInfo getContainer();
    int getLineCount();
    int getNcLineCount();
    boolean isEmpty();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy