Class Engine
- java.lang.Object
-
- org.opennms.netmgt.config.scriptd.Engine
-
- All Implemented Interfaces:
Serializable
public class Engine extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Engine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getClassName()
Optional<String>
getExtensions()
String
getLanguage()
int
hashCode()
void
setClassName(String className)
void
setExtensions(String extensions)
void
setLanguage(String language)
-