public class Component
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Component.Type |
Modifier and Type | Field and Description |
---|---|
static Component |
COMPACTED_MARKER |
static Component |
COMPRESSION_INFO |
static Component |
DATA |
static Component |
DIGEST |
static Component |
FILTER |
int |
hashCode |
java.lang.String |
name |
static Component |
PRIMARY_INDEX |
static char |
separator |
static Component |
STATS |
static Component |
SUMMARY |
static Component |
TOC |
Component.Type |
type |
Constructor and Description |
---|
Component(Component.Type type) |
Component(Component.Type type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static Pair<Descriptor,Component> |
fromFilename(java.io.File directory,
java.lang.String name)
Filename of the form "
|
int |
hashCode() |
java.lang.String |
name() |
java.lang.String |
toString() |
public static final char separator
public static final Component DATA
public static final Component PRIMARY_INDEX
public static final Component FILTER
public static final Component COMPACTED_MARKER
public static final Component COMPRESSION_INFO
public static final Component STATS
public static final Component DIGEST
public static final Component SUMMARY
public static final Component TOC
public final Component.Type type
public final java.lang.String name
public final int hashCode
public Component(Component.Type type)
public Component(Component.Type type, java.lang.String name)
public java.lang.String name()
public static Pair<Descriptor,Component> fromFilename(java.io.File directory, java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2013 The Apache Software Foundation