| org.w3c.tools.resources.ContainerResource org.w3c.jigedit.cvs.CvsEntryResource
CvsEntryResource | public class CvsEntryResource extends ContainerResource (Code) | | 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.
|
Inner Class :class RevisionNumberException extends Exception | |
Inner Class :class RevisionFrame extends HTTPFrame | |
edittext | static byte edittext(Code) | | |
endAnchor | static byte endAnchor(Code) | | |
increments | static byte increments(Code) | | |
midAnchor | static byte midAnchor(Code) | | |
pattern | static byte pattern(Code) | | |
startAnchor | static byte startAnchor(Code) | | |
byteArrayNEquals | final static boolean byteArrayNEquals(byte[] ba1, int off1, byte[] ba2, int off2, int n)(Code) | | Analogous to standard C's strncmp , for byte arrays.
(Should be in some utility package, I'll put it here for now)
Parameters: ba1 - the first byte array Parameters: off1 - where to start in the first array Parameters: ba2 - the second byte array Parameters: off2 - where to start in the second array Parameters: n - the length to compare up to true if both specified parts of the arrays are equal, false if they aren't . |
isDigitOrPoint | final static boolean isDigitOrPoint(byte ch)(Code) | | |
isSpace | final static boolean isSpace(byte ch)(Code) | | Does the same as Character.isSpace, without need to cast the
byte into a char.
Parameters: ch - the character whether or not ch is ASCII white space See Also: java.lang.Character.isSpace |
|
|