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
-
setKey
-
getValue
-
setValue
-
setFile
Sets the property value from a File.- Parameters:
file- set the property value from a File
-