Searched defs:getOperatingSystem (Results 1 - 17 of 17) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DSetupUtils.java268 return OperatingSystem.MACOS == getOperatingSystem();
279 return OperatingSystem.isUNIXBased(getOperatingSystem());
290 return OperatingSystem.WINDOWS == getOperatingSystem();
375 return getOperatingSystem().toString();
382 public static OperatingSystem getOperatingSystem() method in class:SetupUtils
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DSetupUtils.java268 return OperatingSystem.MACOS == getOperatingSystem();
279 return OperatingSystem.isUNIXBased(getOperatingSystem());
290 return OperatingSystem.WINDOWS == getOperatingSystem();
375 return getOperatingSystem().toString();
382 public static OperatingSystem getOperatingSystem() method in class:SetupUtils
/forgerock/opendj2/src/server/org/opends/server/util/
H A DSetupUtils.java258 return OperatingSystem.MACOS == getOperatingSystem();
269 return OperatingSystem.isUNIXBased(getOperatingSystem());
280 return OperatingSystem.WINDOWS == getOperatingSystem();
349 return getOperatingSystem().toString();
356 public static OperatingSystem getOperatingSystem() method in class:SetupUtils
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DSetupUtils.java274 return OperatingSystem.MACOS == getOperatingSystem();
285 return OperatingSystem.isUNIXBased(getOperatingSystem());
296 return OperatingSystem.WINDOWS == getOperatingSystem();
381 return getOperatingSystem().toString();
388 public static OperatingSystem getOperatingSystem() method in class:SetupUtils
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DSetupUtils.java258 return OperatingSystem.MACOS == getOperatingSystem();
269 return OperatingSystem.isUNIXBased(getOperatingSystem());
280 return OperatingSystem.WINDOWS == getOperatingSystem();
349 return getOperatingSystem().toString();
356 public static OperatingSystem getOperatingSystem() method in class:SetupUtils
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDirectoryConfig.java91 public static OperatingSystem getOperatingSystem() method in class:DirectoryConfig
93 return DirectoryServer.getOperatingSystem();
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDirectoryConfig.java85 public static OperatingSystem getOperatingSystem() method in class:DirectoryConfig
87 return DirectoryServer.getOperatingSystem();
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDirectoryConfig.java91 public static OperatingSystem getOperatingSystem() method in class:DirectoryConfig
93 return DirectoryServer.getOperatingSystem();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDirectoryConfig.java91 public static OperatingSystem getOperatingSystem() method in class:DirectoryConfig
93 return DirectoryServer.getOperatingSystem();
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDirectoryConfig.java85 public static OperatingSystem getOperatingSystem() method in class:DirectoryConfig
87 return DirectoryServer.getOperatingSystem();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDirectoryConfig.java85 public static OperatingSystem getOperatingSystem() method in class:DirectoryConfig
87 return DirectoryServer.getOperatingSystem();
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java2920 public static OperatingSystem getOperatingSystem() method in class:DirectoryServer
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java2641 public static OperatingSystem getOperatingSystem() method in class:DirectoryServer
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java2921 public static OperatingSystem getOperatingSystem() method in class:DirectoryServer
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java3178 public static OperatingSystem getOperatingSystem() method in class:DirectoryServer
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java2641 public static OperatingSystem getOperatingSystem() method in class:DirectoryServer
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java2177 public static OperatingSystem getOperatingSystem() method in class:DirectoryServer

Completed in 230 milliseconds