class: ChmodInstallerListener

public class: ChmodInstallerListener
Author: Klaus Bartz
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:30:51; Modified: 16.07.2009 15:30:51;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9B62D352-4B9C-4fa7-A701-132D6051DC8A}
<p>InstallerListener for file and directory permissions on Unix.</p>
 

Goto: Custom Properties, Methods

Appears in: listener

Custom Properties
 
ChmodInstallerListener Methods
Operation Details
public
afterDir(
   File dirPath,
   PackFile pf):void
Sequential
Tags: throws=Exception
Notes: (non-Javadoc)
@see com.izforge.izpack.compiler.InstallerListener#handleDir(java.io.File, com.izforge.izpack.PackFile)
public
afterFile(
   File filePath,
   PackFile pf):void
Sequential
Tags: throws=Exception
Notes: (non-Javadoc)
@see com.izforge.izpack.compiler.InstallerListener#handleFile(java.io.File, com.izforge.izpack.PackFile)
private
chmod(
   File path,
   int permissions):void
Sequential
Tags: throws=IOException
public
isFileListener():boolean
Sequential
Notes: (non-Javadoc)
@see com.izforge.izpack.installer.InstallerListener#isFileListener()