net.sourceforge.pmd.cpd
Interface CPDListener

All Known Implementing Classes:
CPDNullListener

public interface CPDListener


Field Summary
static int DONE
           
static int GROUPING
           
static int HASH
           
static int INIT
           
static int MATCH
           
 
Method Summary
 void addedFile(int fileCount, File file)
           
 void phaseUpdate(int phase)
           
 

Field Detail

INIT

static final int INIT
See Also:
Constant Field Values

HASH

static final int HASH
See Also:
Constant Field Values

MATCH

static final int MATCH
See Also:
Constant Field Values

GROUPING

static final int GROUPING
See Also:
Constant Field Values

DONE

static final int DONE
See Also:
Constant Field Values
Method Detail

addedFile

void addedFile(int fileCount,
               File file)

phaseUpdate

void phaseUpdate(int phase)


Copyright © 2009-2012 SonarSource. All Rights Reserved.