org.androidannotations.helper
Class OptionsHelper

java.lang.Object
  extended by org.androidannotations.helper.OptionsHelper

public class OptionsHelper
extends Object


Constructor Summary
OptionsHelper(ProcessingEnvironment processingEnvironment)
           
 
Method Summary
 String getAndroidManifestFile()
           
 String getLogFile()
           
 Level getLogLevel()
           
static Set<String> getOptionsConstants()
           
 String getResourcePackageName()
           
 boolean shouldLogTrace()
           
 boolean shouldUseConsoleAppender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsHelper

public OptionsHelper(ProcessingEnvironment processingEnvironment)
Method Detail

getOptionsConstants

public static Set<String> getOptionsConstants()

shouldLogTrace

public boolean shouldLogTrace()

getAndroidManifestFile

public String getAndroidManifestFile()

getResourcePackageName

public String getResourcePackageName()

getLogFile

public String getLogFile()

getLogLevel

public Level getLogLevel()

shouldUseConsoleAppender

public boolean shouldUseConsoleAppender()


Copyright © 2010-2014. All Rights Reserved.