public class ImportWorkspacesModule extends org.jboss.dashboard.factory.InitialModule
Modifier and Type | Field and Description |
---|---|
protected String |
importFile
Represents the path of the XML file to import.
|
Constructor and Description |
---|
ImportWorkspacesModule() |
Modifier and Type | Method and Description |
---|---|
String |
getImportFile() |
boolean |
install() |
void |
setImportFile(String importFile) |
boolean |
upgrade(long l) |
doTheInstall, doTheUpgrade, getName, getVersion, isInstallTransactional, setInstallTransactional, setName, setVersion
protected String importFile
public String getImportFile()
public void setImportFile(String importFile)
public boolean upgrade(long l)
upgrade
in class org.jboss.dashboard.factory.InitialModule
public boolean install()
install
in class org.jboss.dashboard.factory.InitialModule
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.