Uses of Enum
org.tmatesoft.svn.core.internal.io.fs.index.FSP2LProtoIndex.ItemType
Packages that use FSP2LProtoIndex.ItemType
Package
Description
-
Uses of FSP2LProtoIndex.ItemType in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSP2LProtoIndex.ItemTypeModifier and TypeMethodDescriptionprivate long
FSTransactionRoot.writeHashRepresentation
(FSRepresentation representation, SVNProperties hashContents, CountingOutputStream protoFile, java.security.MessageDigest digest, FSP2LProtoIndex.ItemType itemType) -
Uses of FSP2LProtoIndex.ItemType in org.tmatesoft.svn.core.internal.io.fs.index
Fields in org.tmatesoft.svn.core.internal.io.fs.index declared as FSP2LProtoIndex.ItemTypeMethods in org.tmatesoft.svn.core.internal.io.fs.index that return FSP2LProtoIndex.ItemTypeModifier and TypeMethodDescriptionstatic FSP2LProtoIndex.ItemType
FSP2LProtoIndex.ItemType.fromCode
(int code) FSP2LEntry.getType()
static FSP2LProtoIndex.ItemType
FSP2LProtoIndex.ItemType.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static FSP2LProtoIndex.ItemType[]
FSP2LProtoIndex.ItemType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSP2LProtoIndex.ItemTypeConstructors in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSP2LProtoIndex.ItemTypeModifierConstructorDescriptionFSP2LEntry
(long offset, long size, FSP2LProtoIndex.ItemType type, int checksum, long revision, long number)