org.w3c.jigedit.cvs
Class CvsEntryResource
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.jigedit.cvs.CvsEntryResource
- public class CvsEntryResource
- extends org.w3c.tools.resources.ContainerResource
This class exports the state of an entry. For the time being it doesn't
do much, but it should act as a directory (container) for all revisions
of a document.
The lookup method of this entity should be able to turn a revision number
into an editable (or viewable) document.
Field Summary |
protected java.lang.String |
name
|
protected org.w3c.tools.resources.ResourceReference |
rr_cvsframe
|
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 |
Methods inherited from class org.w3c.tools.resources.ContainerResource |
acquireChildren,
addResource,
createDefaultResource,
delete,
delete,
deleteChildren,
enumerateResourceIdentifiers,
getChildrenSpaceEntry,
getClone,
getKey,
getMatchingCharsCount,
getSpaceEntry,
initialize,
internalLookup,
lookup,
notifyUnload,
registerResource,
replace,
resourceCreated,
resourceModified,
resourceRemoved,
updateDefaultChildAttributes |
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,
setValue,
unregisterFrame |
Methods inherited from class org.w3c.tools.resources.Resource |
acceptUnload,
checkMultipleLock,
collectFrames,
getContext,
getFrame,
getFrames,
getHelpURL,
getHelpURL,
getIdentifier,
getLastModified,
getParent,
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 |
name
protected java.lang.String name
rr_cvsframe
protected org.w3c.tools.resources.ResourceReference rr_cvsframe
getMinor
protected int getMinor(java.lang.String revision)
getCvsManager
protected CvsDirectory getCvsManager()
throws org.w3c.tools.resources.InvalidResourceException
getCvsURL
protected java.lang.String getCvsURL()
checkRevisionNumber
protected void checkRevisionNumber(java.lang.String rev)
throws org.w3c.jigedit.cvs.CvsEntryResource.RevisionNumberException,
CvsException
writeLinks
protected void writeLinks(java.io.OutputStream out,
byte[] b,
int offset,
int length)
throws java.io.IOException
parseDiff
protected java.lang.String parseDiff(java.lang.String diff)
- replace < by <.
parseLog
protected HtmlGenerator parseLog(java.lang.String log)
getRevisionResource
protected org.w3c.tools.resources.ResourceReference getRevisionResource(java.lang.String revision)
lookup
public org.w3c.tools.resources.ResourceReference lookup(java.lang.String revision)
- Overrides:
- lookup in class org.w3c.tools.resources.ContainerResource
getResourceReference
public org.w3c.tools.resources.ResourceReference getResourceReference()
- Overrides:
- getResourceReference in class org.w3c.tools.resources.Resource
getHtmlGenerator
protected HtmlGenerator getHtmlGenerator(java.lang.String title)