public class ServiceFactoryInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
factoryClass
The class to load for the default service factory
|
java.lang.String |
jarFilePath
The path to the service factory jar file
|
| Constructor and Description |
|---|
ServiceFactoryInfo()
Create a new instance of ServiceFactoryInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
toModuleInfo()
Convert this info object into a ModuleInfo type, with information added as
appropriate.
|
public java.lang.String jarFilePath
public java.lang.String factoryClass
public ServiceFactoryInfo()
public ModuleInfo toModuleInfo()