org.kuali.common.util.execute
Class ShowPropertiesExecutable
java.lang.Object
org.kuali.common.util.execute.ShowPropertiesExecutable
- All Implemented Interfaces:
- Executable
public class ShowPropertiesExecutable
- extends Object
- implements Executable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowPropertiesExecutable
public ShowPropertiesExecutable()
execute
public void execute()
- Specified by:
execute
in interface Executable
getProperties
public Properties getProperties()
setProperties
public void setProperties(Properties properties)
getIncludes
public List<String> getIncludes()
setIncludes
public void setIncludes(List<String> includes)
getExcludes
public List<String> getExcludes()
setExcludes
public void setExcludes(List<String> excludes)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.