public class ChmodInstallerListener extends AbstractProgressInstallerListener
InstallerListener for file and directory permissions on Unix.
| Constructor and Description |
|---|
ChmodInstallerListener(InstallData installData)
Constructs an
ChmodInstallerListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
afterDir(File dirPath,
PackFile pf,
Pack pack) |
void |
afterFile(File filePath,
PackFile pf,
Pack pack) |
boolean |
isFileListener()
Determines if the listener should be notified of every file and directory installation.
|
getInstallData, getMessage, getProgressNotifierId, getProgressNotifiers, notifyProgress, setProgressNotifierafterPack, afterPacks, beforeDir, beforeFile, beforePack, beforePacks, beforePacks, initialisepublic ChmodInstallerListener(InstallData installData)
ChmodInstallerListener.installData - the installation datapublic boolean isFileListener()
isFileListener in interface InstallationListenerisFileListener in class AbstractInstallerListenertruepublic void afterFile(File filePath, PackFile pf, Pack pack)
afterFile in interface InstallerListenerafterFile in class AbstractInstallerListenerpublic void afterDir(File dirPath, PackFile pf, Pack pack)
afterDir in interface InstallerListenerafterDir in class AbstractInstallerListenerCopyright © 2001–2025. All rights reserved.