com.puppycrawl.tools.checkstyle
Class CheckStyleTask.Property
java.lang.Object
com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
- CheckStyleTask
public static class CheckStyleTask.Property
extends java.lang.Object
Represents a property that consists of a key and value.
getKey
public String getKey()
- the property key
getValue
public String getValue()
- the property value
setFile
public void setFile(File aValue)
aValue
- set the property value from a File
setKey
public void setKey(String aKey)
aKey
- sets the property key
setValue
public void setValue(String aValue)
aValue
- set the property value