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

org.cyclopsgroup.jmxterm.io.VerboseCommandOutputConfig Maven / Gradle / Ivy

The newest version!
package org.cyclopsgroup.jmxterm.io;

/**
 * Dynamic config for {@link VerboseCommandOutput}
 *
 * @author Jiaqi Guo
 */
public interface VerboseCommandOutputConfig {
  /** @return Dynamic value of verbose level */
  VerboseLevel getVerboseLevel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy