public class TorrentCreateFilter extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String | filterPattern |
String | filterType |
boolean | isDefault |
String | name |
| Constructor and Description |
|---|
TorrentCreateFilter(String name,
String filterPattern,
String filterType,
boolean isDefault)Creates a new torrent creation filter. |
public final String filterPattern
public final String filterType
public final boolean isDefault
public final String name
public TorrentCreateFilter(String name, String filterPattern, String filterType, boolean isDefault)
name - the display name for this filterfilterPattern - the pattern to match againstfilterType - the type of filter (e.g., "include", "exclude")isDefault - true if this is the default filter