1 package net.sourceforge.pmd.util.designer; 2 3 public interface LineGetter { 4 String getLine(int number); 5 }