public final class org.eclipse.aether.util.graph.transformer.TransformationContextKeys extends java.lang.Object
{
public static final java.lang.Object CONFLICT_IDS;
public static final java.lang.Object SORTED_CONFLICT_IDS;
public static final java.lang.Object CYCLIC_CONFLICT_IDS;
public static final java.lang.Object STATS;
private void <init>()
{
org.eclipse.aether.util.graph.transformer.TransformationContextKeys v;
v := @this: org.eclipse.aether.util.graph.transformer.TransformationContextKeys;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static void <clinit>()
{
<org.eclipse.aether.util.graph.transformer.TransformationContextKeys: java.lang.Object CONFLICT_IDS> = "conflictIds";
<org.eclipse.aether.util.graph.transformer.TransformationContextKeys: java.lang.Object SORTED_CONFLICT_IDS> = "sortedConflictIds";
<org.eclipse.aether.util.graph.transformer.TransformationContextKeys: java.lang.Object CYCLIC_CONFLICT_IDS> = "cyclicConflictIds";
<org.eclipse.aether.util.graph.transformer.TransformationContextKeys: java.lang.Object STATS> = "stats";
return;
}
}