public class MatchPattern extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INT_MATCH_FROM_END |
static int |
INT_MATCH_FROM_START |
static int |
INT_MATCH_OCCURRANCE |
Constructor and Description |
---|
MatchPattern(String pattern,
int matchType) |
Modifier and Type | Method and Description |
---|---|
int |
getMatchType() |
String |
getPattern() |
boolean |
isActive() |
boolean |
isMatchForLastOccurranceInFile() |
boolean |
isPresent(String lineData) |
void |
setIgnoreCaseFlag(boolean flag) |
void |
setIsActiveFlag(boolean flag) |
void |
setLastOccurranceInFile(boolean flag) |
String |
toString() |
public static final int INT_MATCH_OCCURRANCE
public static final int INT_MATCH_FROM_START
public static final int INT_MATCH_FROM_END
public MatchPattern(String pattern, int matchType)
public boolean isPresent(String lineData)
public boolean isMatchForLastOccurranceInFile()
public boolean isActive()
public void setIsActiveFlag(boolean flag)
public String getPattern()
public int getMatchType()
public void setIgnoreCaseFlag(boolean flag)
public void setLastOccurranceInFile(boolean flag)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.