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
-
ATTR_PASSTARGET
- Attribute index - The target physicall directory of this resource.
-
PassDirectory()
-
-
getDirectory()
- The getDirectory method now returns the pass-directory.
-
initialize(Object[])
- Make the directory attribute default to the target location.
-
setValue(int, Object)
- Catch side-effects on pass-target, to absolutize it.
ATTR_PASSTARGET
protected static int ATTR_PASSTARGET
- Attribute index - The target physicall directory of this resource.
PassDirectory
public PassDirectory()
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
getDirectory
public File getDirectory()
- The getDirectory method now returns the pass-directory.
- Returns:
- The pass target location.
- Overrides:
- getDirectory in class DirectoryResource
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