Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.puppycrawl.tools.checkstyle.CheckStyleTask.Property
public static class CheckStyleTask.Property
extends Object
Method Summary | |
String |
|
String |
|
void |
|
void |
|
void |
|
public String getKey()
- Returns:
- the property key
public String getValue()
- Returns:
- the property value
public void setFile(File aValue)
- Parameters:
aValue
- set the property value from a File
public void setKey(String aKey)
- Parameters:
aKey
- sets the property key
public void setValue(String aValue)
- Parameters:
aValue
- set the property value
Back to the Checkstyle Home Page |