|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.cvs.AutoLookupDirectory
A special version of DirectoryResource that can fetch a file from CVS directly if it is not already here. It can alos do an automatic update, depending on a flag
Fields inherited from class org.w3c.jigsaw.resources.DirectoryResource |
ATTR_NEGOTIABLE |
Fields inherited from class org.w3c.tools.resources.DirectoryResource |
ATTR_DIRECTORY,
ATTR_DIRSTAMP,
ATTR_EXTENSIBLE,
ATTR_INDEXER |
Fields inherited from class org.w3c.tools.resources.ContainerResource |
acquired,
ATTR_KEY |
Fields inherited from class org.w3c.tools.resources.FramedResource |
ATTR_OID,
attrListener,
debugEvent,
event_disabled,
framesRef,
structListener |
Fields inherited from class org.w3c.tools.resources.Resource |
ATTR_CONTEXT,
ATTR_HELP_URL,
ATTR_IDENTIFIER,
ATTR_LAST_MODIFIED,
ATTR_PARENT,
ATTR_RESOURCE_FRAMES,
ATTR_STORE_ENTRY,
ATTR_URL |
Fields inherited from class org.w3c.tools.resources.AttributeHolder |
attributes,
slowpickle,
values |
Constructor Summary | |
AutoLookupDirectory()
|
Method Summary | |
org.w3c.tools.resources.ResourceReference |
createDirectoryResource(java.lang.String name)
Create a DirectoryResource and the physical directory too. |
protected CvsDirectory |
getCvsManager()
Get the appropriate CVS manager for the directory we handle. |
boolean |
isAutoUpdatable()
tell if we must always do an update. |
boolean |
isCvsExtensible()
tell if we must add in cvs the new puted documents. |
org.w3c.tools.resources.ResourceReference |
lookup(java.lang.String name)
Lookup the resource having the given name in this directory. |
Methods inherited from class org.w3c.jigsaw.resources.DirectoryResource |
getNegotiableFlag,
index,
lookup,
updateNegotiableResource |
Methods inherited from class org.w3c.tools.resources.DirectoryResource |
createDefaultResource,
createDefaultResource,
createResource,
createResource,
delete,
enumerateAllResourceIdentifiers,
enumerateResourceIdentifiers,
getDirectory,
getDirStamp,
getExtensibleFlag,
getIndexedName,
getIndexer,
initialize,
reindex,
resourceRemoved,
setValue,
updateDefaultChildAttributes,
verify |
Methods inherited from class org.w3c.tools.resources.ContainerResource |
acquireChildren,
addResource,
delete,
deleteChildren,
getChildrenSpaceEntry,
getClone,
getKey,
getMatchingCharsCount,
getSpaceEntry,
internalLookup,
notifyUnload,
registerResource,
replace,
resourceCreated,
resourceModified |
Methods inherited from class org.w3c.tools.resources.AbstractContainer |
attributeChanged,
enumerateResourceIdentifiers,
resourceUnloaded |
Methods inherited from class org.w3c.tools.resources.FramedResource |
addAttributeChangedListener,
addStructureChangedListener,
collectFramesReference,
disableEvent,
displayEvent,
enableEvent,
eventDisabled,
fireAttributeChangeEvent,
fireStructureChangedEvent,
fireStructureChangedEvent,
frameAdded,
frameModified,
frameRemoved,
getFrame,
getFrame,
getFrameReference,
getFrameReference,
getFramesReference,
getOid,
markModified,
perform,
performFrames,
postAttributeChangeEvent,
postEvent,
postStructureChangedEvent,
postStructureChangedEvent,
processEvent,
registerFrame,
registerFrameIfNone,
removeAttributeChangedListener,
removeStructureChangedListener,
unregisterFrame |
Methods inherited from class org.w3c.tools.resources.Resource |
acceptUnload,
checkMultipleLock,
collectFrames,
getContext,
getFrame,
getFrames,
getHelpURL,
getHelpURL,
getIdentifier,
getLastModified,
getParent,
getResourceReference,
getServer,
getSpace,
getStoreEntry,
getURLPath,
getValue,
getValue,
isInitialized,
setContext,
setContext,
setValue,
updateAttributes |
Methods inherited from class org.w3c.tools.resources.AttributeHolder |
definesAttribute,
definesAttribute,
getAttributes,
getBoolean,
getChar,
getClone,
getClone,
getDouble,
getFloat,
getInt,
getLong,
getString,
getValue,
initialize,
lookupAttribute,
pickle,
print,
setBoolean,
setChar,
setDouble,
setFloat,
setInt,
setLong,
setString,
setValue,
unpickle,
unpickle,
unpickle,
unpickleInstance,
unpickleInstance |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AutoLookupDirectory()
Method Detail |
protected CvsDirectory getCvsManager() throws CvsException
public boolean isAutoUpdatable()
public boolean isCvsExtensible()
public org.w3c.tools.resources.ResourceReference createDirectoryResource(java.lang.String name)
name
- the name of the resource.public org.w3c.tools.resources.ResourceReference lookup(java.lang.String name)
name
- The name of the resource.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |