net.sourceforge.pmd.swingui.event
Class PMDDirectoryRequestEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.sourceforge.pmd.swingui.event.PMDDirectoryRequestEvent
All Implemented Interfaces:
java.io.Serializable

public class PMDDirectoryRequestEvent
extends java.util.EventObject

Since:
December 13, 2002
Version:
$Revision: 1.8 $, $Date: 2003/03/14 19:04:17 $
Author:
Donald A. Leckie
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 int getLowestPriorityForAnalysis()
           
 RuleSet getRuleSet()
           
 java.util.List getRuleSetList()
           
static void notifyRequestAllRuleSets(java.lang.Object source)
           
static void notifyRequestDefaultRuleSets(java.lang.Object source)
           
static void notifyRequestIncludedRules(java.lang.Object source, int lowestPriorityForAnalysis)
           
static void notifyRequestRuleSetPath(java.lang.Object source)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRuleSetList

public java.util.List getRuleSetList()
Returns:

getRuleSet

public RuleSet getRuleSet()
Returns:

getLowestPriorityForAnalysis

public int getLowestPriorityForAnalysis()
Returns:

notifyRequestRuleSetPath

public static final void notifyRequestRuleSetPath(java.lang.Object source)
Parameters:
source -

notifyRequestAllRuleSets

public static final void notifyRequestAllRuleSets(java.lang.Object source)
Parameters:
source -

notifyRequestDefaultRuleSets

public static final void notifyRequestDefaultRuleSets(java.lang.Object source)
Parameters:
source -

notifyRequestIncludedRules

public static final void notifyRequestIncludedRules(java.lang.Object source,
                                                    int lowestPriorityForAnalysis)
Parameters:
source -


Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.