com.clickntap.tool.setup
Interface SetupStep

All Known Implementing Classes:
DatabaseStep

public interface SetupStep


Method Summary
 String getDescription()
           
 void init(org.springframework.jdbc.core.JdbcTemplate db, BOManager app, String schema)
           
 boolean isSkipable()
           
 void setup()
           
 

Method Detail

getDescription

String getDescription()
                      throws Exception
Throws:
Exception

isSkipable

boolean isSkipable()
                   throws Exception
Throws:
Exception

init

void init(org.springframework.jdbc.core.JdbcTemplate db,
          BOManager app,
          String schema)
          throws Exception
Throws:
Exception

setup

void setup()
           throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.