Fixed upgrade and Config object structure
This commit is contained in:
parent
b995063b43
commit
6601f75f49
12 changed files with 137 additions and 88 deletions
|
|
@ -1,15 +1,14 @@
|
|||
package wa.server.plugin.apache;
|
||||
|
||||
import wa.server.WAConstants;
|
||||
import wa.server.plugin.WAConfiguration;
|
||||
import zutil.db.bean.DBBean.DBTable;
|
||||
import wa.server.plugin.WAConfigObject;
|
||||
import zutil.ui.Configurator;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.PrintStream;
|
||||
|
||||
|
||||
public abstract class ApacheAbstractConfig extends WAConfiguration {
|
||||
public abstract class ApacheAbstractConfig extends WAConfigObject {
|
||||
private static final String CONFIG_NAME = "vhost";
|
||||
private static final String NAVIGATION_NAME = "Apache Virtual Host";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue