public class org.apache.logging.log4j.util.SystemPropertiesPropertySource extends java.lang.Object implements org.apache.logging.log4j.util.PropertySource
{
private static final int DEFAULT_PRIORITY;
private static final java.lang.String PREFIX;
public void <init>()
{
org.apache.logging.log4j.util.SystemPropertiesPropertySource v;
v := @this: org.apache.logging.log4j.util.SystemPropertiesPropertySource;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static java.lang.String getSystemProperty(java.lang.String, java.lang.String)
{
java.lang.SecurityException v;
java.lang.String v, v, v;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
label:
v = staticinvoke <java.lang.System: java.lang.String getProperty(java.lang.String,java.lang.String)>(v, v);
label:
return v;
label:
v := @caughtexception;
return v;
catch java.lang.SecurityException from label to label with label;
}
public int getPriority()
{
org.apache.logging.log4j.util.SystemPropertiesPropertySource v;
v := @this: org.apache.logging.log4j.util.SystemPropertiesPropertySource;
return 0;
}
public void forEach(org.apache.logging.log4j.util.BiConsumer)
{
java.lang.Throwable v;
java.lang.Object[] v;
java.util.Properties v;
java.util.Set v;
org.apache.logging.log4j.util.BiConsumer v;
org.apache.logging.log4j.util.SystemPropertiesPropertySource v;
int v, v;
java.lang.Object v;
java.lang.SecurityException v;
java.lang.String v, v;
v := @this: org.apache.logging.log4j.util.SystemPropertiesPropertySource;
v := @parameter: org.apache.logging.log4j.util.BiConsumer;
label:
v = staticinvoke <java.lang.System: java.util.Properties getProperties()>();
label:
goto label;
label:
v := @caughtexception;
return;
label:
entermonitor v;
label:
v = virtualinvoke v.<java.util.Properties: java.util.Set keySet()>();
v = interfaceinvoke v.<java.util.Set: java.lang.Object[] toArray()>();
exitmonitor v;
label:
goto label;
label:
v := @caughtexception;
exitmonitor v;
throw v;
label:
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = staticinvoke <java.util.Objects: java.lang.String toString(java.lang.Object,java.lang.String)>(v, null);
v = virtualinvoke v.<java.util.Properties: java.lang.String getProperty(java.lang.String)>(v);
interfaceinvoke v.<org.apache.logging.log4j.util.BiConsumer: void accept(java.lang.Object,java.lang.Object)>(v, v);
v = v + 1;
goto label;
label:
return;
catch java.lang.SecurityException from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public java.lang.CharSequence getNormalForm(java.lang.Iterable)
{
org.apache.logging.log4j.util.SystemPropertiesPropertySource v;
java.lang.CharSequence v;
java.lang.String v;
java.lang.Iterable v;
v := @this: org.apache.logging.log4j.util.SystemPropertiesPropertySource;
v := @parameter: java.lang.Iterable;
v = staticinvoke <org.apache.logging.log4j.util.PropertySource$Util: java.lang.CharSequence joinAsCamelCase(java.lang.Iterable)>(v);
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.CharSequence)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("log4j.\u0001");
return v;
}
public java.util.Collection getPropertyNames()
{
java.util.Properties v;
org.apache.logging.log4j.util.SystemPropertiesPropertySource v;
java.util.Collection v;
java.util.Set v;
java.lang.SecurityException v;
v := @this: org.apache.logging.log4j.util.SystemPropertiesPropertySource;
label:
v = staticinvoke <java.lang.System: java.util.Properties getProperties()>();
v = virtualinvoke v.<java.util.Properties: java.util.Set stringPropertyNames()>();
label:
return v;
label:
v := @caughtexception;
v = specialinvoke v.<org.apache.logging.log4j.util.PropertySource: java.util.Collection getPropertyNames()>();
return v;
catch java.lang.SecurityException from label to label with label;
}
public java.lang.String getProperty(java.lang.String)
{
org.apache.logging.log4j.util.SystemPropertiesPropertySource v;
java.lang.SecurityException v;
java.lang.String v, v, v;
v := @this: org.apache.logging.log4j.util.SystemPropertiesPropertySource;
v := @parameter: java.lang.String;
label:
v = staticinvoke <java.lang.System: java.lang.String getProperty(java.lang.String)>(v);
label:
return v;
label:
v := @caughtexception;
v = specialinvoke v.<org.apache.logging.log4j.util.PropertySource: java.lang.String getProperty(java.lang.String)>(v);
return v;
catch java.lang.SecurityException from label to label with label;
}
public boolean containsProperty(java.lang.String)
{
org.apache.logging.log4j.util.SystemPropertiesPropertySource v;
java.lang.String v, v;
boolean v;
v := @this: org.apache.logging.log4j.util.SystemPropertiesPropertySource;
v := @parameter: java.lang.String;
v = virtualinvoke v.<org.apache.logging.log4j.util.SystemPropertiesPropertySource: java.lang.String getProperty(java.lang.String)>(v);
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
}