Class RuntimeProperties


  • public class RuntimeProperties
    extends java.lang.Object
    This class holds properties required by Agent runtime part to work. Before this class was introduced runtime properties passed to the Java as usual system properties which lead to increased command line and an increased risk of interference with user properties. Currently it is a bit Ant specific, but if needed it can be converted into the general properties storage.
    • Constructor Detail

      • RuntimeProperties

        public RuntimeProperties​(java.util.Properties properties)
    • Method Detail

      • isAvailable

        public static boolean isAvailable()
      • getRuntimeClasspath

        public java.lang.String getRuntimeClasspath()
      • getAntTaskExtensions

        public java.lang.String getAntTaskExtensions()