Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] gsiftp fetchInfo


When I call the exist() method after calling a fetchInfo on a gsiftp:// URI I get always false even if the matching store exist.

I think it is because the method is not implemented:

@Override
public IFileInfo fetchInfo( final int options, final IProgressMonitor monitor )
   throws CoreException {
Activator.consoleLog( " <--- retrieving file info: " + this.uri.toString() ); //$NON-NLS-1$
   if ( this.fileInfo == null ) {
     // Perform file info retrieval

   }
   return this.fileInfo;
 }

It would be interesting for me to have a list of all working and accessible WMS and storage elements.

For the WMS I submit a test job if it succed I mark the WMS as working. For the file store and I think that calling the
exist() method might be a convenient way, do you plan to implement it soon?

Rom



Back to the top