
com.buschmais.jqassistant.plugin.yaml.api.model.YAMLKeyBucket Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yaml Show documentation
Show all versions of yaml Show documentation
A YAML file scanner for jQAssistant.
package com.buschmais.jqassistant.plugin.yaml.api.model;
import java.util.List;
public interface YAMLKeyBucket {
List getKeys();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy