org.cruxframework.crux.core.client.config
Interface CruxClientConfig


public interface CruxClientConfig

Internal interface. Do not extend or implement this directly. Contains some configuration properties to inform Crux how to work.

To change any of this configuration properties, create a property file for the Crux resource interface.

Author:
Thiago da Rosa de Bustamante

Method Summary
 boolean enableCrux2OldInterfacesCompatibility()
           
 boolean enableDebugForURL(String url)
           
 boolean preferWebSQLForNativeDB()
           
 

Method Detail

enableDebugForURL

boolean enableDebugForURL(String url)

enableCrux2OldInterfacesCompatibility

boolean enableCrux2OldInterfacesCompatibility()

preferWebSQLForNativeDB

boolean preferWebSQLForNativeDB()


Copyright © 2014. All rights reserved.