|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.sdklib.internal.build.BuildConfigGenerator
@Deprecated public class BuildConfigGenerator
Class able to generate a BuildConfig class in Android project. The BuildConfig class contains constants related to the build target.
| Field Summary | |
|---|---|
static java.lang.String |
BUILD_CONFIG_NAME
Deprecated. |
| Constructor Summary | |
|---|---|
BuildConfigGenerator(java.lang.String genFolder,
java.lang.String appPackage,
boolean debug)
Deprecated. Creates a generator |
|
| Method Summary | |
|---|---|
void |
generate()
Deprecated. Generates the BuildConfig class. |
java.io.File |
getBuildConfigFile()
Deprecated. |
java.io.File |
getFolderPath()
Deprecated. Returns a File representing where the BuildConfig class will be. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BUILD_CONFIG_NAME
| Constructor Detail |
|---|
public BuildConfigGenerator(java.lang.String genFolder,
java.lang.String appPackage,
boolean debug)
genFolder - the gen folder of the projectappPackage - the application packagedebug - whether it's a debug build| Method Detail |
|---|
public java.io.File getFolderPath()
public java.io.File getBuildConfigFile()
public void generate()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||