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

src.org.neodatis.tool.wrappers.OdbSystem Maven / Gradle / Ivy

The newest version!
package org.neodatis.tool.wrappers;


/**
 * A wrapper to system class
 * @author olivier
 * @sharpen.ignore
 *
 */
public class OdbSystem {
	/**
	 * Retrieve a system property
	 * @param name The name of the property
	 * @return The property value
	 */
	public static String getProperty(String name){
		return System.getProperty(name);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy