org.apache.james.imapserver.sieve
Class ResourceLocatorImpl

java.lang.Object
  extended by org.apache.james.imapserver.sieve.ResourceLocatorImpl
All Implemented Interfaces:
org.apache.jsieve.mailet.ResourceLocator

public class ResourceLocatorImpl
extends java.lang.Object
implements org.apache.jsieve.mailet.ResourceLocator

To maintain backwards compatibility with existing installations, this uses the old file based scheme. TODO: replace with FileSystem based implementation.


Constructor Summary
ResourceLocatorImpl()
           
 
Method Summary
 java.io.InputStream get(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLocatorImpl

public ResourceLocatorImpl()
Method Detail

get

public java.io.InputStream get(java.lang.String uri)
                        throws java.io.IOException
Specified by:
get in interface org.apache.jsieve.mailet.ResourceLocator
Throws:
java.io.IOException


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.