
src.org.neodatis.tool.wrappers.OdbSystem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neodatis-odb Show documentation
Show all versions of neodatis-odb Show documentation
The NeoDatis Object Database
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 - 2025 Weber Informatics LLC | Privacy Policy