com.puppycrawl.tools.checkstyle

Class CheckStyleTask.Property

public static class CheckStyleTask.Property extends Object

Represents a property that consists of a key and value.
Method Summary
StringgetKey()
StringgetValue()
voidsetFile(File aValue)
voidsetKey(String aKey)
voidsetValue(String aValue)

Method Detail

getKey

public String getKey()

Returns: the property key

getValue

public String getValue()

Returns: the property value

setFile

public void setFile(File aValue)

Parameters: aValue set the property value from a File

setKey

public void setKey(String aKey)

Parameters: aKey sets the property key

setValue

public void setValue(String aValue)

Parameters: aValue set the property value