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