27 package org.nexusformat.nxvalidate;
37 String os = System.getProperty(
"os.name").toLowerCase();
39 return (os.indexOf(
"win" ) >= 0);
45 String os = System.getProperty(
"os.name").toLowerCase();
47 return (os.indexOf(
"mac" ) >= 0);
53 String os = System.getProperty(
"os.name").toLowerCase();
55 return (os.indexOf(
"nix") >=0 || os.indexOf(
"nux") >=0);