All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.jetty.util.component.Dumpable Maven / Gradle / Ivy

There is a newer version: 11.0.0.beta1
Show newest version
package org.eclipse.jetty.util.component;

import java.io.IOException;

public interface Dumpable
{
    String dump();
    void dump(Appendable out,String indent) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy