only: interface good
This commit is contained in:
parent
76110ca42a
commit
69ab75aa73
|
@ -10,6 +10,8 @@ import java.util.Map;
|
|||
public interface ReaderState {
|
||||
void setWithC_Defines(boolean withC_Defines);
|
||||
|
||||
EnumsReader getEnumsReader();
|
||||
|
||||
void doJob() throws IOException;
|
||||
|
||||
String getHeader();
|
||||
|
|
|
@ -67,6 +67,7 @@ public class ReaderStateImpl implements ReaderState {
|
|||
this.withC_Defines = withC_Defines;
|
||||
}
|
||||
|
||||
@Override
|
||||
public EnumsReader getEnumsReader() {
|
||||
return enumsReader;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue