Interface StartServerCommand
-
- All Known Implementing Classes:
StartDomainCommand,StartDomainsCommand,StartLocalInstanceCommand
public interface StartServerCommand- Author:
- bnevins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateLauncher()Create a launcher for the whatever type of server "we" are.List<String>getLauncherArgs()RuntimeTypegetType()
-
-
-
Method Detail
-
getType
RuntimeType getType()
- Returns:
- the type of "this" server
-
createLauncher
void createLauncher() throws GFLauncherException, MiniXmlParserExceptionCreate a launcher for the whatever type of server "we" are.- Throws:
GFLauncherException- if there is an error creating the launcherMiniXmlParserException- if there is an error reading the domain.xml
-
-