All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.resources.PassDirectory

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.AbstractContainer
                                   |
                                   +----org.w3c.tools.resources.ContainerResource
                                           |
                                           +----org.w3c.tools.resources.DirectoryResource
                                                   |
                                                   +----org.w3c.jigsaw.resources.DirectoryResource
                                                           |
                                                           +----org.w3c.jigsaw.resources.PassDirectory

public class PassDirectory
extends DirectoryResource

Variable Index

 o ATTR_PASSTARGET
Attribute index - The target physicall directory of this resource.

Constructor Index

 o PassDirectory()

Method Index

 o getDirectory()
The getDirectory method now returns the pass-directory.
 o initialize(Object[])
Make the directory attribute default to the target location.
 o setValue(int, Object)
Catch side-effects on pass-target, to absolutize it.

Variables

 o ATTR_PASSTARGET
 protected static int ATTR_PASSTARGET
Attribute index - The target physicall directory of this resource.

Constructors

 o PassDirectory
 public PassDirectory()

Methods

 o setValue
 public void setValue(int idx,
                      Object value)
Catch side-effects on pass-target, to absolutize it.

Parameters:
idx - The attribute to set.
value - The new value.
Overrides:
setValue in class DirectoryResource
 o getDirectory
 public File getDirectory()
The getDirectory method now returns the pass-directory.

Returns:
The pass target location.
Overrides:
getDirectory in class DirectoryResource
 o initialize
 public void initialize(Object values[])
Make the directory attribute default to the target location. This is required for classes that rely on the directory attribute to compute their own attributes.

Parameters:
values - The values we should initialized from.
Overrides:
initialize in class DirectoryResource

All Packages  Class Hierarchy  This Package  Previous  Next  Index