public class AddressMatch extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.dubbo.common.logger.ErrorTypeAwareLogger |
logger |
| Constructor and Description |
|---|
AddressMatch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCird() |
String |
getExact() |
String |
getWildcard() |
boolean |
isMatch(String input) |
void |
setCird(String cird) |
void |
setExact(String exact) |
void |
setWildcard(String wildcard) |
public String getWildcard()
public void setWildcard(String wildcard)
public String getCird()
public void setCird(String cird)
public String getExact()
public void setExact(String exact)
public boolean isMatch(String input)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.