org.aspectj.weaver.tools

Class DefaultTraceFactory


public class DefaultTraceFactory
extends TraceFactory

Copyright (c) 2006 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Matthew Webster - initial implementation

Field Summary

static String
ENABLED_PROPERTY
static String
FILE_PROPERTY

Fields inherited from class org.aspectj.weaver.tools.TraceFactory

DEBUG_PROPERTY, DEFAULT_FACTORY_NAME, FACTORY_PROPERTY, debug

Constructor Summary

DefaultTraceFactory()

Method Summary

Trace
getTrace(Class clazz)
boolean
isEnabled()

Methods inherited from class org.aspectj.weaver.tools.TraceFactory

getBoolean, getTrace, getTraceFactory

Field Details

ENABLED_PROPERTY

public static final String ENABLED_PROPERTY

FILE_PROPERTY

public static final String FILE_PROPERTY

Constructor Details

DefaultTraceFactory

public DefaultTraceFactory()

Method Details

getTrace

public Trace getTrace(Class clazz)
Overrides:
getTrace in interface TraceFactory

isEnabled

public boolean isEnabled()