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

net.sourceforge.pmd.util.LineGetter Maven / Gradle / Ivy

package net.sourceforge.pmd.util;

public interface LineGetter {
    String getLine(int number);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy