| Package | Description | 
|---|---|
| net.akaish.kitty.orm.util | 
| Modifier and Type | Method and Description | 
|---|---|
static KittyDexUtils | 
KittyDexUtils.getInstance(android.content.Context ctx)
Double check singleton get instance for getting  
KittyDexUtils instance
 Would be creating instance with following parameters KittyDexClassNameFilter filter = NO_ANDROID_CLASSES_FILTER
 skipExceptions = false logOn = false lTag = DEFAULT_LOG_TAG
 logLevel = LOG_LEVEL_INFO | 
static KittyDexUtils | 
KittyDexUtils.getInstance(android.content.Context ctx,
           KittyDexClassNameFilter filter,
           boolean skipExceptions,
           boolean logOn,
           java.lang.String lTag,
           int logLevel)
Double check singleton get instance for getting parametrized  
KittyDexUtils instance |