public abstract class FilterFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
FilterFactory(String tag) |
Modifier and Type | Method and Description |
---|---|
String |
getTagName() |
abstract com.android.server.firewall.Filter |
newFilter(XmlPullParser parser) |
protected FilterFactory(String tag)
public String getTagName()
public abstract com.android.server.firewall.Filter newFilter(XmlPullParser parser) throws IOException, XmlPullParserException
IOException
XmlPullParserException