@Deprecated public class TextFileFilter extends Object implements Cloneable
| 构造器和说明 |
|---|
TextFileFilter()
已过时。
|
TextFileFilter(int filterPosition,
String filterString,
boolean filterLastLine,
boolean filterPositive)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
已过时。
|
int |
getFilterPosition()
已过时。
|
String |
getFilterString()
已过时。
|
boolean |
isFilterLastLine()
已过时。
|
boolean |
isFilterPositive()
已过时。
|
void |
setFilterLastLine(boolean filterLastLine)
已过时。
|
void |
setFilterPosition(int filterPosition)
已过时。
|
void |
setFilterPositive(boolean filterPositive)
已过时。
|
void |
setFilterString(String filterString)
已过时。
|
public TextFileFilter(int filterPosition,
String filterString,
boolean filterLastLine,
boolean filterPositive)
filterPosition - The position of the occurrence of the filter string to check atfilterString - The string to filter onfilterLastLine - True if we want to stop when we reach a filter string on the specified position False if you just want to
skip the line.filterPositive - True if we want to get only lines that match this stringpublic TextFileFilter()
public boolean isFilterLastLine()
public void setFilterLastLine(boolean filterLastLine)
filterLastLine - The filterLastLine to set.public boolean isFilterPositive()
public void setFilterPositive(boolean filterPositive)
filterPositive - The filterPositive to set.public int getFilterPosition()
public void setFilterPosition(int filterPosition)
filterPosition - The filterPosition to set.public String getFilterString()
public void setFilterString(String filterString)
filterString - The filterString to set.Copyright © 2024 Hitachi Vantara. All rights reserved.