Package org.vast.process
Class ProcessInfo
java.lang.Object
org.vast.process.ProcessInfo
- Direct Known Subclasses:
OSHProcessInfo
Basic process info used for discovering available process implementations on the classpath
- Since:
- May 5, 2017
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<? extends IProcessExec>
protected String
protected String
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInfo
(String uri, String name, String desc, Class<? extends IProcessExec> clazz) -
Method Summary
-
Field Details
-
uri
-
name
-
description
-
clazz
-
-
Constructor Details
-
ProcessInfo
-
-
Method Details
-
getUri
-
getName
-
getDescription
-
getImplementationClass
-