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 void
createLauncher()
Create a launcher for the whatever type of server "we" are.List<String>
getLauncherArgs()
RuntimeType
getType()
-
-
-
Method Detail
-
getType
RuntimeType getType()
- Returns:
- the type of "this" server
-
createLauncher
void createLauncher() throws GFLauncherException, MiniXmlParserException
Create 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
-
-