Package 

Interface DevSupportManager.PackagerLocationCustomizer


  • 
    public interface DevSupportManager.PackagerLocationCustomizer
    
                        

    The PackagerLocationCustomizer allows you to have a dynamic packager location that isdetermined right before loading the packager. Your customizer must call |callback|, as loadingwill be blocked waiting for it to resolve.

    • Method Summary

      Modifier and Type Method Description
      abstract void run(Runnable callback)
      • Methods inherited from class java.lang.Object

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