public interface IIgnoreInfo
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()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.