AgentPrinter.java
346 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.ValueMap
*/
package com.day.cq.replication.impl.inventory;
import java.io.PrintWriter;
import org.apache.sling.api.resource.ValueMap;
interface AgentPrinter {
public void print(String var1, ValueMap var2, PrintWriter var3);
}