package weblog.business.apis;

import java.util.Enumeration;

public interface EntriesReader {

    public Enumeration getEntries();

}