程序包 proguard.io
类 NameFilteredDataEntryReader
- java.lang.Object
-
- proguard.io.FilteredDataEntryReader
-
- proguard.io.NameFilteredDataEntryReader
-
- 所有已实现的接口:
DataEntryReader
public class NameFilteredDataEntryReader extends FilteredDataEntryReader
ThisDataEntryReaderdelegates to one of two otherDataEntryReaderinstances, depending on the name of the data entry.
-
-
构造器概要
构造器 构造器 说明 NameFilteredDataEntryReader(java.lang.String regularExpression, DataEntryReader acceptedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the given list of filters.NameFilteredDataEntryReader(java.lang.String regularExpression, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers, depending on the given list of filters.NameFilteredDataEntryReader(java.util.List regularExpressions, DataEntryReader acceptedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the given list of filters.NameFilteredDataEntryReader(java.util.List regularExpressions, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers, depending on the given list of filters.NameFilteredDataEntryReader(StringMatcher stringMatcher, DataEntryReader acceptedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the given string matcher.NameFilteredDataEntryReader(StringMatcher stringMatcher, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers, depending on the given string matcher.
-
方法概要
-
从类继承的方法 proguard.io.FilteredDataEntryReader
read
-
-
-
-
构造器详细资料
-
NameFilteredDataEntryReader
public NameFilteredDataEntryReader(java.lang.String regularExpression, DataEntryReader acceptedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the given list of filters.
-
NameFilteredDataEntryReader
public NameFilteredDataEntryReader(java.lang.String regularExpression, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers, depending on the given list of filters.
-
NameFilteredDataEntryReader
public NameFilteredDataEntryReader(java.util.List regularExpressions, DataEntryReader acceptedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the given list of filters.
-
NameFilteredDataEntryReader
public NameFilteredDataEntryReader(java.util.List regularExpressions, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers, depending on the given list of filters.
-
NameFilteredDataEntryReader
public NameFilteredDataEntryReader(StringMatcher stringMatcher, DataEntryReader acceptedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to the given reader, depending on the given string matcher.
-
NameFilteredDataEntryReader
public NameFilteredDataEntryReader(StringMatcher stringMatcher, DataEntryReader acceptedDataEntryReader, DataEntryReader rejectedDataEntryReader)
Creates a new NameFilteredDataEntryReader that delegates to either of the two given readers, depending on the given string matcher.
-
-