org.kuali.common.jdbc.show
Class ShowDbaConfigExecutable

java.lang.Object
  extended by org.kuali.common.jdbc.show.ShowDbaConfigExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

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


Field Summary
static boolean DEFAULT_SKIP
           
 
Constructor Summary
ShowDbaConfigExecutable(DatabaseProcessContext context, DataSource dataSource, JdbcService service)
           
ShowDbaConfigExecutable(DatabaseProcessContext context, DataSource dataSource, JdbcService service, boolean skip)
           
 
Method Summary
 void execute()
           
 DatabaseProcessContext getContext()
           
 DataSource getDataSource()
           
 JdbcService getService()
           
 boolean isSkip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SKIP

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

ShowDbaConfigExecutable

public ShowDbaConfigExecutable(DatabaseProcessContext context,
                               DataSource dataSource,
                               JdbcService service)

ShowDbaConfigExecutable

public ShowDbaConfigExecutable(DatabaseProcessContext context,
                               DataSource dataSource,
                               JdbcService service,
                               boolean skip)
Method Detail

execute

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

getContext

public DatabaseProcessContext getContext()

getDataSource

public DataSource getDataSource()

getService

public JdbcService getService()

isSkip

public boolean isSkip()


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