public interface IIgnoreInfo
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
Return whether or not this ignore info is enabled.
|
String |
getPattern()
Return the string specifying the pattern of this ignore.
|
String getPattern()
If you are using string literals in Java to represent the patterns, don't forget escape characters are represented by "\\".
boolean getEnabled()
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.