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

org.dita.dost.store.StoreBuilder Maven / Gradle / Ivy

There is a newer version: 4.3.0
Show newest version
/*
 * This file is part of the DITA Open Toolkit project.
 *
 * Copyright 2020 Jarno Elovirta
 *
 * See the accompanying LICENSE file for applicable license.
 */

package org.dita.dost.store;

import java.io.File;
import org.dita.dost.util.XMLUtils;

public interface StoreBuilder {
  String getType();

  StoreBuilder setTempDir(File tempDir);

  StoreBuilder setXmlUtils(XMLUtils xmlUtils);

  Store build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy