public interface FileNotificationMBean
javax.management.JMX#newMBeanProxy
method.Modifier and Type | Method and Description |
---|---|
void |
notifyFileChanges(java.util.Collection<java.lang.String> createdFiles,
java.util.Collection<java.lang.String> modifiedFiles,
java.util.Collection<java.lang.String> deletedFiles)
Invokes the notifyFileChanges operation, which can be used to notify the Liberty profile of created, modified, or deleted files.
|
void notifyFileChanges(java.util.Collection<java.lang.String> createdFiles, java.util.Collection<java.lang.String> modifiedFiles, java.util.Collection<java.lang.String> deletedFiles)
createdFiles
- the absolute paths of any created filesmodifiedFiles
- the absolute paths of any modified filesdeletedFiles
- the absolute paths of any deleted files