| java.lang.Object org.netbeans.lib.profiler.utils.formatting.DefaultMethodNameFormatter
DefaultMethodNameFormatter | public class DefaultMethodNameFormatter implements MethodNameFormatter(Code) | | author: Jaroslav Bachorik |
VERBOSITY_CLASS | final public static int VERBOSITY_CLASS(Code) | | |
VERBOSITY_CLASSMETHOD | final public static int VERBOSITY_CLASSMETHOD(Code) | | |
VERBOSITY_FULLCLASSMETHOD | final public static int VERBOSITY_FULLCLASSMETHOD(Code) | | |
VERBOSITY_FULLMETHOD | final public static int VERBOSITY_FULLMETHOD(Code) | | |
VERBOSITY_METHOD | final public static int VERBOSITY_METHOD(Code) | | |
DefaultMethodNameFormatter | public DefaultMethodNameFormatter(int verbosity)(Code) | | Creates a new instance of DefaultMethodNameFormatter
Parameters: verbosity - verbosity level: 1 = getFormattedClass(), 2 = getFormattedMethod(), 3 = getFormattedClassAndMethod(),4 = getFullFormattedMethod(), 5 = getFullFormatedClassAndMethod() |
DefaultMethodNameFormatter | public DefaultMethodNameFormatter()(Code) | | |
|
|