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, toString
public NamedTriggerInfo(File folder, File sourceCodeFile, IConfigSource config, String triggerName)
public NamedTriggerInfo(File folder, File sourceCodeFile, IConfigSource config)
public boolean isValid()
TriggerInfo
isValid
in class TriggerInfo
public String getTriggerName()
getTriggerName
in class TriggerInfo
public static String toConventionalName(File folder, File sourceCodeFile)