FindBugs™ 1.3.9

edu.umd.cs.findbugs.gui2
Class ProjectSettings

java.lang.Object
  extended by edu.umd.cs.findbugs.gui2.ProjectSettings
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class ProjectSettings
extends java.lang.Object
implements java.io.Serializable

This is the .fas file stored when projects are saved All project related information goes here. Anything that would be shared between multiple projects goes into GUISaveState instead

See Also:
Serialized Form

Method Summary
 void addFilter(FilterMatcher filter)
          Deprecated.  
 void addFilters(FilterMatcher[] newFilters)
          Deprecated.  
static ProjectSettings getInstance()
          Deprecated.  
 int getMaxSizeOfPreviousComments()
          Deprecated.  
static void loadInstance(java.io.InputStream in)
          Deprecated.  
static ProjectSettings newInstance()
          Deprecated.  
 boolean removeFilter(FilterMatcher filter)
          Deprecated.  
 void save(java.io.OutputStream out)
          Deprecated.  
 void setMaxSizeOfPreviousComments(int num)
          Deprecated. Sets the maximum number of previous comments stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static ProjectSettings newInstance()
Deprecated. 

getInstance

public static ProjectSettings getInstance()
Deprecated. 

loadInstance

public static void loadInstance(@WillClose
                                java.io.InputStream in)
Deprecated. 

save

public void save(@WillClose
                 java.io.OutputStream out)
Deprecated. 

addFilter

public void addFilter(FilterMatcher filter)
Deprecated. 

addFilters

public void addFilters(FilterMatcher[] newFilters)
Deprecated. 

removeFilter

public boolean removeFilter(FilterMatcher filter)
Deprecated. 

getMaxSizeOfPreviousComments

public int getMaxSizeOfPreviousComments()
Deprecated. 
Returns:
Returns the maximum number of previous comments stored.

setMaxSizeOfPreviousComments

public void setMaxSizeOfPreviousComments(int num)
Deprecated. 
Sets the maximum number of previous comments stored.

Parameters:
num -

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.