Package | Description |
---|---|
org.intellimate.izou.system | |
org.intellimate.izou.system.context | |
org.intellimate.izou.system.file |
Modifier and Type | Class and Description |
---|---|
class |
SystemInitializer
The SystemInitializer does any system wide initialization before Izou is started.
|
Modifier and Type | Method and Description |
---|---|
void |
Files.register(ReloadableFile reloadableFile,
FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber with a ReloadableFile . |
void |
Files.registerFileDir(Path dir,
String fileType,
ReloadableFile reloadableFile)
Use this method to register a file with the watcherService
|
Modifier and Type | Method and Description |
---|---|
ReloadableFile |
FileInfo.getReloadableFile()
gets the reloadable files to which the registered file belongs
|
Modifier and Type | Method and Description |
---|---|
IdentificationSet<FileSubscriber> |
FilePublisher.getFileSubscribersForReloadableFile(ReloadableFile reloadableFile)
Get all subscribers for a
reloadableFile |
void |
FilePublisher.notifyFileSubscribers(ReloadableFile reloadableFile)
Notifies all file subscribers registered to
reloadableFile |
void |
FilePublisher.register(ReloadableFile reloadableFile,
FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber with a ReloadableFile . |
void |
FileManager.registerFileDir(Path dir,
String fileType,
ReloadableFile reloadableFile)
Use this method to register a file with the watcherService
|
Constructor and Description |
---|
FileInfo(Path path,
String fileType,
ReloadableFile reloadableFile)
Creates a new FileInfo object
|
Copyright © 2016. All rights reserved.