package com.hilotec.elexis.opendocument.export; public interface IDocExporter { public void exportDocument(String path); }