com.sun.btrace.api.BTraceSettings Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.sun.btrace.api;
/**
*
* @author Jaroslav Bachorik
*/
abstract public class BTraceSettings {
abstract public boolean isDebugMode();
abstract public String getDumpClassPath();
abstract public boolean isDumpClasses();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy