com.kenai.jaffl.provider
Class Library

java.lang.Object
  extended by com.kenai.jaffl.provider.Library
Direct Known Subclasses:
Library

public abstract class Library
extends Object


Constructor Summary
Library()
           
 
Method Summary
abstract  Invoker getInvoker(Method method, Map<LibraryOption,?> options)
           
abstract  Object libraryLock()
           
static String locateLibrary(String libraryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Library

public Library()
Method Detail

getInvoker

public abstract Invoker getInvoker(Method method,
                                   Map<LibraryOption,?> options)

libraryLock

public abstract Object libraryLock()

locateLibrary

public static String locateLibrary(String libraryName)


Copyright © 2011. All Rights Reserved.