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

org.seleniumhq.jetty7.util.component.Dumpable Maven / Gradle / Ivy

There is a newer version: 9.4.12.v20180830.1
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