Class VersionUtil


  • public class VersionUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isGsi2Enabled()
      Checks if GSI-2 mode is enabled.
      static boolean isGsi3Enabled()
      Checks if GSI-3 mode is enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VersionUtil

        public VersionUtil()
    • Method Detail

      • isGsi3Enabled

        public static boolean isGsi3Enabled()
        Checks if GSI-3 mode is enabled.
        Returns:
        true if "org.globus.gsi.version" system property is set to "3". Otherwise, false.
      • isGsi2Enabled

        public static boolean isGsi2Enabled()
        Checks if GSI-2 mode is enabled.
        Returns:
        true if "org.globus.gsi.version" system property is set to "2". Otherwise, false.