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

com.github.siwenyan.profile.IProfileLibrary Maven / Gradle / Ivy

package com.github.siwenyan.profile;

import java.util.Map;

public interface IProfileLibrary {
    
    public static final String TITLE = "title";
    public static final String TITLE_DEFAULT = "default";
    public static final String PROTOTYPE = "prototype";

    Iterable getTitles();

    Map getObjectByTitle(String title, String... options);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy