public class FactoryInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
className
The name of the class
|
java.lang.String |
description
Optional description
|
java.util.ArrayList<java.lang.String> |
filePath
List of full paths for the jar files that contain the class.
|
java.lang.String |
moduleName
The name of the module that the interface can be read from.
|
java.lang.String |
serviceCategory
The service category related to the class.
|
java.lang.String |
serviceType
The service type related to the class
|
Constructor and Description |
---|
FactoryInfo()
Create a new instance of FactoryInfo
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasFilePath()
Return true if the filePath variable is non-empty.
|
public java.lang.String serviceType
public java.lang.String serviceCategory
public java.lang.String moduleName
public java.lang.String className
public java.lang.String description
public java.util.ArrayList<java.lang.String> filePath