/**
* FeedsMetaDataService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package org.openi.feeds.client;
public interface FeedsMetaDataService extends java.rmi.Remote {
public org.openi.feeds.FeedsMetaData parse(java.lang.String path, org.openi.feeds.FeedsMetaData metaData) throws java.rmi.RemoteException;
public org.openi.feeds.FeedsMetaData[] listMetaData(java.lang.String path) throws java.rmi.RemoteException;
public org.openi.feeds.FeedsMetaData reparse(java.lang.String path) throws java.rmi.RemoteException;
public java.util.HashMap fieldsCount(java.lang.String file, java.lang.String delimeter, int sampleSize) throws java.rmi.RemoteException;
public java.util.HashMap fileAttributes(java.lang.String file) throws java.rmi.RemoteException;
public long fileSize(java.lang.String file) throws java.rmi.RemoteException;
public int lineCount(java.lang.String file) throws java.rmi.RemoteException;
public java.util.HashMap listAll(java.lang.String dir, java.lang.String extensions) throws java.rmi.RemoteException;
public java.util.HashMap listDir(java.lang.String dir, boolean foldersOnly, java.lang.String filterPattern) throws java.rmi.RemoteException;
}
|