public class ShowPropertiesExecutable extends Object implements Executable
| Constructor and Description |
|---|
ShowPropertiesExecutable() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
Properties |
getProperties() |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
void |
setProperties(Properties properties) |
public ShowPropertiesExecutable()
public void execute()
execute in interface Executablepublic Properties getProperties()
public void setProperties(Properties properties)
public List<String> getIncludes()
public void setIncludes(List<String> includes)
public List<String> getExcludes()
public void setExcludes(List<String> excludes)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.