com.sun.pkg.client
Class DirAction

java.lang.Object
  extended by com.sun.pkg.client.Action
      extended by com.sun.pkg.client.AbstractFileAction
          extended by com.sun.pkg.client.DirAction
All Implemented Interfaces:
java.lang.Comparable<Action>

public final class DirAction
extends AbstractFileAction

A DirAction is an action that represents a directory within the image.

Author:
trm

Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.sun.pkg.client.AbstractFileAction
getGroup, getMode, getOwner, getPath
 
Methods inherited from class com.sun.pkg.client.Action
compareTo, equals, getSize, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object