org.kuali.common.util
Interface MetaInfContext

All Known Implementing Classes:
DefaultMetaInfContext

public interface MetaInfContext


Field Summary
static String DEFAULT_PREFIX_VALUE
           
static boolean DEFAULT_SORT_VALUE
           
 
Method Summary
 File getBaseDir()
           
 List<String> getExcludes()
           
 List<String> getIncludes()
           
 File getOutputFile()
           
 String getPrefix()
           
 boolean isSort()
           
 

Field Detail

DEFAULT_SORT_VALUE

static final boolean DEFAULT_SORT_VALUE
See Also:
Constant Field Values

DEFAULT_PREFIX_VALUE

static final String DEFAULT_PREFIX_VALUE
See Also:
Constant Field Values
Method Detail

getBaseDir

File getBaseDir()

getOutputFile

File getOutputFile()

getPrefix

String getPrefix()

isSort

boolean isSort()

getIncludes

List<String> getIncludes()

getExcludes

List<String> getExcludes()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.