A B C D E F G H L M O P Q R S U X

A

AbstractCrawlLister - Class in org.apache.oodt.product.handlers.ofsn
An abstract OFSNListHandler for generating file lists based on two simple flags: recurse, and crawlForDirs, indicating to crawl for directories rather than files.
AbstractCrawlLister() - Constructor for class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 

B

buildZipFile(String, File[]) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 

C

close(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
close(String) - Method in interface org.apache.oodt.product.LargeProductQueryHandler
Close off a product.
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.DirListNonRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.DirListRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.FileListNonRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.FileListRecursiveHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 
configure(Properties) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNGetHandler
Configures this handler with the provided configuration stored in a Properties object.
configure(Properties) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNListHandler
Configures this handler with the provided configuration stored in a Properties object.
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.RawSizeListHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.SingleFileListHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.SingleZipFileListHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 
configure(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
crawlFiles(File, boolean, boolean) - Method in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 

D

DEFAULT_PROD_SERVER_CONTEXT - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_PROD_SERVER_HOSTNAME - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_PROD_SERVER_PORT - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_PRODUCT_ROOT - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_RETURN_TYPE - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DEFAULT_RETURN_VALUE - Static variable in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
DIR_ENTRY_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
DIR_FILTER - Static variable in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
DIR_LISTING_NS - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
DIR_RESULT_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
DirListNonRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
Generates a directory listing, without recursing into the OFSN path.
DirListNonRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.DirListNonRecursiveHandler
 
DirListRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
Generates a directory listing, recursing into the OFSN path.
DirListRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.DirListRecursiveHandler
 

E

extractFieldFromQuery(XMLQuery, String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 

F

FILE_FILTER - Static variable in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
FILE_SIZE_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
FileListNonRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
A non recursive file listing from a given OFSN.
FileListNonRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.FileListNonRecursiveHandler
 
FileListRecursiveHandler - Class in org.apache.oodt.product.handlers.ofsn
A recursive file listing from the provided ofsn.
FileListRecursiveHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.FileListRecursiveHandler
 

G

GET_CMD - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
getClassName() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getConfig(String) - Static method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfigurationReader
 
getGetHandler(String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory
Constructs a new OFSNGetHandler from the specified className.
getHandlerClass(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getHandlerConf() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getHandlerConfig(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getHandlerConfigs() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getHandlerType(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getId() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getInputStream() - Method in class org.apache.oodt.xmlquery.LargeResult
Get an input stream that streams the result from the product server.
getListHandler(String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory
Constructs a new OFSNListHandler from the specified className.
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.DirListNonRecursiveHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.DirListRecursiveHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.FileListNonRecursiveHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.FileListRecursiveHandler
 
getListing(String) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNListHandler
Handlers that implement this method take an Online File Specification Name and return back a listing of files on the remote server.
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.RawSizeListHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.SingleFileListHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.SingleZipFileListHandler
 
getListing(String) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
getMimeType() - Method in class org.apache.oodt.xmlquery.LargeResult
 
getName() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getName() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getOFSNDoc(List<File>, OFSNHandlerConfig, String, boolean, boolean) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
getProductRoot() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
getSize() - Method in class org.apache.oodt.xmlquery.LargeResult
Get the size of the product.
getType() - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
getValue() - Method in class org.apache.oodt.xmlquery.LargeResult
Deprecated. This method always treats its value as if it were a String. Worse, for very large results, it cannot contain the entire result in memory. Use getInputStream() instead to perform stream processing on result data.

H

HANDLER_CLASSNAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
HANDLER_NAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
HANDLER_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
HANDLER_TYPE_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
handlerTable - Variable in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 

L

LargeProductQueryHandler - Interface in org.apache.oodt.product
Handle requests for products that are too large to fit in an XMLQuery object.
LargeResult - Class in org.apache.oodt.xmlquery
A large result is a result for large products.
LargeResult(Result) - Constructor for class org.apache.oodt.xmlquery.LargeResult
Creates a new LargeResult instance.
LargeResult(String, String, String, String, List, long) - Constructor for class org.apache.oodt.xmlquery.LargeResult
Creates a new LargeResult instance.
LISTING_CMD - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
LOG - Static variable in class org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister
 

M

main(String[]) - Static method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
Use this method ot generate a test MD5 of a provide File specified in args[0].
MD5GetHandler - Class in org.apache.oodt.product.handlers.ofsn
A OFSNGetHandler to perform an MD5 for a file on the server side.
MD5GetHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 

O

OFSN - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.XMLQueryMetKeys
 
OFSN_CFG_ID_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
OFSN_CFG_NAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
OFSN_COMPUTE_DIR_SIZE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
OFSN_COMPUTE_FILE_SIZE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
OFSN_PRODUCT_ROOT_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
OFSN_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
OFSN_XML_CONF_FILE_KEY - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNMetKeys
 
OFSNFileHandler - Class in org.apache.oodt.product.handlers.ofsn
An extensible implementation of the PDS-inspired Online File Specification Name (OFSN) style product server.
OFSNFileHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
OFSNFileHandlerConfiguration - Class in org.apache.oodt.product.handlers.ofsn
The OFSN product handler's configuration object.
OFSNFileHandlerConfiguration(String, String, String) - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
OFSNFileHandlerConfiguration() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
OFSNFileHandlerConfigurationReader - Class in org.apache.oodt.product.handlers.ofsn
Reads an XML file representation of the OFSNFileHandlerConfiguration.
OFSNFileHandlerConfigurationReader() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfigurationReader
 
OFSNGetHandler - Interface in org.apache.oodt.product.handlers.ofsn
The default OFSN handler for getting remote data.
OFSNHandlerConfig - Class in org.apache.oodt.product.handlers.ofsn
A configuration element in the XML config file for the OFSN handler.
OFSNHandlerConfig(String, String, String) - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
OFSNHandlerConfig() - Constructor for class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
OFSNListHandler - Interface in org.apache.oodt.product.handlers.ofsn
Classes that implement this interface define how to return file listings on a remote server from an ofsn.
OFSNMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
Met keys for use in OFSN handler definition.
OFSNObjectFactory - Class in org.apache.oodt.product.handlers.ofsn.util
The Object factory to use in the OFSN product server.
OFSNObjectFactory() - Constructor for class org.apache.oodt.product.handlers.ofsn.util.OFSNObjectFactory
 
OFSNUtils - Class in org.apache.oodt.product.handlers.ofsn.util
 
OFSNUtils() - Constructor for class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
OFSNXMLConfigMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
Met Keys for the OFSNFileHandlerConfigurationReader
OFSNXMLMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
 
OODTMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
 
org.apache.oodt.product - package org.apache.oodt.product
 
org.apache.oodt.product.handlers.ofsn - package org.apache.oodt.product.handlers.ofsn
 
org.apache.oodt.product.handlers.ofsn.metadata - package org.apache.oodt.product.handlers.ofsn.metadata
 
org.apache.oodt.product.handlers.ofsn.util - package org.apache.oodt.product.handlers.ofsn.util
 
org.apache.oodt.xmlquery - package org.apache.oodt.xmlquery
 

P

PROPERTY_MIMETYPE_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
PROPERTY_NAME_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
PROPERTY_TAG - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 
PROPERTY_VALUE_ATTR - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLConfigMetKeys
 

Q

query(XMLQuery) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
query(XMLQuery) - Method in interface org.apache.oodt.product.QueryHandler
Run a query.
QueryHandler - Interface in org.apache.oodt.product
Handler for queries in a product service.

R

RawSizeListHandler - Class in org.apache.oodt.product.handlers.ofsn
Handles a listing request for the raw size of a file.
RawSizeListHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.RawSizeListHandler
 
relativeize(String, String) - Static method in class org.apache.oodt.product.handlers.ofsn.util.OFSNUtils
 
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandler
 
retrieveChunk(String, long, int) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNGetHandler
Retrieves a chunk of data from the remote file.
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 
retrieveChunk(String, long, int) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
retrieveChunk(String, long, int) - Method in interface org.apache.oodt.product.LargeProductQueryHandler
Retrieve a chunk of a product.
RETURN_TYPE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.XMLQueryMetKeys
 

S

setClassName(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
setHandlerConf(Properties) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
setId(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
setName(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
setName(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
setProductRoot(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNFileHandlerConfiguration
 
setType(String) - Method in class org.apache.oodt.product.handlers.ofsn.OFSNHandlerConfig
 
SingleFileListHandler - Class in org.apache.oodt.product.handlers.ofsn
Returns a single remote file listing of the given ofsn.
SingleFileListHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.SingleFileListHandler
 
SingleZipFileListHandler - Class in org.apache.oodt.product.handlers.ofsn
Generates a listing of the size of a remote file identified by its OFSN as a zip would be.
SingleZipFileListHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.SingleZipFileListHandler
 
sizeOf(String) - Method in class org.apache.oodt.product.handlers.ofsn.MD5GetHandler
 
sizeOf(String) - Method in interface org.apache.oodt.product.handlers.ofsn.OFSNGetHandler
Returns the size of the remote data, which may be the entire file in question, or some subset/transformation on it.
sizeOf(String) - Method in class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 
sizeOf(String) - Method in class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 
StdOFSNGetHandler - Class in org.apache.oodt.product.handlers.ofsn
Standard way of retrieving a file without performing any transformation on it.
StdOFSNGetHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.StdOFSNGetHandler
 

U

URLGetHandler - Class in org.apache.oodt.product.handlers.ofsn
A OFSNGetHandler for returning a URL listing pointing to files within an OFSN NOTE: Configuration parameters for this class include: 1.
URLGetHandler() - Constructor for class org.apache.oodt.product.handlers.ofsn.URLGetHandler
 

X

XML_MIME_TYPE - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OFSNXMLMetKeys
 
XMLQUERY_QUERYELEM_ROLE_ELEM - Static variable in interface org.apache.oodt.product.handlers.ofsn.metadata.OODTMetKeys
 
XMLQueryMetKeys - Interface in org.apache.oodt.product.handlers.ofsn.metadata
 

A B C D E F G H L M O P Q R S U X

Copyright © 1999-2012 Apache OODT. All Rights Reserved.