Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs.index |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
FSP2LEntry.setType(FSP2LProtoIndex.ItemType type) |
Constructor and Description |
---|
FSP2LEntry(long offset,
long size,
FSP2LProtoIndex.ItemType type,
int checksum,
long revision,
long number) |
Copyright © 2020. All rights reserved.