| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.puppycrawl.tools.checkstyle.CheckStyleTask.Propertypublic static class CheckStyleTask.Propertyextends ObjectMethod 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 |