org.kuali.common.util
Class DefaultMetaInfContext
java.lang.Object
org.kuali.common.util.DefaultMetaInfContext
- All Implemented Interfaces:
- MetaInfContext
public class DefaultMetaInfContext
- extends Object
- implements MetaInfContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMetaInfContext
public DefaultMetaInfContext()
getBaseDir
public File getBaseDir()
- Specified by:
getBaseDir
in interface MetaInfContext
setBaseDir
public void setBaseDir(File baseDir)
getOutputFile
public File getOutputFile()
- Specified by:
getOutputFile
in interface MetaInfContext
setOutputFile
public void setOutputFile(File outputFile)
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interface MetaInfContext
setPrefix
public void setPrefix(String prefix)
isSort
public boolean isSort()
- Specified by:
isSort
in interface MetaInfContext
setSort
public void setSort(boolean sort)
getIncludes
public List<String> getIncludes()
- Specified by:
getIncludes
in interface MetaInfContext
setIncludes
public void setIncludes(List<String> includes)
getExcludes
public List<String> getExcludes()
- Specified by:
getExcludes
in interface MetaInfContext
setExcludes
public void setExcludes(List<String> excludes)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.