hudson.plugins.findbugs
Class Pattern

java.lang.Object
  extended by hudson.plugins.findbugs.Pattern

public class Pattern
extends java.lang.Object

Bug pattern describing a bug type.

Author:
Ulli Hafner

Constructor Summary
Pattern()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description.
 java.lang.String getType()
          Returns the type.
 void setDescription(java.lang.String description)
          Sets the description to the specified value.
 void setType(java.lang.String type)
          Sets the type to the specified value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pattern

public Pattern()
Method Detail

setType

public void setType(java.lang.String type)
Sets the type to the specified value.

Parameters:
type - the value to set

getType

public java.lang.String getType()
Returns the type.

Returns:
the type

setDescription

public void setDescription(java.lang.String description)
Sets the description to the specified value.

Parameters:
description - the value to set

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
the description


Copyright © 2008. All Rights Reserved.