public class RevisionFile
extends java.lang.Object
Revision. A file has a source, which allows a
single revision to contain files from multiple sources (e.g. multiple
indexes).| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
fileName
The name of the file.
|
long |
size
The size of the file denoted by
fileName. |
| Constructor and Description |
|---|
RevisionFile(java.lang.String fileName)
Constructor with the given file name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.String fileName
public long size
fileName.Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.