View Javadoc

1   package com.atlassian.config.wizard;
2   
3   import com.atlassian.config.ConfigurationException;
4   
5   /**
6    * Created by IntelliJ IDEA.
7    * User: ROSS
8    * Date: 15/03/2004
9    * Time: 14:39:14
10   * To change this template use File | Settings | File Templates.
11   */
12  public interface SaveStrategy
13  {
14      public void save(SetupWizard setupWizard) throws ConfigurationException;
15  }