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

com.github.easypack.platform.PlatformBehavioural Maven / Gradle / Ivy

The newest version!
package com.github.easypack.platform;

/**
 * Protocol for behaving based on a {@link Platform}.
 * 
 * @author agusmunioz
 *
 * @param 
 *            type of the behavior result.
 */
public interface PlatformBehavioural {

	/**
	 * Behavior for a Linux platform.
	 * 
	 * @return the behavior result.
	 */
	T linux();

	/**
	 * Behavior for Windows platform.
	 * 
	 * @return the behavior result.
	 */
	T windows();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy