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

com.bld.commons.yaml.converter.ConvertYaml Maven / Gradle / Ivy

The newest version!
/**
 * @author Francesco Baldi
 * @mail [email protected]
 * @class bld.commons.yaml.converter.ConvertYaml.java
 */
package com.bld.commons.yaml.converter;

import java.util.List;

import com.bld.commons.classes.model.ModelClasses;

/**
 * The Interface ConvertYaml.
 */
public interface ConvertYaml {

	/**
	 * Gets the list classes.
	 *
	 * @param path the path
	 * @return the list classes
	 * @throws Exception the exception
	 */
	public List getListClasses(String path) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy