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

com.github.obhen233.plugin.SynchStorePlugin Maven / Gradle / Ivy

The newest version!
package com.github.obhen233.plugin;

import com.github.obhen233.element.Root;

import java.util.List;

public abstract class SynchStorePlugin implements StorePlugin{

    public abstract boolean saveRoot(Root root ,boolean updateFlag);

    public abstract boolean deleteRoot(Root root);

    public abstract List getRoots();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy