barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

com.barchart.udt
Class ResourceUDT

java.lang.Object
  extended by com.barchart.udt.ResourceUDT

public final class ResourceUDT
extends Object


Field Summary
static String DEFAULT_LIBRARY_EXTRACT_LOCATION
          target destination of native wrapper library *.dll or *.so files that are extracted from this library jar;
static String DEFAULT_LIBRARY_LOADER_CLASS
           
static String PACKAGE_NAME
           
static String PROPERTY_LIBRARY_EXTRACT_LOCATION
          system property which if provided will override DEFAULT_LIBRARY_EXTRACT_LOCATION
static String PROPERTY_LOADER_CLASS_NAME
          system property which if provided will override default native loader
 
Method Summary
static String getLibraryExtractLocation()
           
static String getLibraryLoaderClassName()
           
static void setLibraryExtractLocation(String location)
           
static void setLibraryLoaderClassName(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE_NAME

public static final String PACKAGE_NAME

PROPERTY_LIBRARY_EXTRACT_LOCATION

public static final String PROPERTY_LIBRARY_EXTRACT_LOCATION
system property which if provided will override DEFAULT_LIBRARY_EXTRACT_LOCATION


PROPERTY_LOADER_CLASS_NAME

public static final String PROPERTY_LOADER_CLASS_NAME
system property which if provided will override default native loader


DEFAULT_LIBRARY_EXTRACT_LOCATION

public static final String DEFAULT_LIBRARY_EXTRACT_LOCATION
target destination of native wrapper library *.dll or *.so files that are extracted from this library jar;

See Also:
Constant Field Values

DEFAULT_LIBRARY_LOADER_CLASS

public static final String DEFAULT_LIBRARY_LOADER_CLASS
Method Detail

getLibraryExtractLocation

public static String getLibraryExtractLocation()

setLibraryExtractLocation

public static void setLibraryExtractLocation(String location)

getLibraryLoaderClassName

public static String getLibraryLoaderClassName()

setLibraryLoaderClassName

public static void setLibraryLoaderClassName(String className)

barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.