Uses of Class
org.apache.tika.parser.iwork.IWorkPackageParser.IWORKDocumentType

Packages that use IWorkPackageParser.IWORKDocumentType
org.apache.tika.parser.iwork   
 

Uses of IWorkPackageParser.IWORKDocumentType in org.apache.tika.parser.iwork
 

Methods in org.apache.tika.parser.iwork that return IWorkPackageParser.IWORKDocumentType
static IWorkPackageParser.IWORKDocumentType IWorkPackageParser.IWORKDocumentType.detectType(org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry, org.apache.commons.compress.archivers.zip.ZipArchiveInputStream zip)
           
static IWorkPackageParser.IWORKDocumentType IWorkPackageParser.IWORKDocumentType.detectType(org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
static IWorkPackageParser.IWORKDocumentType IWorkPackageParser.IWORKDocumentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IWorkPackageParser.IWORKDocumentType[] IWorkPackageParser.IWORKDocumentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.