![JAR search and dependency download from the Maven repository](/logo.png)
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 extends String> getTitles();
Map getObjectByTitle(String title, String... options);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy