Class ApiLevel

java.lang.Object
org.eclipse.handly.ApiLevel

public final class ApiLevel extends Object
Provides constants for API levels as defined by major and minor releases of Handly.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The 1.0 API level.
    static final int
    The 1.1 API level.
    static final int
    The 1.2 API level.
    static final int
    The 1.3 API level.
    static final int
    The 1.4 API level.
    static final int
    The 1.5 API level.
    static final int
    The 1.6 API level.
    static final int
    The 1.7 API level.
    static final int
    Corresponds to the API level the code using this constant was built against.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait