org.xngr
Interface FileService

All Superinterfaces:
Service, URIService

public interface FileService
extends URIService

The representation of a service associated with a file.

Version:
$Revision: 90 $, $Date: 2009-05-05 23:06:29 +0100 (Tue, 05 May 2009) $
Author:
Edwin Dankert

Method Summary
 java.util.List<FileMarker> getMarkers()
           
 
Methods inherited from interface org.xngr.URIService
open
 
Methods inherited from interface org.xngr.Service
close, getDescription, getIcon, getIdentifier, getName
 

Method Detail

getMarkers

java.util.List<FileMarker> getMarkers()
Returns:
a list of markers the service is associated with. Null or an empty list indicate no specific markers have been associated with this service and the service is by default associated with all Files.


Copyright © 2002-2009 Edwin Dankert. All Rights Reserved.