Class w3c.jigsaw.indexer.Directory
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.indexer.Directory

java.lang.Object
   |
   +----w3c.jigsaw.resources.AttributeHolder
           |
           +----w3c.jigsaw.resources.Resource
                   |
                   +----w3c.jigsaw.indexer.IndexerResource
                           |
                           +----w3c.jigsaw.indexer.Directory

public class Directory
extends IndexerResource
Directory description objects. Those objects are template that allows the server to know how to index new directories on the fly, through the resourceIndexer.
See Also:
ResourceIndexer

Variable Index

 o ATTR_GENERIC
Attribute index - Does this applies to directory below this one.

Constructor Index

 o Directory()

Method Index

 o getDefaultTargetClass()
Get the default directory target class.
 o getGenericFlag()
Get the generic flag value.
 o makeDirectory(String, Class)
Create a new Directory template.

Variables

 o ATTR_GENERIC
  protected static int ATTR_GENERIC
Attribute index - Does this applies to directory below this one.

Constructors

 o Directory
  public Directory()

Methods

 o getDefaultTargetClass
  public Class getDefaultTargetClass()
Get the default directory target class.
Overrides:
getDefaultTargetClass in class IndexerResource
 o getGenericFlag
  public boolean getGenericFlag()
Get the generic flag value.
 o makeDirectory
  public static Directory makeDirectory(String name,
                                        Class cls)
Create a new Directory template.

All Packages  Class Hierarchy  This Package  Previous  Next  Index