public class NamedTriggerInfo extends TriggerInfo
| Constructor and Description |
|---|
NamedTriggerInfo(File folder,
File sourceCodeFile,
IConfigSource config) |
NamedTriggerInfo(File folder,
File sourceCodeFile,
IConfigSource config,
String triggerName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTriggerName() |
boolean |
isValid()
Check whether this TriggerInfo is valid or not so that it may can be used to instantiate the Trigger instance.
|
static String |
toConventionalName(File folder,
File sourceCodeFile)
get name which includes the path.
|
defaultInfo, delete, equals, extractName, getConfig, getSourceCodeFile, hashCode, isMigrationNeeded, isTriggerFile, migrate, reloadConfig, toStringpublic NamedTriggerInfo(File folder, File sourceCodeFile, IConfigSource config, String triggerName)
public NamedTriggerInfo(File folder, File sourceCodeFile, IConfigSource config)
public boolean isValid()
TriggerInfoisValid in class TriggerInfopublic String getTriggerName()
getTriggerName in class TriggerInfopublic static String toConventionalName(File folder, File sourceCodeFile)