Interface LocationFactory.Factory

All Known Implementing Classes:
LocationFactory.DefaultLocationFactory, LocationFactory.Java8LocationFactory
Enclosing class:
LocationFactory

private static interface LocationFactory.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(boolean inline)
     
  • Method Details

    • create

      Location create(boolean inline)