Crossfire JXClient, Trunk
Public Member Functions | Package Functions | Private Attributes | List of all members
Chmod.TreeVisitor Class Reference
Inheritance diagram for Chmod.TreeVisitor:
Inheritance graph
Collaboration diagram for Chmod.TreeVisitor:
Collaboration graph

Public Member Functions

FileVisitResult postVisitDirectory (Path dir, IOException exc)
 
FileVisitResult preVisitDirectory (Path dir, BasicFileAttributes attrs)
 
FileVisitResult visitFile (Path file, BasicFileAttributes attrs)
 
FileVisitResult visitFileFailed (Path file, IOException exc)
 

Package Functions

 TreeVisitor (Changer changer)
 

Private Attributes

final Changer changer
 

Detailed Description

Changes the permission of each file and directory visited

Definition at line 288 of file Chmod.java.

Constructor & Destructor Documentation

◆ TreeVisitor()

Chmod.TreeVisitor.TreeVisitor ( Changer  changer)
package

Definition at line 291 of file Chmod.java.

References Chmod.TreeVisitor.changer.

Member Function Documentation

◆ postVisitDirectory()

FileVisitResult Chmod.TreeVisitor.postVisitDirectory ( Path  dir,
IOException  exc 
)

Definition at line 308 of file Chmod.java.

◆ preVisitDirectory()

FileVisitResult Chmod.TreeVisitor.preVisitDirectory ( Path  dir,
BasicFileAttributes  attrs 
)

Definition at line 296 of file Chmod.java.

References Chmod.TreeVisitor.changer, and Chmod.chmod().

Here is the call graph for this function:

◆ visitFile()

FileVisitResult Chmod.TreeVisitor.visitFile ( Path  file,
BasicFileAttributes  attrs 
)

Definition at line 302 of file Chmod.java.

References Chmod.TreeVisitor.changer, Chmod.chmod(), and file.

Here is the call graph for this function:

◆ visitFileFailed()

FileVisitResult Chmod.TreeVisitor.visitFileFailed ( Path  file,
IOException  exc 
)

Definition at line 315 of file Chmod.java.

Member Data Documentation

◆ changer

final Changer Chmod.TreeVisitor.changer
private

The documentation for this class was generated from the following file: