Class/Object

org.threeten.bp.zone

TzdbZoneRulesCompiler

Related Docs: object TzdbZoneRulesCompiler | package zone

Permalink

final class TzdbZoneRulesCompiler extends AnyRef

A builder that can read the TZDB time-zone files and build ZoneRules instances.

Specification for implementors

This class is a mutable builder. A new instance must be created for each compile.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TzdbZoneRulesCompiler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TzdbZoneRulesCompiler(version: String, sourceFiles: List[File], leapSecondsFile: File, verbose: Boolean)

    Permalink

    Creates an instance if you want to invoke the compiler manually.

    Creates an instance if you want to invoke the compiler manually.

    version

    the version, such as 2009a, not null

    sourceFiles

    the list of source files, not empty, not null

    verbose

    whether to output verbose messages

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compile(): Unit

    Permalink

    Compile the rules file.

    Compile the rules file.

    Use #getZones() and #getLeapSeconds() to retrieve the parsed data.

    Annotations
    @throws( ... )
    Exceptions thrown

    Exception if an error occurs

  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getLeapSeconds: SortedMap[LocalDate, Byte]

    Permalink

    Gets the parsed leap seconds.

    Gets the parsed leap seconds.

    returns

    the parsed and sorted leap seconds, not null

  12. def getZones: SortedMap[String, ZoneRules]

    Permalink

    Gets the parsed zone rules.

    Gets the parsed zone rules.

    returns

    the parsed zone rules, not null

  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped