public class MicroserviceDeploymentUtils extends Object
| Constructor and Description |
|---|
MicroserviceDeploymentUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
getRourceInstances(File artifactFile)
Initialize a list of objects from the jar for the specified
classes in the jar's manifest file under 'microservices' key.
|
public static List<Object> getRourceInstances(File artifactFile) throws MicroserviceDeploymentException
MicroserviceDeploymentException - if an error occurs while processing the jar fileCopyright © 2017 WSO2. All rights reserved.