public class ServiceEntryPoint
extends java.lang.Object
ServiceEntryPoint class.
| Constructor and Description |
|---|
ServiceEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
startService(ServiceArgs serviceArgs)
Read actual configurations and prepare modules to bind
|
void |
startService(java.lang.String[] args)
Process raw arguments to select profile to use and to replace other configurations from command
line.
|
public void startService(java.lang.String[] args)
throws org.appops.core.ServiceException
args - an array of String objects.org.appops.core.ServiceException - if any.protected void startService(ServiceArgs serviceArgs)
serviceArgs - a ServiceArgs object.Copyright © 2022. All rights reserved.