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

org.javabuilders.IKeyValueConsumer Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.javabuilders;

import java.util.Set;

/**
 * Indicates an object that consumes key values from a node in 
 * a build document
 * @author Jacek Furmankiewicz
 */
public interface IKeyValueConsumer extends IApplicable {
	
	/**
	 * @return The list of keys that the object can consume
	 */
	Set getConsumedKeys();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy