com.android.builder.sdk
Class TargetInfo

java.lang.Object
  extended by com.android.builder.sdk.TargetInfo

public class TargetInfo
extends java.lang.Object

The SDK Target information needed to build a project.


Method Summary
 com.android.sdklib.BuildToolInfo getBuildTools()
          Returns the BuildToolInfo
 com.android.sdklib.IAndroidTarget getTarget()
          Returns the compilation target
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTarget

@NonNull
public com.android.sdklib.IAndroidTarget getTarget()
Returns the compilation target

Returns:
the target.

getBuildTools

@NonNull
public com.android.sdklib.BuildToolInfo getBuildTools()
Returns the BuildToolInfo

Returns:
the build tool info