Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SystemGetPropertiesInterceptor (0.39 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/Instrumented.java

        /**
         * The interceptor for {@link System#getProperties()} and {@code System.properties} reads.
         */
        private static class SystemGetPropertiesInterceptor extends ClassBoundCallInterceptor implements FilterableCallInterceptor, InstrumentationInterceptor {
            public SystemGetPropertiesInterceptor() {
                super(System.class,
                    InterceptScope.readsOfPropertiesNamed("properties"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top