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

com.chutneytesting.admin.domain.HomePageRepository Maven / Gradle / Ivy

package com.chutneytesting.admin.domain;

import java.nio.file.Path;

public interface HomePageRepository extends Backupable {

    HomePage load();

    HomePage load(Path filePath);

    HomePage save(HomePage homePage);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy