org.kuali.common.impex.schema
Class ProduceSchemaExecutable

java.lang.Object
  extended by org.kuali.common.impex.schema.ProduceSchemaExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

public class ProduceSchemaExecutable
extends Object
implements org.kuali.common.util.execute.Executable


Field Summary
static boolean DEFAULT_SKIP_EXECUTION
           
protected static String LF
           
 
Constructor Summary
ProduceSchemaExecutable()
           
 
Method Summary
 void execute()
           
 Map<String,List<String>> getFileNamesToSqls()
           
 boolean isSkip()
           
 void setFileNamesToSqls(Map<String,List<String>> fileNamesToSqls)
           
 void setSkip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LF

protected static final String LF
See Also:
Constant Field Values

DEFAULT_SKIP_EXECUTION

public static final boolean DEFAULT_SKIP_EXECUTION
See Also:
Constant Field Values
Constructor Detail

ProduceSchemaExecutable

public ProduceSchemaExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getFileNamesToSqls

public Map<String,List<String>> getFileNamesToSqls()

setFileNamesToSqls

public void setFileNamesToSqls(Map<String,List<String>> fileNamesToSqls)

isSkip

public boolean isSkip()

setSkip

public void setSkip(boolean skip)


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