Package loci.poi.poifs.filesystem
Class DocumentDescriptor
- java.lang.Object
-
- loci.poi.poifs.filesystem.DocumentDescriptor
-
public class DocumentDescriptor extends Object
Class DocumentDescriptor- Version:
- %I%, %G%
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
-
Constructor Summary
Constructors Constructor Description DocumentDescriptor(POIFSDocumentPath path, String name)
Trivial constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
equality.int
hashCode()
calculate and return the hashcodeString
toString()
-
-
-
Constructor Detail
-
DocumentDescriptor
public DocumentDescriptor(POIFSDocumentPath path, String name)
Trivial constructor- Parameters:
path
- the Document pathname
- the Document name
-
-
Method Detail
-
equals
public boolean equals(Object o)
equality. Two DocumentDescriptor instances are equal if they have equal paths and names
-
hashCode
public int hashCode()
calculate and return the hashcode
-
-