public static class RewriteSubstitution.Parameter extends Object implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
getKey(MatchResultSubstitution resultSubs) |
String[] |
getValues(MatchResultSubstitution resultSubs) |
void |
setKey(String key) |
void |
setValue(String value) |
void |
setValues(String[] values) |
String |
toString() |
public void setKey(String key)
public void setValue(String value)
public void setValues(String[] values)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public String getKey(MatchResultSubstitution resultSubs)
public String[] getValues(MatchResultSubstitution resultSubs)
Copyright © 2006–2018 TinyGroup. All rights reserved.