Uses of Class
org.tmatesoft.svn.core.internal.io.fs.index.FSP2LProtoIndex.ItemType
-
Packages that use FSP2LProtoIndex.ItemType Package Description org.tmatesoft.svn.core.internal.io.fs.index -
-
Uses of FSP2LProtoIndex.ItemType in org.tmatesoft.svn.core.internal.io.fs.index
Methods in org.tmatesoft.svn.core.internal.io.fs.index that return FSP2LProtoIndex.ItemType Modifier and Type Method Description static FSP2LProtoIndex.ItemType
FSP2LProtoIndex.ItemType. fromCode(int code)
FSP2LProtoIndex.ItemType
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.ItemType Modifier and Type Method Description void
FSP2LEntry. setType(FSP2LProtoIndex.ItemType type)
Constructors in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSP2LProtoIndex.ItemType Constructor Description FSP2LEntry(long offset, long size, FSP2LProtoIndex.ItemType type, int checksum, long revision, long number)
-