|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.gui2.ProjectSettings
@Deprecated public class ProjectSettings
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
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 |
---|
public static ProjectSettings newInstance()
public static ProjectSettings getInstance()
public static void loadInstance(@WillClose java.io.InputStream in)
public void save(@WillClose java.io.OutputStream out)
public void addFilter(FilterMatcher filter)
public void addFilters(FilterMatcher[] newFilters)
public boolean removeFilter(FilterMatcher filter)
public int getMaxSizeOfPreviousComments()
public void setMaxSizeOfPreviousComments(int num)
num
-
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |