Class CheckstyleAntTask.Property
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask.Property
-
- Enclosing class:
- CheckstyleAntTask
public static class CheckstyleAntTask.Property extends Object
Represents a property that consists of a key and value.
-
-
Constructor Summary
Constructors Constructor Description Property()
-
-
-
Method Detail
-
getKey
public String getKey()
Gets key.- Returns:
- the property key
-
setKey
public void setKey(String key)
Sets key.- Parameters:
key
- sets the property key
-
getValue
public String getValue()
Gets value.- Returns:
- the property value
-
setValue
public void setValue(String value)
Sets value.- Parameters:
value
- set the property value
-
setFile
public void setFile(File file)
Sets the property value from a File.- Parameters:
file
- set the property value from a File
-
-