Package com.eduix.genexp.osgi
Class TriggerCommand
- java.lang.Object
-
- com.eduix.genexp.osgi.TriggerCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class TriggerCommand extends Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Stringcodeprivate ExportServiceexportService(package private) Stringid(package private) Stringtype
-
Constructor Summary
Constructors Constructor Description TriggerCommand()
-
-
-
Field Detail
-
type
String type
-
id
String id
-
code
String code
-
exportService
private ExportService exportService
-
-