public static class CheckstyleAntTask.Property extends java.lang.Object
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets key.
|
java.lang.String |
getValue()
Gets value.
|
void |
setFile(java.io.File file)
Sets the property value from a File.
|
void |
setKey(java.lang.String key)
Sets key.
|
void |
setValue(java.lang.String value)
Sets value.
|
public Property()
public java.lang.String getKey()
public void setKey(java.lang.String key)
key - sets the property keypublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - set the property valuepublic void setFile(java.io.File file)
file - set the property value from a FileCopyright © 2001-2020. All Rights Reserved.