org.apache.sling.testing.resourceresolver
Class MockResourceResolverFactoryOptions

java.lang.Object
  extended by org.apache.sling.testing.resourceresolver.MockResourceResolverFactoryOptions

public class MockResourceResolverFactoryOptions
extends Object

Options for the factory


Constructor Summary
MockResourceResolverFactoryOptions()
           
 
Method Summary
 org.osgi.service.event.EventAdmin getEventAdmin()
           
 String[] getSearchPaths()
           
 MockResourceResolverFactoryOptions setEventAdmin(org.osgi.service.event.EventAdmin eventAdmin)
           
 MockResourceResolverFactoryOptions setSearchPaths(String[] searchPaths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockResourceResolverFactoryOptions

public MockResourceResolverFactoryOptions()
Method Detail

getEventAdmin

public org.osgi.service.event.EventAdmin getEventAdmin()

setEventAdmin

public MockResourceResolverFactoryOptions setEventAdmin(org.osgi.service.event.EventAdmin eventAdmin)

getSearchPaths

public String[] getSearchPaths()

setSearchPaths

public MockResourceResolverFactoryOptions setSearchPaths(String[] searchPaths)


Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.