|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.file.FileTrigger.FileTriggerResult
public static class FileTrigger.FileTriggerResult
File trigger result, which contains matching files and directories from a concrete file trigger.
| Field Summary | |
|---|---|
java.util.List<FileInfo> |
fileinfo_matches
Contains details about files against which the file trigger matched using its file criteria. |
java.util.List<java.lang.String> |
filename_matches
Contains simple, base file names, without path information, of files against which the file trigger matched using its file criteria. |
java.util.List<java.net.URL> |
url_object_matches
Contains URLs of files and directories against which the file trigger matched using its file criteria. |
java.util.List<java.lang.String> |
url_string_matches
Contains URLs of files and directories against which the file trigger matched using its file criteria. |
| Constructor Summary | |
|---|---|
FileTrigger.FileTriggerResult()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones this file trigger result. |
void |
createdVariable()
Called immediately after a persistent variable has been created and populated with data from the database. |
void |
persistingVariable()
Called immediately before a persistent variable is stored to the database. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<java.lang.String> url_string_matches
public java.util.List<FileInfo> fileinfo_matches
public transient java.util.List<java.net.URL> url_object_matches
public transient java.util.List<java.lang.String> filename_matches
| Constructor Detail |
|---|
public FileTrigger.FileTriggerResult()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - If an error occurs.
public void createdVariable()
throws java.lang.Exception
createdVariable in interface PersistentVariableListenerjava.lang.Exception - If the additional initialization work failed and the
engine needs to be notified.public void persistingVariable()
persistingVariable in interface PersistentVariableListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||