com.puppycrawl.tools.checkstyle

Class CheckStyleTask.Property

Enclosing Class:
CheckStyleTask

public static class CheckStyleTask.Property
extends java.lang.Object

Represents a property that consists of a key and value.

Method Summary

String
getKey()
String
getValue()
void
setFile(File aValue)
void
setKey(String aKey)
void
setValue(String aValue)

Method Details

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